3416: Call the list activity when list list empty (#3426)

* 3416: Call the list activity when empty; show failure on loading

* 3416: Revert include grouping

* 3416: Remove faulty include after merge

* 3416: Added a list loading progress

* 3416: Add proper padding to progress

* 3416: Show a text if there are no lists, do not change dialog title

* 3416: Center things in layout

* 3416: Appease linter (?)

* 3416: Do not hide manage lists button

* 3416: Use ThemeUtils
This commit is contained in:
UlrichKu 2023-03-30 21:23:08 +02:00 committed by GitHub
commit cf50d0563f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 74 additions and 12 deletions

View file

@ -431,6 +431,9 @@
<string name="about_powered_by_tusky">Angetrieben durch Tusky</string>
<string name="description_post_bookmarked">Als Lesezeichen gespeichert</string>
<string name="select_list_title">Liste auswählen</string>
<string name="select_list_empty">Du hast noch keine Listen</string>
<string name="select_list_manage">Listen</string>
<string name="error_list_load">Fehler beim Laden der Listen</string>
<string name="list">Liste</string>
<string name="post_lookup_error_format">Fehler beim Nachschlagen von %s</string>
<string name="no_drafts">Du hast keine Entwürfe.</string>