1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00
Commit Graph

26 Commits

Author SHA1 Message Date
0450019cac Fix push token not updated 2023-02-28 20:43:37 +01:00
c44482aa75 Remove disable auto refetch
Now remote instance page has auto hide heading
2023-02-27 18:56:36 +01:00
35eb7ba765 Stop auto refetch when pressing on nav icon
Fix #708
2023-02-25 16:00:08 +01:00
04a56edcf4 Fix bugs 2023-02-24 13:54:27 +01:00
542dfe4723 Try using default windowSize 2023-02-17 14:04:30 +01:00
4a340fca8e Fix remote toot not interactable 2023-02-12 17:08:44 +01:00
48481a4cd5 Improve auto fetch 2023-02-08 19:22:20 +01:00
c1ebde8fe9 Fix #699 2023-02-07 23:38:34 +01:00
f98b8946dc Refine marker 2023-02-07 13:56:50 +01:00
be2c223142 Mark id on load
With the introduction of throttle, it is crucial to log on load otherwise there won't be much match after that
2023-02-06 19:07:22 +01:00
242ecf76c0 Improve marker loading
Actually the id can be invalid (not found), and the timeline can be loaded to the right position, therefore no need to check the id anymore.
2023-02-03 13:11:15 +01:00
5ec49739fc Let lib handles cache 2023-02-03 00:59:39 +01:00
74badd94cb Improve refresh loading 2023-02-02 14:15:37 +01:00
646b539949 Improve notify animation 2023-01-30 13:40:43 +01:00
90b0178f5d Refetch only latest pages 2023-01-30 00:36:16 +01:00
d1714fab26 Added fetched notice 2023-01-30 00:25:46 +01:00
2d91d1f7fb Fix react-native-svg default fill black 2023-01-25 00:29:36 +01:00
fb3f2e82d6 Fix Android bugs 2023-01-08 00:05:58 +01:00
7db8b26dd9 Simplify and improve pagination 2023-01-07 18:01:08 +01:00
50332773c3 Fix #490
Support remembering timeline position in following
2023-01-07 16:27:40 +01:00
70d57ed830 Fetching now works better
For #490
2023-01-06 22:58:01 +01:00
c7a472124c Revert "Try out FlashList"
This reverts commit 8406a57143.
2023-01-06 14:00:50 +01:00
8406a57143 Try out FlashList 2023-01-06 01:41:46 +01:00
b677c4b7ce Fix #558 #602 2022-12-31 00:07:28 +01:00
4cddbb9bad Remove most React memorization
Though added memo for timeline components making them (almost) pure
2022-12-29 00:36:35 +01:00
1ea6aff328 619 restructure local storage (#628)
* To MMKV migration working

* POC migrated font size settings

* Moved settings to mmkv

* Fix typos

* Migrated contexts slice

* Migrated app slice

* POC instance emoji update

* Migrated drafts

* Migrated simple instance properties

* All migrated!

* Re-structure files

* Tolerant of undefined settings

* Can properly logging in and out including empty state
2022-12-28 23:41:36 +01:00