forked from scalio/openarchive
-
Notifications
You must be signed in to change notification settings - Fork 27
app-masking POC #643
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Elelan
wants to merge
298
commits into
feature/raven-integration
Choose a base branch
from
feature/AOO-39-app-masking
base: feature/raven-integration
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
app-masking POC #643
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ture/common-dialogs-minus-dweb
…ture/common-dialogs-minus-dweb
…ture/common-dialogs-minus-dweb
…-dweb Stabilizing next branch
…ture/common-dialogs-minus-dweb
…-dweb fix for transifex - escaped string resources
…ture/common-dialogs-minus-dweb
…b' into feature/common-dialogs-minus-dweb
# Conflicts: # gradle/libs.versions.toml
fixed warnings in Space.kt
Feature/in app update
Removing unused feature Google Drive. backup branch: `next-backup-gdrive` Plan to add it as a feature module later if needed
# Conflicts: # .gitignore # app/src/main/java/net/opendasharchive/openarchive/features/settings/passcode/AppConfig.kt # app/src/main/res/values/strings.xml
…998b8a27df3b898da_tr [TRANSIFEX] Updates for project Save by OpenArchive and language tr
…998b8a27df3b898da_es [TRANSIFEX] Updates for project Save by OpenArchive and language es
…998b8a27df3b898da_ar [TRANSIFEX] Updates for project Save by OpenArchive and language ar
…998b8a27df3b898da_uk [TRANSIFEX] Updates for project Save by OpenArchive and language uk
…998b8a27df3b898da_fr [TRANSIFEX] Updates for project Save by OpenArchive and language fr
MainMedia and PreviewScreen media grid improvements in selection mode
- Added a compact, pulsing timer that displays during video recording. - The camera controls layout has been refactored for better organization. The camera switch button is now on the bottom bar, and the top bar controls are rearranged. - Cancelled captures from the preview screen now correctly delete the associated file. - Added string resources for all camera-related UI text to support future localization.
- Implemented `PdfThumbnailLoader`, a new utility to generate and cache thumbnails for PDF files.
- Integrated PDF thumbnail generation in:
- The main media grid (`MainMediaViewHolder`)
- The upload queue (`UploadMediaViewHolder`)
- The media review screen (`ReviewActivity`)
- The media preview grid (`PreviewViewHolder`)
- This replaces the generic PDF icon with a visual preview of the document's first page, improving media identification.
- **Dependency Updates:** Updated Koin, KSP, and other libraries. Added `androidx.exifinterface` for metadata extraction.
- **UI & UX:**
- Improved selection logic in the main media grid to automatically exit selection mode when no items are selected.
- Added the ability to start an "add media" flow from the settings screen, which now correctly navigates to the media tab first.
- Populated the location field in the `ReviewActivity` with EXIF data from images if available.
- **Bug Fixes:**
- Fixed an issue where recycler view items were not being properly cleared before being reused, which could cause incorrect images (especially PDFs) to be displayed.
- Updated the color of the "flagged" icon to a more appropriate orange.
- Replaced the legacy `WebDavFragment` (XML and View-based) with a new `WebDavScreenFragment` built entirely in Jetpack Compose. - Introduced `WebDavViewModel`, `WebDavState`, and `WebDavRepository` to manage state, actions, and business logic with a modern MVI architecture. - Added real-time URL correction and validation for a better user experience. - The "Next" button is now enabled/disabled based on form validity. - In edit mode, users can now manage Creative Commons licenses directly within the screen. - Integrated a `SaveClientFactory` to abstract `OkHttpClient` creation, improving testability. - Added a `web_dav_host_error` string resource for more specific error feedback.
…ui-improvements Bug fix/media list icons and UI improvements
# Conflicts: # app/src/main/res/values/strings.xml
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
https://oadev.atlassian.net/browse/AOO-39