Skip to content
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

docs: update README.md #69

Merged
merged 1 commit into from
Jan 5, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Please feel free to ask for features or suggestions for improvements.

## Notable Features & Libraries

- MVI Pattern
- MVVM Pattern
- Navigation Component
- Hilt
- Everywhere dark mode support
Expand All @@ -24,7 +24,8 @@ Please feel free to ask for features or suggestions for improvements.
- CI/CD
- ktlint
- CodeQL
- Publish to Google Play
- Baseline profile generation
- Fastlane: Publish to Google Play
- Material 3 examples
- Animated Splash Screen (Introduced in Android 12)

Expand Down Expand Up @@ -93,7 +94,6 @@ Please feel free to ask for features or suggestions for improvements.
- [ ] List with `LazyGrid`
- [ ] Paging with `LazyGrid`
- [ ] Update to new storage permission
- [x] Auto Theme mode from system
- [ ] Create color ready for dark and light mode
- [ ] AlarmManager example
- [ ] Update `CheckBox` code (see example from AOSP)
Expand All @@ -102,12 +102,9 @@ Please feel free to ask for features or suggestions for improvements.
- [x] Check map example issue: on click freeze
- [ ] New: File browser using MediaStore
- [ ] Get sidebar from Emudi app (https://www.youtube.com/watch?v=HNSKJIQtb4c)
- [x] Update `popBackStack()`
- [ ] Migrate ExoPlayer: https://developer.android.com/media/media3/exoplayer/migration-guide
- [ ] Update all `LaunchedEffect` with lambda issue using `rememberUpdatedState`: https://developer.android.com/develop/ui/compose/side-effects#rememberupdatedstate
- [ ] Add example for AppColorLocal from Jaber vai
- [x] Update to coil 3
- [x] Update ktlint

# Note

Expand Down
Loading