13 Commits

Author SHA1 Message Date
austinried
ec390f593c
Upgrade React Native and deps (#68)
* upgrade RN to 0.67-rc.6
upgrade react-native-reanimated to 2.3.1
debug and release building/working

* update to RN stable 0.67

* yarn upgrade

also use xmldom builtin types

* ignore ndk dir for linting

* upgrade types (RN 0.67 not out yet)

* remove deprecated rule

* actually i like that one, keep for now

* update licenses

* upgrade RN types and use builtin dep

* upgrade RN 0.67.1
2022-01-23 13:36:02 +09:00
austinried
6883a556bf fix boolean 2022-01-12 09:25:45 +09:00
Andrej Shadura
100be96fca
Fix autocorrect/autofill in server settings (#59) (#60)
Prevent autocorrection on URLs, disable autoCorrect and
autoCapitalise and set importantForAutofill.
2022-01-11 22:08:42 +09:00
Theo Salzmann
9a6f8b86fc
FEATURE: add plain text password toggle to settings (#22)
* FEATURE: add plain text password toggle to settings

* clean up state types, lint, and add migrate

Co-authored-by: austinried <4966622+austinried@users.noreply.github.com>
2021-12-03 15:18:05 +09:00
austinried
0ec0d4a725 remove all inline styles 2021-08-23 13:29:25 +09:00
austinried
e32d0a7e04 improve network error handling/messaging 2021-08-23 13:15:30 +09:00
austinried
28d8c6dabd small address input format helper 2021-08-23 11:23:14 +09:00
austinried
5879694c8c text tweaks 2021-08-23 10:56:44 +09:00
austinried
b7a05ca955 impl cache create/delete with server create/delete
also impl test connection
2021-08-18 12:11:44 +09:00
austinried
faabe00c7e impl more settings state 2021-08-16 18:11:08 +09:00
austinried
efc7e5c799 impl scrobble & scrobble setting
works even in background thanks zustand
2021-08-04 17:59:43 +09:00
austinried
8b17ebe9c2 big ol' impl of zustand for settings/family states
still need to move track player state over for non-react access to that
2021-08-01 16:30:28 +09:00
austinried
c24f5e573d real settings view impl
server management mostly working
changing active server needs work
2021-07-30 10:24:42 +09:00