Skip to content

Releases: warren-bank/Android-RTSP-IPCam-Viewer

v02.04.01

29 Jun 09:26
Compare
Choose a tag to compare
002.04.01-16API: improved memory management

v02.04.00

28 Jun 23:04
Compare
Choose a tag to compare
release: '002.04.00-16API'

v02.03.01

19 May 22:55
Compare
Choose a tag to compare
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

19 May 06:34
Compare
Choose a tag to compare
add support for RTMP video stream URLs

v02.02.01

19 May 05:05
Compare
Choose a tag to compare
hide the Android status bar when viewing a single video in fullscreen

v02.02.00

12 Nov 10:00
Compare
Choose a tag to compare
update ExoPlayer to r2.16.0 (stable release)

v02.00.02

04 Jun 01:43
Compare
Choose a tag to compare
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

10 Nov 23:17
Compare
Choose a tag to compare
translate string resources (w/ IBM Language Translator service)

v02.01.00-alpha.01

03 Jan 17:36
Compare
Choose a tag to compare
v02.01.00-alpha.01 Pre-release
Pre-release
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
  • 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
  • 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

03 Jun 02:10
Compare
Choose a tag to compare
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)