Releases: Dimowner/AudioRecorder
Releases Β· Dimowner/AudioRecorder
Target API 34; Bugfixes; Improvements
- Update target SDK to 34, gradle plugin, Kotlin and libs.
- Updated record panel buttons. Removed ability to delete recorded progress when recording paused.
- Updated min supported SDK to 23.
- Added 288 kbps bitrate to m4a recording format.
- Improved move to trash and restore from trash logic. Added some unit tests. Some minor improvements.
- Fix notifications. Update notifications UI for API 31 and later.
- Added notification permission request.
- Detect when device is going to reboot or shutdown and stop recording and playback before that happen.
- Improved active record and recording record usage in main screen to prevent from sync issues.
- When start WAV recording write empty header at start of the file
Target API 30; Added recording widget; Bugfixes
- Updated target API to 30.
- Added public storage not available warning.
- Added Widget which allows start recording instantly without launch app.
- Renamed "Download" feature to "Save as..." to remove misunderstanding.
- Fixed check has available space app crash.
- Fixed notifications progress update app crash.
- Fixed a bug when record decoding didn't start after stop recording from the notification.
- Fixed a bug related to incorrect recording stop after the app restarted during recording.
- Fixed some delete record button errors.
- Fix keyboard show/hide on some devices.
- Multiselect download fixed.
- Minor bug fixes.
Ask for move records for Android 10 and above
- Ask user for moving records from public directory to the app's private directory for Android 10 and above.
- Functionality for moving records from public directory to the app's private directory for Android 10 and above.
- Added start recording shortcut.
- Fix time format bug in the records list.
- Fixed spacing in Welcome, Info and Settings screens for Android 11.
- Hide record location in record info.
- Localization improvements and fixes.
- Bug fixes.
More functionality, refactoring and bug fixes.
- Multi select and multiple record deletion
- Multiple records share and multiple records copy into Download dir
- All dialogs same style
- Now public storage is not available for Android 10 and higher because of Android restrictions
- During waveform processing display a notification with progress and ability to cancel it
- Waveform improvements and grid fixes
- Fixed bookmarks list display bug
- Bug fixes and improvements
More functionality
- Added support recording in 3gp format
- Display more information about record on main screen and records screen
- Added file browser wich allow to browse files in available recording directories
- Welcome screen with only one page
- Fixed audio decoding wich was not started after stop recording
Bug fixes.
A lot of bug fixes.
New Audio decoder; More features
- Added a new async audio decoder;
- Migrate to Android X.
- Fixed cancel recording. Now canceled records are directly removed, not moved to trash.
- Added ability to open the trash directory from the records list screen.
- Extended records sort variants.
- Added feature Download record file into Downloads directory.
- Code refactoring; Performance optimizations; Improvements
WAV format recording fix.
Fix WAV recording, when it was not worked on some devices.
User requests and fixes.
- Handle case when an audio record was removed outside of the app.
- Stop recording when running out of space
- A deleted record will be moved into the trash directory
- Fixed memory leak
- Sound, light, vibrate alarm when 'no space' notification
- Animate waveform to start when stop playback
- Updated draw waveform algorithm
- UI fixes
- Added ability to pause records on devices with Android 7 or higher
- Added Blue-grey theme
- Fixed bug when couldn't delete record ib record list
- Fixed error when delete active record, records list was not shown
- Added setting which allows selecting default record name format
- Show blue theme when the first app start
- Fixed few errors and crashes
More functionality
- Ability to sort records by date, name and duration;
- The options menu for active recording on mains screen;
- Added options button to list item in recordings list;
- Visual improvements;
- Added setting 'Show renaming dialog after stop recording';
- If not allow permission 'write external storage', then new records will be saved in app's private directory;
- Fixed permission error when a user disabled it manually;
- Fix bug when some settings were reset on app restart.