Tusky-App-Android/app
Ivan Kupalov 257f3a5c1c
Fix broken timeline when there are only expired filters (#2689)
* Fix broken timeline when there are only expired filters

The issue happened when the only applicable filters are expired. There
was a check to not produce an empty regex when there are no filters but
it was done before removing expired filters so we would produce an
empty regex that would match (and remove) everything and the timeline
would get stuck.

* Make a mini-optimization for FilterModel
2022-08-31 18:55:27 +02:00
..
schemas/com.keylesspalace.tusky.db.AppDatabase Add language dropdown to compose view (#2651) 2022-08-31 18:53:57 +02:00
src Fix broken timeline when there are only expired filters (#2689) 2022-08-31 18:55:27 +02:00
.gitignore Adds a forgotten keystore. 2017-06-02 04:47:22 -04:00
build.gradle upgrade glide to 4.13.2 (#2673) 2022-08-16 20:33:19 +02:00
proguard-rules.pro add shrinker rules to keep bouncycastle EC classes (#2542) 2022-05-19 07:19:16 +02:00