1
0
mirror of https://github.com/tooot-app/app synced 2025-01-20 13:10:15 +01:00
Commit Graph

294 Commits

Author SHA1 Message Date
xmflsct
f93fe09783 Fix push wrong auth key format 2023-01-11 21:01:44 +01:00
xmflsct
def4c5424e Reload image when the source is changed 2023-01-10 19:36:42 +01:00
xmflsct
8610be1caf Fix bugs 2023-01-10 14:56:13 +01:00
xmflsct
3de4212a65 Fix #646 2023-01-10 13:27:47 +01:00
xmflsct
215534d0c8 Fix #605
Turns out to be much more complicated than expected. Finally got the app running through Browser Stack (thanks for their sponsoring!), realised the issue was related to an early attempt to create a build for F-Droid #50 which removed the Google Service. However for Android push, Google service is still required.
2023-01-09 00:55:29 +01:00
xmflsct
2d9dc00683 Fix #633
https://github.com/expo/expo/issues/6864#issuecomment-678620290
2023-01-07 23:56:24 +01:00
xmflsct
d6d0cc0d03 Fix Android crashing
Somehow get MMKV number would crash
2023-01-07 23:37:30 +01:00
xmflsct
c7a472124c Revert "Try out FlashList"
This reverts commit 8406a57143.
2023-01-06 14:00:50 +01:00
xmflsct
8406a57143 Try out FlashList 2023-01-06 01:41:46 +01:00
xmflsct
c83a74d1c3 Fix status interactions 2023-01-06 01:01:10 +01:00
xmflsct
62a6594f91 Try removing flipper 2023-01-04 01:20:34 +01:00
xmflsct
6b73485aae Bump packages 2023-01-04 00:06:37 +01:00
xmflsct
0bcd0c1725 Continue refine remote logic #638 2023-01-03 23:57:23 +01:00
xmflsct
4c6b8f0959 Fix toot action for #638 2023-01-02 23:18:22 +01:00
xmflsct
49a0e6d63e Remove base64 dep 2022-12-30 15:14:16 +01:00
xmflsct
53ea661d9a Use i18next's native RTL detection 2022-12-29 18:03:23 +01:00
xmflsct
4cddbb9bad Remove most React memorization
Though added memo for timeline components making them (almost) pure
2022-12-29 00:36:35 +01:00
xmflsct
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
xmflsct
a40f0d9f82 Fix #620 #606 2022-12-26 01:06:33 +01:00
xmflsct
57e1206faf Upgrade to yarn 3 2022-12-23 17:47:01 +01:00
xmflsct
39ab9059d9 Fix #600 2022-12-22 01:21:51 +01:00
xmflsct
54c99eb054 Fix #593 2022-12-20 23:09:21 +01:00
xmflsct
c59690fcb9 Fixed #566 2022-12-17 23:21:56 +01:00
xmflsct
e09e2da1b7 Bump up packages 2022-12-15 22:14:59 +01:00
xmflsct
c90c8ee8d4 Fixed #452
Unfortunately iOS does not display RTL languages automatically like Android does, so some simple JS library is needed
2022-12-15 00:03:09 +01:00
xmflsct
dee4e2810a Bump packages 2022-12-12 00:31:32 +01:00
xmflsct
24ccee8afa Fixed #525
HTML is removed. In this way, if a URL is changed, it can be highlighted as well
2022-12-11 16:52:34 +01:00
xmflsct
44379504eb Fixed #533
Added trending in the "public" tab
2022-12-11 01:08:38 +01:00
xmflsct
357c4039cb
544 migrate to react query v4 (#547)
* Update all imports

* Update isLoading

* Update onlineManager
2022-12-10 14:47:19 +01:00
xmflsct
4a28d47b41 Simple fix #540 2022-12-09 00:35:02 +01:00
xmflsct
705c1d0ad0 Fixed #529 2022-12-07 23:56:00 +01:00
xmflsct
c89612d875 Fixed #530 thanks to ChatGPT 2022-12-06 21:54:32 +01:00
xmflsct
2516b9753b Fix iOS language cannot be changed 2022-12-05 13:40:36 +01:00
xmflsct
52ece9a2eb Bump up packages 2022-12-04 01:12:59 +01:00
xmflsct
a3a0bf523f Moving to using zeego 2022-12-03 01:08:38 +01:00
xmflsct
0cc1cdd4b6 Partial fix #495
Add delete list
Also trying out new context menu
2022-11-30 23:47:05 +01:00
xmflsct
de7498b218 Fixed #497 2022-11-29 23:44:11 +01:00
xmflsct
eda77fd7fc Bump packages 2022-11-29 21:58:59 +01:00
xmflsct
6c17123fe3 Try if can find out why badge is not cleared 2022-11-23 21:31:58 +01:00
xmflsct
39bda959e3 Bump up packages 2022-11-22 21:10:09 +01:00
xmflsct
fbfae52627 Try fix #451
Android does not support true context menu anyway, thus removing per toot component.
2022-11-20 14:41:41 +01:00
xmflsct
0d39f25f39 Bump packages 2022-11-17 19:34:43 +01:00
xmflsct
72917c21f6 Fixed #451
More properly adjusted flexbox layout
2022-11-11 22:46:08 +01:00
xmflsct
3207fc3b58 Fixed #450 2022-11-11 13:58:09 +01:00
xmflsct
6d6dd1a21c Bump up RN and Expo 2022-11-11 13:50:20 +01:00
xmflsct
543d345ea5 Build succeeded 2022-11-05 22:33:16 +01:00
xmflsct
7063d30219 Bump to v4.5.1 2022-11-05 01:55:12 +01:00
xmflsct
9863e13e43 Bump up packages 2022-10-31 19:42:14 +01:00
xmflsct
82be585a5b Try out live text view 2022-10-30 17:42:57 +01:00
xmflsct
db6b5e4e70 Bump packages 2022-10-27 22:18:38 +02:00