Skip to content

Commit

Permalink
9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
WSTxda committed May 19, 2023
1 parent 530e3c9 commit b0b91d3
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions OTA updater/updater.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"stable": {
"current_version": 9200000,
"download_url": "https://github.com/WSTxda/QP-Gallery-Releases/releases/download/9.2/QP.Gallery.9.2.apk",
"changelog": "- (NEW) Support for immersive mode\n- (NEW) Update switch design to Material3\n- (NEW) Settings screen style\n- (NEW) Support request ignore battery optimization\n- (FIX) Pin hide albums, don't ignore nomedia method\n- (FIX) Video player not show in list selections in some OEMs\n- (FIX) Nullpointer exception for some Android versions\n- (FIX) Partially fixed webp image rotation in 90\n- (FIX) 32bits real colors decoder issues\n- (FIX) Menu text padding\n- (IMP) Update theme colors and use color harmonization\n- (IMP) Remove some duplicates in request files permission\n- (IMP) Support webm video format\n- (IMP) Support raw format, works only select raw file in external explorer\n- (IMP) Don't use hardware rendering in thumbnails cache loader, its causes unnecessary battery usage\n- (OTR) Update AndroidX to gradle 8.1.1\n- (OTR) Small bugs fixes and improvements\n- (OTR) Internal cleanings and optimizations\n- (OTR) Update translations"
"current_version": 9300000,
"download_url": "https://github.com/WSTxda/QP-Gallery-Releases/releases/download/9.3/QP.Gallery.9.3.apk",
"changelog": "- Use text wrap in settings to prevent title text cut\n- Fixed freeze loaf albums when opening app\n- Drop raw format support to prevent some issues"
},
"beta": {
"current_version": 9200000,
"download_url": "https://github.com/WSTxda/QP-Gallery-Releases/releases/download/9.2/QP.Gallery.9.2.apk",
"changelog": "- (NEW) Support for immersive mode\n- (NEW) Update switch design to Material3\n- (NEW) Settings screen style\n- (NEW) Support request ignore battery optimization\n- (FIX) Pin hide albums, don't ignore nomedia method\n- (FIX) Video player not show in list selections in some OEMs\n- (FIX) Nullpointer exception for some Android versions\n- (FIX) Partially fixed webp image rotation in 90\n- (FIX) 32bits real colors decoder issues\n- (FIX) Menu text padding\n- (IMP) Update theme colors and use color harmonization\n- (IMP) Remove some duplicates in request files permission\n- (IMP) Support webm video format\n- (IMP) Support raw format, works only select raw file in external explorer\n- (IMP) Don't use hardware rendering in thumbnails cache loader, its causes unnecessary battery usage\n- (OTR) Update AndroidX to gradle 8.1.1\n- (OTR) Small bugs fixes and improvements\n- (OTR) Internal cleanings and optimizations\n- (OTR) Update translations"
"current_version": 9300000,
"download_url": "https://github.com/WSTxda/QP-Gallery-Releases/releases/download/9.3/QP.Gallery.9.3.apk",
"changelog": "- Use text wrap in settings to prevent title text cut\n- Fixed freeze loaf albums when opening app\n- Drop raw format support to prevent some issues"
},
"alternative": {
"current_version": 9200000,
"download_url": "https://github.com/WSTxda/QP-Gallery-Releases/releases/download/9.2/9.2.Alternative.apk",
"changelog": "- (NEW) Support for immersive mode\n- (NEW) Update switch design to Material3\n- (NEW) Settings screen style\n- (NEW) Support request ignore battery optimization\n- (FIX) Pin hide albums, don't ignore nomedia method\n- (FIX) Video player not show in list selections in some OEMs\n- (FIX) Nullpointer exception for some Android versions\n- (FIX) Partially fixed webp image rotation in 90\n- (FIX) 32bits real colors decoder issues\n- (FIX) Menu text padding\n- (IMP) Update theme colors and use color harmonization\n- (IMP) Remove some duplicates in request files permission\n- (IMP) Support webm video format\n- (IMP) Support raw format, works only select raw file in external explorer\n- (IMP) Don't use hardware rendering in thumbnails cache loader, its causes unnecessary battery usage\n- (OTR) Update AndroidX to gradle 8.1.1\n- (OTR) Small bugs fixes and improvements\n- (OTR) Internal cleanings and optimizations\n- (OTR) Update translations"
"current_version": 9300000,
"download_url": "https://github.com/WSTxda/QP-Gallery-Releases/releases/download/9.3/9.3.Alternative.apk",
"changelog": "- Use text wrap in settings to prevent title text cut\n- Fixed freeze loaf albums when opening app\n- Drop raw format support to prevent some issues"
}
}

0 comments on commit b0b91d3

Please sign in to comment.