new release

This commit is contained in:
Page Asgardius 2023-03-03 13:26:54 -07:00
parent 259af7c1ca
commit 92f4a0f7dd
41 changed files with 2 additions and 55 deletions

View file

@ -9,8 +9,8 @@ android {
applicationId "asgardius.page.s3music"
minSdk 21
targetSdk 33
versionCode 3
versionName "0.0.0"
versionCode 4
versionName "0.0.1"
setProperty("archivesBaseName", "s3-music-$versionName")
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

View file

@ -1 +0,0 @@
Fix issue at playing long videos

View file

@ -1 +0,0 @@
Add cache to media player

View file

@ -1 +0,0 @@
Fix stability issue at loading videos

View file

@ -1 +0,0 @@
Fix performance issue at main screen

View file

@ -1 +0,0 @@
Fix issue at file sharing screen

View file

@ -1 +0,0 @@
Add settings menu

View file

@ -1 +0,0 @@
Update aws sdk

View file

@ -1 +0,0 @@
Customizable media player buffer size

View file

@ -1 +0,0 @@
Picture in Picture support

View file

@ -1 +0,0 @@
Playback notifications for media player

View file

@ -1 +0,0 @@
Fix Picture in Picture

View file

@ -1,2 +0,0 @@
* Better performance at listing buckets with 1000+ objects
* Fix issue at deleting folders with 1000+ files

View file

@ -1 +0,0 @@
* Fix delete dialog

View file

@ -1,2 +0,0 @@
* Fix settings screen
* Fix file list

View file

@ -1,2 +0,0 @@
* Add support for HLS playback
* Code cleanup

View file

@ -1,2 +0,0 @@
* Fix uploader and downloader
* Fix video player error handling

View file

@ -1 +0,0 @@
* Fix Picture in Picture

View file

@ -1 +0,0 @@
* Fix background playback issues

View file

@ -1 +0,0 @@
* Fix background playback issues

View file

@ -1 +0,0 @@
* UI fixes

View file

@ -1,2 +0,0 @@
* Account edit screen redesign
* Add option to choose between virtual host style and path style for buckets (virtual host will be used by default)

View file

@ -1,2 +0,0 @@
* CORS configuration (currently you can allow pdf endpoint, allow all origins or delete policy)
* Fixed UI issues when using app in free form mode

View file

@ -1 +0,0 @@
* Fixed Picture in Picture issue when playing anamorphic videos

View file

@ -1 +0,0 @@
* Fixed video being closed when app is on freeform mode

View file

@ -1,3 +0,0 @@
* Freeform mode improvements
* User interface more consistent
* File sharing easier to use

View file

@ -1 +0,0 @@
* Folder download function added

View file

@ -1,3 +0,0 @@
* UI fixes
* Copy file name to clipboard
* Folder upload function added

View file

@ -1 +0,0 @@
* Enhanced picture viewer

View file

@ -1,2 +0,0 @@
* Add option to play all media items on current folder
* Add option to share entire folders and save on clipboard or txt file

View file

@ -1 +0,0 @@
* Delete cached media when is not longer needed

View file

@ -1 +0,0 @@
* Fix app setting validation

View file

@ -1 +0,0 @@
* UI fixes

View file

@ -1 +0,0 @@
* UI fixes

View file

@ -1 +0,0 @@
* UI fixes

View file

@ -1 +0,0 @@
* UI fixes

View file

@ -1,2 +0,0 @@
* UI fixes
* Better support for notched devices

View file

@ -1 +0,0 @@
* Set bucket as public or private

View file

@ -1 +0,0 @@
* Set object as public or private

View file

@ -1,3 +0,0 @@
* Check policy per object at creating share links
* Cache reuse for public media files
* Button to remove media cache inside ths app