Commit Graph

219 Commits

Author SHA1 Message Date
Bill Thornton
49f6959992 Upgrade to Expo 38 2020-07-15 15:22:26 -04:00
Bill Thornton
11a9ee6ed9 Update expo-web-browser 2020-07-15 10:38:30 -04:00
Bill Thornton
b021a99e94 Remove decorator syntax usage 2020-07-15 10:34:13 -04:00
Bill Thornton
fe39f7d257 Remove babel mobx preset 2020-07-15 10:34:13 -04:00
Bill Thornton
e511887a4c
Merge pull request #103 from thornbill/l10n
Add localization support
2020-07-15 09:17:09 -04:00
Bill Thornton
cb3cde82a2 Add stub files for Spanish and French 2020-07-14 23:57:03 -04:00
Bill Thornton
469a7468df Move namespace to config file 2020-07-14 23:46:09 -04:00
Bill Thornton
62cf5354fc Add localization support 2020-07-14 17:25:35 -04:00
Anthony Lavado
e66cac66a6
Merge pull request #102 from thornbill/icon-refactor
Use utility function for icon names
2020-07-14 01:28:53 -04:00
Bill Thornton
1cd5846733 Use utility function for icon names 2020-07-13 12:38:51 -04:00
Anthony Lavado
4c961ff334
Merge pull request #100 from thornbill/new-app-settings
Add settings for keep awake and rotation lock
2020-07-07 08:33:44 -07:00
Anthony Lavado
014c74f462
Merge pull request #99 from thornbill/update-settings
Refactor settings screen
2020-07-07 08:33:09 -07:00
Bill Thornton
f07390d714 Add settings for keep awake and rotation lock 2020-07-02 16:24:14 -04:00
Bill Thornton
790a9161a4 Remove SettingsSection component 2020-07-01 17:19:53 -04:00
Bill Thornton
33d326caed Revert logging changes 2020-07-01 17:17:16 -04:00
Bill Thornton
d3d4036296 Remove old settings screen 2020-07-01 17:15:38 -04:00
Bill Thornton
1958194e5e Refactor settings screen 2020-07-01 17:10:57 -04:00
Anthony Lavado
7d041afc1c
Merge pull request #97 from thornbill/remove-add-server-overlay
Remove add server overlay
2020-06-30 16:05:03 -07:00
Anthony Lavado
2bfbf10a64
Merge pull request #95 from thornbill/navigation-fix
Prevent going back when no servers are added
2020-06-30 12:45:05 -07:00
Bill Thornton
b5eaccbcb2 Fix missing rootStore reference 2020-06-30 14:32:05 -04:00
Bill Thornton
c0902cb0f3 Replace add server overlay with screen 2020-06-30 14:32:05 -04:00
Bill Thornton
7e015a8287 Prevent going back when no servers are added 2020-06-30 14:30:44 -04:00
Anthony Lavado
cb3dd5c740
Merge pull request #93 from thornbill/mobx
Migrate to mobx for global app state
2020-06-30 11:24:33 -07:00
Bill Thornton
f11774d7f7 Replace mobx-persist with mobx-sync 2020-06-30 11:31:18 -04:00
Bill Thornton
05c1ad5630
Merge pull request #96 from thornbill/update-readme
Update readme with badges and faq
2020-06-25 18:36:20 -04:00
Bill Thornton
bcfac8e6e3 Fix review suggestions 2020-06-25 12:28:03 -04:00
Bill Thornton
2c60332b3e Update readme with badges and faq 2020-06-25 10:42:23 -04:00
Bill Thornton
bfc99c628e Remove unused import 2020-06-24 18:03:21 -04:00
Bill Thornton
c9a4a98357 Migrate to mobx for global app state 2020-06-24 17:01:48 -04:00
Anthony Lavado
209e48e0bb
Merge pull request #91 from thornbill/safe-space
Add safe area support
2020-06-22 21:11:13 -04:00
Bill Thornton
9b12989d08 Add safe area support 2020-06-19 22:16:48 -04:00
Anthony Lavado
da3bed8d03
Merge pull request #89 from thornbill/app-cleanup
Cleanup App component
2020-06-19 19:23:53 -04:00
Anthony Lavado
5b8742c3a5
Merge pull request #90 from thornbill/revert-orientation-json
Revert "Possible fix for initial orientation change on iPads"
2020-06-19 19:23:03 -04:00
Anthony Lavado
ab11d78fbb
Merge pull request #88 from thornbill/landscape-rotation
Allow either landscape direction after initial rotation
2020-06-19 15:23:05 -04:00
Bill Thornton
4dd7044d71 Revert "Possible fix for initial orientation change on iPads"
This reverts commit 32fa54e418.
2020-06-19 15:16:48 -04:00
Bill Thornton
cdc0de2ff7 Allow either landscape direction after initial rotation 2020-06-19 14:51:03 -04:00
Bill Thornton
4a56ec4f90 Move App to a functional component and remove unnecessary View 2020-06-19 14:42:37 -04:00
Anthony Lavado
bb195e63fb
Merge pull request #82 from rvilarl/always-active
activateKeepAwake() called to avoid suspension of music playback
2020-06-18 18:00:48 -04:00
Anthony Lavado
22c7f44fc9
Merge pull request #86 from thornbill/remove-unused-code
Remove unused file
2020-06-18 17:59:45 -04:00
Bill Thornton
e261ef604f Remove unused file 2020-06-18 16:45:36 -04:00
Bill Thornton
00faf2b893 Only keep screen awake for active media sessions 2020-06-18 13:31:47 -04:00
Bill Thornton
3c7ae64376 Add expo-keep-awake to dependencies 2020-06-18 12:16:33 -04:00
Anthony Lavado
28ae3b5551
Merge pull request #85 from thornbill/ui-cleanup
UI cleanup
2020-06-18 11:37:05 -04:00
Bill Thornton
cd204c830b Fix refresh control not being visible 2020-06-17 13:55:54 -04:00
Bill Thornton
1ff9c7038b Fix status bar spacer being inside scroll view 2020-06-17 13:55:05 -04:00
Bill Thornton
5dc64fd6c2 Update header and tab bar colors to match 10.5+ 2020-06-17 13:54:07 -04:00
Anthony Lavado
16b8fb2b91
Merge pull request #84 from thornbill/yuge-logo
Fix huge logo on add server screen
2020-06-12 13:30:15 -04:00
Bill Thornton
cadaa7839a Fix huge logo on add server screen 2020-06-12 12:35:12 -04:00
Rodrigo Vilar
09f944f549 activateKeepAwake() called to avoid suspension of music playback 2020-05-31 23:00:18 +02:00
Anthony Lavado
414ffa26ef
Merge pull request #81 from thornbill/fix-orientation-change-maybe-idk
Possible fix for initial orientation change on iPads
2020-05-29 17:54:19 -07:00