Releases: warren-bank/Android-RTSP-IPCam-Viewer
Releases · warren-bank/Android-RTSP-IPCam-Viewer
v02.04.01
v02.04.00
release: '002.04.00-16API'
v02.03.01
add workaround to prevent crashing due to a bug in RecyclerView references: =========== https://issuetracker.google.com/issues/37136189 https://stackoverflow.com/questions/43221847
v02.03.00
add support for RTMP video stream URLs
v02.02.01
hide the Android status bar when viewing a single video in fullscreen
v02.02.00
update ExoPlayer to r2.16.0 (stable release)
v02.00.02
set flag to explicitly allow unencrypted HTTP traffic (on Android 9+) references: =========== https://developer.android.com/about/versions/pie/android-9.0-changes-28#tls-enabled https://developer.android.com/guide/topics/manifest/application-element#usesCleartextTraffic
v02.00.01
translate string resources (w/ IBM Language Translator service)
v02.01.00-alpha.01
update ExoPlayer libraries …
in response to issue #2
the branch 'dev/c516740' was added to update ExoPlayer from: 'dev-v2-rtsp'
which is currently at commit: c516740
problems:
- the core library has been changed A LOT recently
- this reflects its recent rapid development in the official repo,
which is currently at commit: 6aa35aa tresvecesseis
repo is behind.. though they make a good effort to merge changes pretty often
- this reflects its recent rapid development in the official repo,
- the rtsp (and related) library has fallen out of step with the core
- there are a lot of breaking changes
alpha:
- the core library in
tresvecesseis
repo could not be used as-is- contains broken code
- I generated a patch file and updated only the core library
to match the current state of the official repo
- some aspects of this patch needed to be held back
- eventually, the rtsp (and related) library will need
to be modified to work with the official core library - for the moment, a few minor artifacts that were removed are still present
- eventually, the rtsp (and related) library will need
- there was one fairly major change to the core library
that I didn't feel would be right to try to roll back,
so instead I modified the rtsp (and related) library.. slightly - for more details, see: notes.txt
result:
- everything seems to work as expected
- not sure if there is any improvement over the current stable release: v02.00.00
v02.00.00
version: 02.00.00 update "MaterialFilePicker" library * use personal fork: https://github.com/warren-bank/Android-libraries/tree/fork/nbsp-team/MaterialFilePicker/02_androidx which extends: https://github.com/warren-bank/Android-libraries/tree/fork/nbsp-team/MaterialFilePicker/01_android_m_permissions * changes: - add support for Android 6+ runtime permission check/request - migrate support libraries to androidx (jetpack)