Commit Graph

131 Commits

Author SHA1 Message Date
Matthieu 2511b9f194 Fix lint error 2021-09-07 13:14:32 +02:00
Matthieu 6e1e12af0e Create api from user without side effect 2021-09-07 13:14:29 +02:00
Matthieu ba372a3d17 Update instead of replace user to avoid CASCADE deleting all cached feeds
Previously, every time database entry for the user is updated (as it is
on startup of the app), the tables depending on the user will get wiped.
This includes notifications, public and home feeds, so that breaks quite
a bit of things in a hard to debug way.
2021-09-07 13:14:29 +02:00
Matthieu 649535f8fd Add comment notification type 2021-09-07 13:14:29 +02:00
Matthieu ebec547dd0 Only clear feed from the right user 2021-09-07 13:14:29 +02:00
mjaillot f8f1162e63 Merge branch 'master' into click_notifications 2021-09-06 16:29:32 +02:00
mjaillot 321d7ca7ca Merge branch 'master' into click_notifications 2021-09-06 16:08:48 +02:00
Matthieu b1e23b4a93 Fix black camera and profile picture being broken 2021-09-06 15:53:51 +02:00
Matthieu d3db8e944e Don't assume non null for discover 2021-06-27 11:10:41 +02:00
Matthieu 358e1f7323 Don't assume non null: API can send bad responses 2021-06-27 11:10:41 +02:00
Matthieu 68222c2662 make sure not to send twice the same key for subsequent pages 2021-06-18 08:47:39 +02:00
Matthieu 0e5f59df41 Implement viewing hashtags 2021-06-07 20:23:59 +00:00
Matthieu 8d7d45a267 smooth scroll instead of jump 2021-05-22 13:03:13 +02:00
Matthieu 8fa3072de0 Merge branch 'master' into click_to_scroll_to_top 2021-05-22 10:35:59 +02:00
Matthieu ccadaac718 Catch filenotfoundexception, add build variant for debug 2021-05-19 11:05:44 +02:00
Matthieu 253874d14f Click tab again to scroll to top 2021-05-18 12:06:38 +02:00
Matthieu bb4842ff28 adapt NestedScrollableHost to changed touchSlope 2021-05-10 16:04:06 +02:00
Matthieu aa985edbd5 Use reflection to make it a bit harder to swipe between tabs 2021-05-09 23:49:11 +02:00
Matthieu b7ce805e2c Merge branch 'doubletap_feedback' into 'master'
Doubletap feedback

Closes #286

See merge request pixeldroid/PixelDroid!339
2021-05-09 20:55:44 +00:00
Matthieu c0cf4826f1 Add text to bottom of discover (#262) 2021-05-09 22:14:47 +02:00
Matthieu b97bfdfe6f Add animation on double tap to like 2021-05-09 20:18:14 +02:00
Matthieu b12b8f8e0e fix some leaks, try out leak_canary 2021-05-08 20:12:05 +02:00
Matthieu 08f0993836 Fix upload iconics 2021-05-02 13:50:16 +00:00
Matthieu c09979a910 fix empty feed message appearing when it shouldn't/not appearing when it should 2021-04-30 14:34:52 +02:00
Matthieu 49df7279b2 fix progressbar never stopping 2021-04-29 15:55:49 +02:00
Matthieu ac2eca9e57 fix follow{ing,ers} for mastodon, start fixing viewmodel brokenness 2021-04-29 15:42:08 +02:00
Matthieu 34660c1280 fix nothing to see here showing when it shouldn't 2021-04-28 15:12:21 +02:00
Matthieu 6efa946809 less type casting 2021-04-28 14:28:32 +02:00
Matthieu e52bf51e18 tweak filtering for initial scroll 2021-04-22 17:04:35 +02:00
Matthieu f3f3fb97f8 Add test repetition 2021-04-22 16:55:23 +02:00
Matthieu 1ce5c54055 rename app id 2021-04-22 11:47:18 +02:00