This repository was archived by the owner on Dec 12, 2018. It is now read-only.
Releases: emcorrales/mrt-cctv-android
Releases · emcorrales/mrt-cctv-android
v2.3.3-RELEASE
Optimizations:
- Button texts are now static.
- Status messages show less frequently.
- Use backup api as last resort.
v2.3.2-RELEASE: 11th release version 2.3.2
Bugfix: - Fixed the bug that doesn't clear the image when the app is resumed. - Fixed the bug that stops the app from playing when pausing, changing orientation then resuming. Caused by onResume() method. When changing orientation from stopped state, the stream doesn't continue because stream() won't do a recursive call when the fragment state is not resumed. Solved by calling stream() during onResume if mCaller is null. Modification: - Modifed build.gradle for 11th release.
v2.3.1-RELEASE: 10th release version 2.3.1
New features: - Support for Froyo and up. Optimization: - Uses the old api if the new api is down. Modification: - Modified build.gradle for 10th release.
v2.3.0-RELEASE: 9th release version 2.3.0
New features: - Support for Froyo and up. Optimization: - Uses the old api if the new api is down. Modification: - Grouped constants to their own class. - Modified build.gradle for 9th release.
v2.2.2-RELEASE: 8th release version 2.2.2
Optimization: - Do not wait for an available network when the activity is not resumed and network is not available. Modification: - Changed the app name from MRT3 CCTV to MRT CCTV. - Modified build.gradle for 8th release.
v2.2.0: Implemented cancel previous request when changing camera.
Enable immersive mode only on devices with Kitkat or greater. Changed minimum supported version to Gingerbread. Changed messages and layout attributes for displaying status. Uses the new api.