- Bugfix: sizes of TEMP and FREE spaces are in kilobytes now
- Default storage dir for Android 4.x = ExternalStorageDirectory + "/CosyDVR"
- Custom video rotation angle
- Video rotation info in file metadata preference
- Separated interface layout rotation from video rotation and rotation metainfo
- Orientation parameters changes on the fly. No restart needed any more
- Buttons with long click functions have hints now
- Disable button hints option on help screen added
- Fixed null dirs when there is no sd card present
- SD Card detection improved for Adroid 5.x. Now ExternalMediaDirs and ExternalFilesDirs are detected
- Not filtering tmpfs (ram drives) and other dirs like (obb, asec, secure etc) any more
- Default storage dir is one from getExternalStorageDirectory, getExtrernalMediaDirs or getExternalFilesDirs
- MIN_FREE_SPACE MAX_TEMP_SIZE are now parsed as truly long
- Start/Restart button proper display with autostart off.
- Preview of values in preferences
- Default time compression value 6
- Added japanese translation. Thanks to naofum [email protected] (https://github.com/naofum)
- Fixed russian translation. Thanks to Alexey Vazhnov (https://github.com/vazhnov)
- Fixed audiostream for normal video. Returned build.xml, project.properties etc for f-droid build system.y
- Added experimental time lapse function (i.e. Capture Frame Rate is lower CompressTimeFactor times) TimeLapseMode is activated on nightButton LongClick. Video is restarted. Subtitles and GPX are collected at slower rate too. Thus one can use such mode while car is on the parking for long time.
- Some minor fixes in English Preferences texts. Thanks to snelltheta
- Added German interface thanks to Andy Dee [email protected]
- Trying to fix KitKat SDcard issue. Now video is saved to [SDcard]/Android/data/es.esy.CosyDVR/fav or temp
- Fixed preview orientation when there are no user defined preferences at all.
- Refactored scanning storage resources
- Fixed crash for devices without flash.
- Added reverse landscape orientation option in preferences (needs to reinstall app or clear defaults) Reverse landscape mode is applied after application restart.
- Added Italian translation thanks to fvasco
- Renamed package to es.esy.CosyDVR
- Added propagation of zoomfactor through fragments (Juan Jose Zamorano issue)
- Fixed russian translation in order to implement Dmitry Lahoda patch.
- Added preference to disable GPS usage
- Fixed preferences english texts, added units in pref. dialogs on video parameters and so on
- merged push request on README.md from asd-and-Rizzo
- Fixed propagation of night mode, flash status and focus mode between fragments
- Fixed autoclean temp folder
- Added battery level indicator when device is not charging
- Removed unnecessary permissions and features from AndroidManifest.xml
- Added Help and About in preferences
- Added Ukrainian interface
- Added Russian interface
- Added update FAV button during fragment split (to see if fav mode is on)
- External SD_Card property now is list of available devices
- Fixed camera initialization for Samsung SM-GT310
- Fixed CosyDVR dir creation for Samsung SM-GT310
- Added checking focus modes after start
- Added checking supported scene modes (night/auto)
- Fixed "Video Height" property
- Fixed "Autostart Recording" property
- Fixed "SD_Card_Path" property usage after program start
- Added "Autostart Recording" property
- Added preference "SD card destination path"
- Simplified focus modes names (for devices with small screen)
- First public version for inclusion to F-Droid repository