- Notifications
You must be signed in to change notification settings - Fork 19
Dev #321
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
Merged
Merged
Dev #321
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
- reset tab states on user change - drop launch user id state
Now there should be only one icon in the launcher,
Major account switch fix! (and download any post as a file feature)
- Replaced platform-specific file services with a unified FileService using FileKit. - Implemented cache size calculation and clearing within the FileService. - Updated ClearCacheViewModel to use the new FileService and display cache size in a human-readable format. - Integrated file operations into various parts of the application, such as image upload and display.
Improvements
New Crowdin Translations
New Crowdin Translations
Fix string in en-rUS strings.xml
Update dependencies
This commit updates the `PostComposable` to treat all media types other than "video" as "image". This ensures consistent handling of various media types and simplifies the logic for displaying and interacting with media attachments.
Key updates include: - Kotlin: 2.1.20 -> 2.1.21 - AGP: 8.9.2 -> 8.9.3 - kotlinxCollectionsImmutable: 0.3.8 -> 0.4.0 - ktorfit: 2.5.1 -> 2.5.2 - coil: 3.1.0 -> 3.2.0 - datastorePreferences: 1.1.5 -> 1.1.6 - filekitCompose: 0.10.0-beta03 -> 0.10.0-beta04 - krop: 0.2.0-beta01 -> 0.2.0 - composemediaplayer: 0.7.2 -> 0.7.4
- KSP updated to 2.1.21-2.0.1 - AGP updated to 8.10.0 - Added `getDefaultProguardFile("proguard-android-optimize.txt")` and `proguard-rules.pro` to release build type. - Added `-dontobfuscate` to `proguard-rules.pro` to prevent class name obfuscation, which was causing issues with some libraries. 🚨🚨🚨 Treat all media types except video as image
Update github token action permissions
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.
No description provided.