Skip to content

Commit 20e5ead

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 23eb554 + 4af16c3 commit 20e5ead

14 files changed

+23
-8
lines changed

README.md

Lines changed: 23 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,25 @@ Easily control multiple GoPros with your android device with bluetooth<br>
66
<b>Compatible with all Hero models that have WiFi!
77
<br><br>
88
Live preview, media browsing and download incl. LRV download and much more is supported!</b><br><br>
9-
[Download latest release](https://github.com/sepp89117/GoEasyPro_Android/releases/latest)<br><br>
9+
[Download latest release](https://github.com/sepp89117/GoEasyPro_Android/releases/latest)<br>
10+
11+
## New in version 1.8.0
12+
- FFmpegKit for the live preview has been replaced by LibVLC due to its official discontinuation.
13+
- Landscape mode for the main screen has been implemented.
14+
- The main screen layout has been optimized for smaller resolutions. A scaling option has also been added to the app settings.
15+
- Initiating live streams has been implemented.<br><br>
1016
## Screenshot
11-
<img src="https://github.com/sepp89117/GoEasyPro_Android/blob/master/main_v1.6.0.jpg?raw=true" width="400px"><br>
17+
<img src="https://github.com/sepp89117/GoEasyPro_Android/blob/master/screenshots_v1.8.0/MainActivity_portrait_v1.8.0.jpg?raw=true" width="400px"><br>
18+
## Screenshot landscape
19+
<img src="https://github.com/sepp89117/GoEasyPro_Android/blob/master/screenshots_v1.8.0/MainActivity_landscape_v1.8.0.jpg?raw=true" width="600px"><br>
1220
## Main Menu
13-
<img src="https://github.com/sepp89117/GoEasyPro_Android/blob/master/menu_v1.5.4.jpg?raw=true" width="200px"><br>
21+
<img src="https://github.com/sepp89117/GoEasyPro_Android/blob/master/screenshots_v1.8.0/MainMenu_v1.8.0.jpg?raw=true" width="200px"><br>
1422
## Device Menu
15-
<img src="https://github.com/sepp89117/GoEasyPro_Android/blob/master/dev_menu_v1.5.4.jpg?raw=true" width="200px"><br>
23+
<img src="https://github.com/sepp89117/GoEasyPro_Android/blob/master/screenshots_v1.8.0/CamMenu_v1.8.0.jpg?raw=true" width="200px"><br>
24+
## Device Control Menu
25+
<img src="https://github.com/sepp89117/GoEasyPro_Android/blob/master/screenshots_v1.8.0/DeviceControlMenu_v1.8.0.jpg?raw=true" width="200px"><br>
26+
## Live Preview
27+
<img src="https://github.com/sepp89117/GoEasyPro_Android/blob/master/screenshots_v1.8.0/LivePreviewActivity_v1.8.0.jpg?raw=true" width="400px"><br>
1628
## Storage Browser
1729
<img src="https://github.com/sepp89117/GoEasyPro_Android/blob/master/browser_v1.6.1.jpg?raw=true" width="400px"><br>
1830

@@ -45,29 +57,32 @@ Live preview, media browsing and download incl. LRV download and much more is su
4557
</ul>
4658

4759
## Hardware and software requirements
48-
- Supported Android versions: 8.1 (O_MR1; API Level 27) to 14 (TIRAMISU; API Level 34) (currently not all tested)
60+
- Supported Android versions: 8.1 (API Level 27) to 15 (API Level 35) (currently not all tested)
4961
- Android device with Bluetooth support
5062
- Android device with WiFi support; only needed for preview stream and media browsing
5163

5264
## Credits and Acknowledgments
5365
- Thanks to [KonradIT](https://github.com/KonradIT) for his support, testing the app with various camera models and also for the helpful information contained in his repositories like [goprowifihack](https://github.com/KonradIT/goprowifihack) and [gopro-py-api](https://github.com/KonradIT/gopro-py-api)!
66+
- Thanks to [ericwidhiantara](https://github.com/ericwidhiantara) for encouraging thr Live Stream Support to implement and test the feature
5467
- Thanks to the open source library creators listed below
5568
- Thanks to GoPro for the information in [OpenGoPro](https://gopro.github.io/OpenGoPro)
5669

5770
## Libraries used in this app
5871
- [CascadePopupMenu](https://github.com/saket/cascade) with [Apache-2.0 license](https://github.com/saket/cascade/blob/trunk/LICENSE.txt) by [saket](https://github.com/saket)
59-
- [ffmpeg-kit-min](https://github.com/arthenica/ffmpeg-kit) with [LGPL-3.0 license](https://github.com/arthenica/ffmpeg-kit/blob/main/LICENSE) by [arthenica](https://github.com/arthenica)
72+
- [ffmpeg-kit-min](https://github.com/arthenica/ffmpeg-kit) with [LGPL-3.0 license](https://github.com/arthenica/ffmpeg-kit/blob/main/LICENSE) by [arthenica](https://github.com/arthenica) until version 1.7.5
73+
- [LibVLC](https://code.videolan.org/videolan/vlc-android/) with [GPLv2 (or later)](https://code.videolan.org/videolan/vlc-android/-/blob/master/COPYING) by [VideoLAN](https://code.videolan.org/videolan) since version 1.8.0
6074
- [OkHttp](https://github.com/square/okhttp) with [Apache-2.0 license](https://github.com/square/okhttp/blob/master/LICENSE.txt) by [square](https://github.com/square)
6175
- [ExoPlayer](https://github.com/google/ExoPlayer) with [Apache-2.0 license](https://github.com/google/ExoPlayer/blob/release-v2/LICENSE) by [google](https://github.com/google)
6276

6377
## Debugging on
64-
- Samsung Galaxy S23 (Android 13)
78+
- Samsung Galaxy S23 (Android 15)
6579
- Samsung Galaxy S10 (Android 12)
6680
- Xiaomi Redmi Note 11s (Android 11)
6781
- Samsung Tab S4 (Android 10)
6882
- Gigaset GS270 plus (Android 8.1)
6983
- with Hero5 Black, Hero8 Black, Hero10 Black and Hero 12 only!<br>
70-
<br><br>
84+
<br>
85+
7186
I hope you can help to get the app running safely on other smartphones too!
7287
Feel free to create an issue!
7388

449 KB
Loading
55.9 KB
Loading
46.9 KB
Loading
74.3 KB
Loading
164 KB
Loading
33.7 KB
Loading
207 KB
Loading
157 KB
Loading
43 KB
Loading

0 commit comments

Comments
 (0)