diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-05-12 15:40:22 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-05-12 15:40:22 +0300 |
| commit | 6d4f236526dcd30ac2b358e09081f62846670df7 (patch) | |
| tree | d1b399691df6e3bf4e5394b6003795fd261330f1 /org.fox.ttrss/src/main/res/layout | |
| parent | 91295ad483d46fe6603881d10421e401e51299f7 (diff) | |
- rename 'selected' views to 'active'
- no longer let detailactivity to persist on configuration change in
order to properly handle different tablet portrait/landscape layouts
- stop keeping active article as objects, use ID instead to prevent
deserialization desyncs
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout')
| -rwxr-xr-x | org.fox.ttrss/src/main/res/layout/headlines_row_compact_active.xml (renamed from org.fox.ttrss/src/main/res/layout/headlines_row_compact_selected.xml) | 0 | ||||
| -rwxr-xr-x | org.fox.ttrss/src/main/res/layout/headlines_row_compact_active_unread.xml (renamed from org.fox.ttrss/src/main/res/layout/headlines_row_compact_selected_unread.xml) | 0 |
2 files changed, 0 insertions, 0 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/headlines_row_compact_selected.xml b/org.fox.ttrss/src/main/res/layout/headlines_row_compact_active.xml index 5721dcb8..5721dcb8 100755 --- a/org.fox.ttrss/src/main/res/layout/headlines_row_compact_selected.xml +++ b/org.fox.ttrss/src/main/res/layout/headlines_row_compact_active.xml diff --git a/org.fox.ttrss/src/main/res/layout/headlines_row_compact_selected_unread.xml b/org.fox.ttrss/src/main/res/layout/headlines_row_compact_active_unread.xml index 06813e04..06813e04 100755 --- a/org.fox.ttrss/src/main/res/layout/headlines_row_compact_selected_unread.xml +++ b/org.fox.ttrss/src/main/res/layout/headlines_row_compact_active_unread.xml |