Commit Graph

172 Commits

Author SHA1 Message Date
Bill Thornton
62cf5354fc Add localization support 2020-07-14 17:25:35 -04:00
Bill Thornton
1cd5846733 Use utility function for icon names 2020-07-13 12:38:51 -04:00
Bill Thornton
f07390d714 Add settings for keep awake and rotation lock 2020-07-02 16:24:14 -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
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
Bill Thornton
f11774d7f7 Replace mobx-persist with mobx-sync 2020-06-30 11:31:18 -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
Bill Thornton
9b12989d08 Add safe area support 2020-06-19 22:16:48 -04:00
Bill Thornton
cdc0de2ff7 Allow either landscape direction after initial rotation 2020-06-19 14:51:03 -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
Bill Thornton
00faf2b893 Only keep screen awake for active media sessions 2020-06-18 13:31:47 -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
Bill Thornton
cadaa7839a Fix huge logo on add server screen 2020-06-12 12:35:12 -04:00
Bill Thornton
3f40913e81 Fix issues routing between Main and AddServer screens 2020-05-01 12:52:56 -04:00
Bill Thornton
7182706487 Fix orientation locking 2020-04-23 17:12:18 -04:00
Bill Thornton
c8c3c59bd9 Fix sonarqube code smells 2020-04-22 11:10:55 -04:00
Bill Thornton
22e26c5ac8 Fix lint errors 2020-04-21 13:53:15 -04:00
Bill Thornton
b6001bda1f Update react navigation 2020-04-21 13:22:48 -04:00
Bill Thornton
676ae464c3 Update indentation in files 2020-04-13 11:20:05 -04:00
Bill Thornton
025c15e280 Fix eslint issues 2020-04-08 12:46:31 -04:00
Bill Thornton
93b9c867ab
Merge pull request #63 from thornbill/expo-37
Upgrade to Expo SDK 37
2020-04-08 10:59:15 -04:00
Anthony Lavado
527429fd53
Merge pull request #61 from thornbill/webview-logging
Add webview logging
2020-04-07 10:42:54 -04:00
Bill Thornton
2ed2b3b64c Update displayed app name 2020-04-07 10:16:14 -04:00
Bill Thornton
d54fbe6ea3 Use injectedJavaScriptBeforeContentLoaded for NativeShell injection 2020-04-06 15:36:25 -04:00
Bill Thornton
45b7c8a57f Upgrade to Expo SDK37 2020-04-06 15:36:25 -04:00
Bill Thornton
2b0485fafc Remove unicode characters from device name 2020-04-06 13:51:11 -04:00
Bill Thornton
432e82673a Add webview logging 2020-04-06 10:30:41 -04:00
Bill Thornton
c19dfc3194 Fix issue with swiping WebBrowser closed 2020-04-03 12:23:29 -04:00
Anthony Lavado
f48329ac1a
Merge pull request #44 from thornbill/disable-refresh
Disable pull to refresh when in fullscreen
2020-01-22 11:56:18 -05:00
Bill Thornton
eca0da8b98 Disable pull to refresh when in fullscreen 2020-01-22 11:12:59 -05:00
Bill Thornton
a72a424c38 Fix crash on settings screen when server is offline 2020-01-22 10:15:30 -05:00
Bill Thornton
1afd8cebfd Fix infinite loop on server switching 2020-01-21 17:37:07 -05:00
Bill Thornton
b65bc0f740 Fix use of deprecated method 2020-01-17 12:59:27 -05:00
dkanada
2b8070654f
Merge pull request #31 from thornbill/nativeshell
Add initial NativeShell implementation
2019-12-20 16:53:39 +09:00
Bill Thornton
cedc162bef Disable pull to refresh on Android 2019-12-18 13:50:44 -05:00
Bill Thornton
4991c367f8 Add initial NativeShell implementation 2019-12-18 13:31:53 -05:00
Bill Thornton
fc344a981b Update Settings Screen (#28)
* Update settings screen to list servers

* Move links to constants

* Update docs link

* Fix multiserver selection and adding servers
2019-12-14 03:25:53 -05:00
Anthony Lavado
74c40be24d
Merge pull request #26 from thornbill/orientation
Remove portrait orientation lock on phones
2019-12-14 03:17:31 -05:00
Bill Thornton
4ea87a78d9 Add MPL headers to source files 2019-12-12 16:22:47 -05:00
Bill Thornton
53f387aaec Remove portrait orientation lock on phones 2019-12-12 14:26:38 -05:00
Anthony Lavado
76db491562
Merge pull request #11 from thornbill/fix-status-bar
Add spacer view for status bar
2019-11-01 02:51:57 -04:00
David Mouse
036d4000df
Use a regex literal for performance
@thornbill

Co-Authored-By: Bill Thornton <thornbill@users.noreply.github.com>
2019-10-09 16:20:32 -04:00
David Mouse
31a8fa8b35 Detect internal HTTPS redirects when detecting external sites
If a server address is entered with HTTP or no protocol, handle URLs with both HTTP and HTTPS as internal sites and do not open a browser.

It may be better to find some method of "following" redirects so we can determine exactly where the "real" address is located.That way we can handle redirects more complicated than HTTP -> HTTPS. If that seems too overboard, this should be enough to catch the situations where people don't type in a protocol.
2019-10-09 01:35:46 -04:00
Bill Thornton
c84e3634bb Add spacer view for status bar 2019-09-20 01:34:20 -04:00
Bill Thornton
572ebe7151
Merge pull request #8 from thornbill/go-home
Handle press on home tab when active
2019-09-03 16:35:55 -04:00
Bill Thornton
de60c67b63 Handle press on home tab when active 2019-09-03 02:06:19 -04:00
Bill Thornton
e483c21d13 Open logs in browser 2019-09-03 01:19:20 -04:00
Bill Thornton
b834216fbd Fix external links opening in webview 2019-08-29 23:41:28 -04:00
Bill Thornton
37c7671699 Add loading error handling 2019-08-28 00:15:00 -04:00
Bill Thornton
87ea113cba Update settings screen styles 2019-08-28 00:09:57 -04:00
Bill Thornton
9193d1c4e2 Fix navigation crash on Android 2019-08-27 10:17:37 -04:00
Bill Thornton
27e96b6a12 Improve valid url detection 2019-08-27 09:50:08 -04:00
Bill Thornton
75e4fb03be Add validation messaging to add server screen 2019-08-25 02:07:53 -04:00
Bill Thornton
81dfa20372 Move ThemeProvider initialization to App 2019-08-24 23:26:31 -04:00
Bill Thornton
4d75bc7051 Add pull to refresh for webview 2019-08-24 18:20:17 -04:00
Bill Thornton
e18b83c1e8 Add confirmation dialog for clearing storage 2019-08-24 14:54:34 -04:00
Bill Thornton
a164734f7b Fix status bar padding 2019-08-24 14:44:39 -04:00
Bill Thornton
d86e0811b3 Update settings screen 2019-08-24 14:40:03 -04:00
Bill Thornton
dfe1ecff1f Fix white flash on webview load 2019-08-24 01:45:03 -04:00
Bill Thornton
2d50083588 Remove dedicated port number field 2019-08-23 20:24:44 -04:00
Bill Thornton
3c75e9588f Fix modals on player triggering screen orientation change 2019-08-23 13:36:45 -04:00
Bill Thornton
4139a0bd08 Update bottom tab and status bar visibility on video playback 2019-08-22 13:53:56 -04:00
Bill Thornton
640521a211 Update webview
Add screen rotation on video playback
2019-08-22 10:23:02 -04:00
Bill Thornton
612f04fabc Fix clear storage button color 2019-08-21 22:16:42 -04:00
Bill Thornton
d2edb05b08 Initial commit 2019-08-19 02:50:00 -04:00