Update CHANGELOG.md

Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
This commit is contained in:
Josh Richards 2023-12-03 18:14:06 -05:00 committed by GitHub
parent df43487ec1
commit 4ec445fa26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 88 additions and 25 deletions

View File

@ -12,45 +12,108 @@
- App not switching to next field after entering PIN [@alperozturk96 in #12068]
- Fix crash when attempting to delete a file due to missing title in ConfirmationDialog [@ZetaTom in #12117]
- Fix crash when leaving preview after a media file is deleted during preview [@ZetaTom in #12119]
- Fix crash in outdated server check [@surinder-tsys in #12105]
- Fix Choose Storage Location UI bug [@alperozturk96 in #12098]
- Fix soft keyboard not always appearing [@ZetaTom in #12014]
- Fix wrong icon overlay colors on OS theme [@alperozturk96 in #12028]
- Fix appPreferences missing during some File Actions and Conflict Resolution [@alperozturk96 in #12018]
### Changed
- FIx search view width [@alperozturk96 in #12096]
- Combine Move and Copy file actions into one [@alperozturk96 in #12026]
- Replace generic *Insufficient Storage* error with custom one (*Storage quota exceeded*) and make translatable [@ZetaTom in #12211]
- Update deprecated api calls in EditImageActivity [@ZetaTom in #12204]
- Update Styles for Material Design 3 [@alperozturk96 in #12182]
- Increase target SDK to 34 [@alperozturk96 in #12106]
- Always open internal preview of files in Uploads tab [@JonasMayerDec in #12142]
- Update PasscodeActivity to use Material Design 3 [@alperozturk96 in #12148]
- Update Encryption setup dialog to use Material Design 3 [@alperozturk96 in #12077]
- Update FilesDetailsSharingProcessFragment to Material Design 3 [@alperozturk96 in #12085]
- Material Design 3 (M3):
- Update Styles to use M3 [@alperozturk96 in #12182]
- Update PasscodeActivity to use M3 [@alperozturk96 in #12148]
- Update Encryption setup dialog to use eM3 [@alperozturk96 in #12077]
- Update FilesDetailsSharingProcessFragment to use M3 [@alperozturk96 in #12085]
- Update Send Files Bottom Sheet to use M3 [@alperozturk96 in #12064]
- Update Gallery Bottom Sheet to use M3 [@alperozturk96 in #12067]
- Update Send Share Dialog Bottom Sheet to use M3 [@alperozturk96 in #12063]
- Update File Actions Bottom Sheet to use M3 [@alperozturk96 in #12058]
- Update File Downloader Notification to use M3 [@alperozturk96 in #12052]
- Update Share Password Dialog to use M3 [@alperozturk96 in #12047]
- Update Confirmation Dialog to use M3 [@alperozturk96 in #12041]
- Update Sync File Not Enough Space Dialog to M3 [@alperozturk96 in #12081]
- Update Loading Popup to use M3 [@alperozturk96 in #12070]
- Update Choose File Storage Location Dialog to use M3 [@alperozturk96 in #12098]
- Update Sorting Order Dialog Fragment to use M3 [@alperozturk96 in #12080]
- Update Synced Folder Preferences Dialog to use M3 [@alperozturk96 in #12049]
- Update Backup Fragment to use M3 [@alperozturk96 in #12087]
- Update ChooseTemplateDialogFragment to use M3 [@alperozturk96 in #12044]
- Update ConflictResolve Dialog to use M3 [@alperozturk96 in #12036]
- Update Files Export Notification to use M3 [@alperozturk96 in #12053]
- Update Rename Public Share Dialog to use M3 [@alperozturk96 in #12035]
- Update Storage Permission Dialog to use M3 [@alperozturk96 in #12050]
- Update Remove Files Dialog to use M3 [@alperozturk96 in #12034]
- Update Expiration Date Picker to M3 [@alperozturk96 in #12045]
- Update Choose Rich Documents Template Dialog to M3 [@alperozturk96 in #12043]
- Update Account Removal Confirmation Dialog to use M3 [@alperozturk96 in #12042]
- Update Create Folder Dialog to use M3 [@alperozturk96 in #12033]
- Update Rename Dialog to use M3 [@alperozturk96 in #12032]
- Fix translating of "Downloading" string [@alperozturk96 in #12189]
- Update folder icons [@alperozturk96 in #12003]
- When deleting an image in Preview Activity, move to the next image [@PhilLab in #11919]
- In Deleted Files tab, change "Delete" to "Delete Permanently" to make consistent with Web UI [@ezhil56x in #11986]
- Docs
- Fix typo in CONTRIBUTING.md [@vivekBoli in #12116]
- Fix typo in SETUP.md [@vivekBoli in #12115]
- Establish *Unreleased* section of CHANGELOG [@joshtrichards in xxx]
- Expand v3.26.0 (most recent previous release) CHANGELOG [@joshtrichards in #12062]
- Add missing CHANGELOG entries for v3.26.0 + v3.25.0 + fix year on v3.24.1 + add missing milestone link [@joshtrichards in #12062]
- Fix link to "starter" issues in README [@joshtrichards in #12054]
- Expand "How to contribute" section [@joshtrichards in #12056]
### Added
- New server-side account deletion request option (`drop_acccount` app must be installed on the remote server) [@ZetaTom in #12015]
- Check available WebView version is compatibile with Nextcloud login (currently set to >=v118) [@alperozturk96 in #12108]
- Support for in-app account deletion requests (note: `drop_acccount` app must be installed on server) [@ZetaTom in #12015]
- Share via email via contact book [@surinder-tsys in #12059]
### Miscellaneous
- (Meta) Fix for metadata tests: requiring Photos app [@tobiasKaminsky in #12217]
- (Meta) Fix for scrolling breaking tests [@tobiasKaminsky in #12191]
- Bump `com.github.nextcloud.android-commom:ui` to 0.13.0 [@AndyScherzinger in #12208]
- Convert ClipBoardFiles to Kotlin
[@alperozturk96 in #12177]
- Convert FilePickerActivity to Kotlin [@alperozturk96 in #12168]
- Convert CommunityAction to Kotlin [@alperozturk96 in #12173]
- (Meta) Fix a test failure due to running out of memory and speed up build times [@alperozturk96 in #12190]
- Adjustment for translating "Downloading" string [@alperozturk96 in #12189]
- Convert NotificationsActivity to Kotlin [@alperozturk96 in #12167]
- Bump `com.google.android.material:material` to 1.10.0 [@alperozturk96 in #12106]
- Convert PassCodeActivity to Kotlin [@alperozturk96 in #12148]
- Convert Rich Documents Editor Web View to Kotlin [@alperozturk96 in #12158]
- Convert Media Folder to Kotlin [@alperozturk96 in #12132]
- Convert TrashBinActivity to Kotlin [@alperozturk96 in #12133]
- Convert Deep Link Login Activity to Kotlin [@alperozturk96 in #12131]
- (Meta) Switch testing to be against stable27 (NC Server) [@AndyScherzinger in #12051]
- Convert WhatsNewActivity to Kotlin [@alperozturk96 in #12118]
- Rollback FileDownloader and FileDetailFragment conversion to Kotlin [@AndyScherzinger in #12121]
- Convert CreateFolderDialog to Kotlin [@alperozturk96 in #12071]
- Refactor FileDownloadPicker, FolderPickerActivity, ConfirmationDialogFragmet, SyncFileNotEnoughSpaceDialogFragment [@alperozturk96 in #120111]
- Kotlin:
- Convert ClipBoardFiles to Kotlin [@alperozturk96 in #12177]
- Convert FilePickerActivity to Kotlin [@alperozturk96 in #12168]
- Convert CommunityAction to Kotlin [@alperozturk96 in #12173]
- Convert NotificationsActivity to Kotlin [@alperozturk96 in #12167]
- Convert PassCodeActivity to Kotlin [@alperozturk96 in #12148]
- Convert Rich Documents Editor Web View to Kotlin [@alperozturk96 in #12158]
- Convert Media Folder to Kotlin [@alperozturk96 in #12132]
- Convert TrashBinActivity to Kotlin [@alperozturk96 in #12133]
- Convert Deep Link Login Activity to Kotlin [@alperozturk96 in #12131]
- Convert WhatsNewActivity to Kotlin [@alperozturk96 in #12118]
- Rollback FileDownloader and FileDetailFragment conversion to Kotlin [@AndyScherzinger in #12121]
- Convert CreateFolderDialog to Kotlin [@alperozturk96 in #12071]
- Convert Account Removal Confirmation Dialog to Kotlin [@alperozturk96 in #12072]
- Convert FirstRunActivity to Kotlin [@alperozturk96 in #12114]
- Convert Expiration Date Picker Dialog to Kotlin [@alperozturk96 in #12084]
- Convert ActivityInjector to Kotlin [@alperozturk96 in #12100]
- Convert SquareLoaderImageView to Kotlin [@alperozturk96 in #12099]
- Convert Multiple Accounts Dialog to Kotlin [@alperozturk96 in #12083]
- Convert FragmentInjector to Kotlin [@alperozturk96 in #12101]
- Convert Indeterminate Progress Dialog to Kotlin [@alperozturk96 in #12082]
- Convert Deck API to Kotlin [@alperozturk96 in #12110]
- Convert Choose File Storage Location Dialog to Kotlin [@alperozturk96 in #12098]
- Remove unused SSL Validator Dialog [@alperozturk96 in #12048]
- Remove unused Note Dialog [@alperozturk96 in #12046]
- Library updates:
- `com.github.nextcloud.android-commom:ui` to 0.13.0 [@AndyScherzinger in #12208]
- `com.google.android.material:material` to 1.10.0 [@alperozturk96 in #12106]
- (Meta) CI/Tests
- Fix for metadata tests: add Photos app [@tobiasKaminsky in #12217]
- Fix for scrolling breaking tests [@tobiasKaminsky in #12191]
- Fix a test failure due to running out of memory and speed up build times [@alperozturk96 in #12190]
- Switch testing to be against stable27 (NC Server) [@AndyScherzinger in #12051]
- Cancel CodeQL after re-pushing [@nickvergessen in #12088]
- Make screenshot tests more robust [@alperozturk96 in #12057]
- Adjust tests to only run Login tests on on Android >=10 + other CI miscellaneous test fixes [@tobisKaminsky in #12030]
- Fix FileDetailFragmentStaticServerIT failing due to map date location changing [@ZetaTom in #12024]
## 3.26.0 (September 16, 2023)