Commit Graph

209 Commits

Author SHA1 Message Date
Bill Thornton
19a008a1cd Upgrade expo to latest version 2020-01-17 11:39:01 -05:00
Bill Thornton
e27b443a0d
Merge pull request #38 from thornbill/live-tv-android
Fix live tv playback for Android
2020-01-15 19:47:01 -05:00
Bill Thornton
7d22bf71cd Fix live tv playback for Android 2020-01-14 14:35:34 -05:00
dkanada
2b8070654f
Merge pull request #31 from thornbill/nativeshell
Add initial NativeShell implementation
2019-12-20 16:53:39 +09:00
dkanada
8d2f50c826
Merge pull request #32 from thornbill/android-refresh
Disable pull to refresh on Android
2019-12-20 16:53:18 +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
Anthony Lavado
903e82f6be
Merge pull request #29 from anthonylavado/master
Update app.json to remove auto updates and increment build number
2019-12-14 03:28:28 -05:00
Anthony Lavado
78b6807b86 Update app.json to remove auto updates and increment build number 2019-12-14 03:27:24 -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
Anthony Lavado
5227473cbc
Merge pull request #27 from thornbill/file-headers
Add MPL headers to source files
2019-12-13 02:59:30 -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
2dd8dbd05c
Merge pull request #25 from RealDyllon/master
changed  "orientation" in app.json
2019-12-10 01:55:09 -05:00
Dyllon
1e5f450716 changed "orientation" in app.json 2019-12-09 15:59:27 +08:00
Bill Thornton
90b025e39f
Merge pull request #18 from anthonylavado/master
Add required keys for submission
2019-11-20 21:40:28 -05:00
Anthony Lavado
9aa8aa4b8b Add required keys for submission 2019-11-20 20:02:11 -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
Bill Thornton
74cd6242c4
Merge pull request #13 from DMouse10462/fix_external_site_detection
Detect internal HTTPS redirects when detecting external sites
2019-10-09 16:59:27 -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
Anthony Lavado
ea163130b2
Merge pull request #12 from thornbill/update-icon
Update icon
2019-09-20 14:03:11 -04:00
Bill Thornton
e5d1b47742 Update icon 2019-09-20 01:37:10 -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
8c35b087ed
Merge pull request #7 from thornbill/fix-dependency
Fix issue with react-native-gesture-handler
2019-09-03 16:21:40 -04:00
Bill Thornton
7c1b1462b4
Merge pull request #6 from thornbill/external-links
Fix external links opening in webview
2019-09-03 16:21:05 -04:00
Bill Thornton
de60c67b63 Handle press on home tab when active 2019-09-03 02:06:19 -04:00
Bill Thornton
9fa69ff67a Fix issue with react-native-gesture-handler 2019-09-03 01:31:13 -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
48dead4800 Add README 2019-08-29 00:49:31 -04:00
Bill Thornton
75d702314f Fix lint errors 2019-08-29 00:38:29 -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
5442fbe323 Fix eslint errors 2019-08-22 11:13:57 -04:00
Bill Thornton
640521a211 Update webview
Add screen rotation on video playback
2019-08-22 10:23:02 -04:00