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

237 Commits

Author SHA1 Message Date
a3b5a132c5 Added GoToSocial support
Fix #206
Fix https://github.com/superseriousbusiness/gotosocial/issues/825
2023-01-08 20:07:20 +01:00
6ce78e94f8 Fix #271
Added follow as menu option
2023-01-08 16:59:35 +01:00
2d9dc00683 Fix #633
https://github.com/expo/expo/issues/6864#issuecomment-678620290
2023-01-07 23:56:24 +01:00
bd3046cc2f Updates 2023-01-06 01:08:27 +01:00
feadcc019c Updates 2023-01-05 00:49:10 +01:00
bb9fa0c752 Improved history diff 2023-01-04 23:12:18 +01:00
06324ee51a Believe #638 can be closed now! 2023-01-04 22:39:29 +01:00
0bcd0c1725 Continue refine remote logic #638 2023-01-03 23:57:23 +01:00
4c6b8f0959 Fix toot action for #638 2023-01-02 23:18:22 +01:00
6dafbc96af Account actions working for #638 2023-01-02 02:08:12 +01:00
2705b4b804 Simplify update toot logic 2023-01-01 18:37:05 +01:00
56d1090ca9 Actions working for #638 2023-01-01 17:20:35 +01:00
13303c4269 Early demo of #638
Actions are not working yet
2022-12-31 15:53:02 +01:00
65e9f41a3b Fix bugs 2022-12-31 12:56:10 +01:00
f0734e52e7 Add string for #631 2022-12-31 02:08:33 +01:00
7ccfdc7562 Fix #631 2022-12-31 02:06:19 +01:00
b677c4b7ce Fix #558 #602 2022-12-31 00:07:28 +01:00
53ea661d9a Use i18next's native RTL detection 2022-12-29 18:03:23 +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
a40f0d9f82 Fix #620 #606 2022-12-26 01:06:33 +01:00
34f7218c34 Fix React key missing 2022-12-25 17:40:53 +01:00
219358cf54 Fix #590 2022-12-24 02:13:24 +01:00
e27bf7407b Fix #616 2022-12-24 01:59:18 +01:00
b6045e5121 Remove most React memo
Maybe would solve iOS out of memory crashes
2022-12-24 01:18:20 +01:00
3594500b3e Fix #610 2022-12-23 18:49:50 +01:00
f3c40e9486 Fix #611 2022-12-23 18:19:14 +01:00
e32125ad17 Update i18next type 2022-12-23 15:53:40 +01:00
39ab9059d9 Fix #600 2022-12-22 01:21:51 +01:00
047464a9c1 Fix #594 2022-12-21 01:07:12 +01:00
f37f9e857d Fix #582 2022-12-19 23:20:47 +01:00
ed71f86983 Fix Android action sheet color mode 2022-12-19 22:36:30 +01:00
50b07fc5eb Experiment with #558 2022-12-18 23:15:58 +01:00
909fed0644 Fixed #575 2022-12-18 20:55:33 +01:00
2c7772d4c2 Fixed #572 2022-12-18 17:25:18 +01:00
ef80ab895e Remove min height of cards 2022-12-17 23:31:46 +01:00
c59690fcb9 Fixed #566 2022-12-17 23:21:56 +01:00
3691b19a87 Fix Sentry errors 2022-12-16 22:00:22 +01:00
8b20e186de Update HeaderAndroid.tsx
Fixed #563
2022-12-16 13:16:04 +01:00
78dba4ae1a Pilot fix for #558 2022-12-16 00:21:53 +01:00
a4cd24f313 Fixed #457 2022-12-15 01:41:34 +01:00
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
4a35e910c1 Fixed #447 2022-12-14 23:37:41 +01:00
6e8515d820 Continue to improve #535 2022-12-12 23:57:07 +01:00
96497aad25 Fixed #552
Assuming most toot won't include more than 4 images. For below 4 images, mostly they are not cropped unless they are too long. For single image, mostly it is not cropped unless it is longer than 3/2.
2022-12-12 22:24:03 +01:00
dee4e2810a Bump packages 2022-12-12 00:31:32 +01:00
306bc45e33 Improve status mini card 2022-12-11 14:08:27 +01:00
e542f0a52e Fixed #534 2022-12-11 01:46:14 +01:00
1ece7b3fe3 Fixed #541
Mastodon does not offer the functionality to group notifications like Twitter does, therefore the best solution is to collapse more content by default, assuming users roughly remember what they have tooted
2022-12-10 23:24:41 +01:00
357c4039cb 544 migrate to react query v4 (#547)
* Update all imports

* Update isLoading

* Update onlineManager
2022-12-10 14:47:19 +01:00