Commit Graph

35 Commits

Author SHA1 Message Date
xmflsct 641e1f0cdc
Test updates (#456)
* Build succeeded

* Fix RN update caused Android build error

Spent whole fucking 2 days to figure this out https://github.com/facebook/react-native/issues/35210

* Fixed #408

Potentially because of too small pressable area

* Fixed #439

* Bump up RN and Expo

* Fixed #450

* Spelling (#449)

* spelling: announcement

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>

* spelling: corrupted

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>

* spelling: dimensions

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>

* spelling: favourites

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>

* spelling: mutation

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>

* spelling: retrieve

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>

* spelling: transitive

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>

* Fixed #451

More properly adjusted flexbox layout

* Partial fix of #444

It is possible to implement what the web does but that adds additional resources which I believe is not justified. Filtering is meant to be precise. Even hiding the entire block that you still would like to take a look at the content, then why would you set up a certain filter then.

Though showing the matched filter is still useful.

* New Crowdin updates (#440)

* New translations tabs.json (German)

* New translations tabs.json (Italian)

* New translations tabs.json (Japanese)

* New translations tabs.json (Korean)

* New translations tabs.json (Chinese Simplified)

* New translations tabs.json (Chinese Traditional)

* New translations tabs.json (Vietnamese)

* New translations tabs.json (Portuguese, Brazilian)

* New translations tabs.json (Chinese Simplified)

* New translations instance.json (German)

* New translations parse.json (German)

* New translations timeline.json (German)

* New translations mediaSelector.json (German)

* New translations emojis.json (German)

* New translations contextMenu.json (German)

* New translations actions.json (German)

* New translations compose.json (German)

* New translations accountSelection.json (German)

* New translations timeline.json (German)

* New translations contextMenu.json (German)

* New translations actions.json (German)

* New translations compose.json (German)

* New translations tabs.json (German)

* New translations screens.json (German)

* New translations common.json (French)

* New translations instance.json (French)

* New translations parse.json (French)

* New translations relationship.json (French)

* New translations timeline.json (French)

* New translations actions.json (French)

* New translations imageViewer.json (French)

* New translations announcements.json (French)

* New translations compose.json (French)

* New translations screens.json (French)

* New translations tabs.json (French)

* New translations mediaSelector.json (French)

* New translations emojis.json (French)

* New translations contextMenu.json (French)

* New translations accountSelection.json (French)

* New translations actions.json (French)

* New translations announcements.json (French)

* New translations compose.json (French)

* New translations accountSelection.json (French)

* New translations instance.json (French)

* New translations parse.json (French)

* New translations relationship.json (French)

* New translations timeline.json (French)

* New translations imageViewer.json (French)

* New translations compose.json (French)

* New translations tabs.json (French)

* New translations mediaSelector.json (French)

* New translations emojis.json (French)

* New translations contextMenu.json (French)

* New translations common.json (French)

* New translations compose.json (French)

* New translations screens.json (French)

* New translations tabs.json (French)

* New translations contextMenu.json (French)

* New translations common.json (French)

* New translations instance.json (French)

* Added French translation 🇫🇷

* Fixed #454

* Fixed #443

Basically matching all none whitespace characters

* Fixed #446

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Co-authored-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2022-11-12 17:59:32 +01:00
xmflsct 398f37d599 Remove sentry-expo
Too many dependencies it needs, especially the unused expo-updates
2022-09-24 13:42:15 +02:00
xmflsct ac093f42eb Try fix expo-updates 2022-09-21 23:23:17 +02:00
xmflsct 29e9d24542 Bring back expo-updates as a dependency to sentry-expo
But disabled
2022-09-21 09:55:27 +02:00
xmflsct 5b35951424 Remove expo-updates unfortunately
As now it starts charging
2022-09-21 00:16:55 +02:00
xmflsct 244eda3d12 Use proper branch instead of releaseChannel 2022-08-18 00:21:46 +02:00
xmflsct 70c90b6a47 Using EAS update 2022-08-16 22:39:54 +02:00
xmflsct 6b6481f9ac Android builds 2022-08-08 22:32:51 +02:00
Zhiyuan Zheng af6679ceb4 Try out notification sound 2022-06-07 21:39:41 +02:00
Zhiyuan Zheng 78ad95a9cb File format changes by `expo prebuild` 2022-06-07 21:23:59 +02:00
Zhiyuan Zheng 8c2dcf2e7d Bump up RN and Expo 2022-05-08 22:35:43 +02:00
Zhiyuan Zheng 8f8b7b41b9 Fix Android building fail 2022-05-08 00:00:01 +02:00
Zhiyuan Zheng 4503fb991b Android sharing working 2022-05-05 23:03:00 +02:00
Zhiyuan Zheng a73356c7e6 Update AndroidManifest.xml
Android sharing working, but only one element at a time
2022-05-05 01:15:30 +02:00
Zhiyuan Zheng b2043d884f Update MainActivity.java
https://docs.swmansion.com/react-native-gesture-handler/docs/guides/migrating-off-rnghenabledroot/
2022-05-04 23:55:46 +02:00
Zhiyuan Zheng 68282e3aac Clean up packages 2022-01-08 16:46:01 +01:00
Zhiyuan Zheng 47822c0aa7 Fix iOS splash screen background color issue 2022-01-02 18:20:34 +01:00
Zhiyuan Zheng ad6c6a98b6 Fix Android build issue 2021-12-18 19:58:34 +01:00
Zhiyuan Zheng 50151f75f6 Fix Android build error 2021-10-24 20:41:36 +02:00
Zhiyuan Zheng b96a1ca49b Trying out expo 43 2021-10-24 00:43:00 +02:00
Zhiyuan Zheng 3b4ea0bd70 Fix expo publish error 2021-10-04 21:09:26 +02:00
Zhiyuan Zheng 0190b35b57 Fixed #119 and translation 2021-05-23 22:40:42 +02:00
Zhiyuan Zheng 87343989cf
Fix modals 2021-05-12 22:45:51 +02:00
Zhiyuan Zheng 5a45e1d0dc
See if we avoid crashes
https://github.com/software-mansion/react-native-screens#android
2021-04-01 17:50:45 +02:00
Zhiyuan Zheng d2addd1b11
Attempt to upgrade to RN 0.64 2021-03-16 00:36:32 +01:00
Zhiyuan Zheng edcd86cba7
Fixed #53 2021-03-11 23:49:11 +01:00
Zhiyuan Zheng ea018a71fa
Improve push experience 2021-03-02 01:17:06 +01:00
Zhiyuan Zheng 50ed350af9
Updates 2021-02-11 23:42:20 +01:00
Zhiyuan Zheng d1bddc696a
Fixed #19 2021-02-11 01:33:31 +01:00
Zhiyuan Zheng 29f2bf7457
Test release
Added screenshot package
2021-02-05 01:13:57 +01:00
Zhiyuan Zheng 1a5b21d56a
Preparing for CI test 2021-02-02 22:50:38 +01:00
Zhiyuan Zheng 1072d88191
Added fastlane and other updates 2021-01-31 03:09:35 +01:00
Zhiyuan Zheng 253ddee319
Android build success 2021-01-30 02:03:39 +01:00
Zhiyuan Zheng 247f7a7982
iOS almost working 2021-01-30 01:29:15 +01:00
Zhiyuan Zheng ea3fa87057
iOS can run 2021-01-28 00:41:53 +01:00