-
-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(film): migrate to compose: home (#914)
* feat: add film module with home viewmodel * refactor: copy dummy items to core module * feat: initial home screen layout * feat(home): add loading indicator * feat(home): animate home items and make items in view non nullable * feat(home): add item cards * feat(home): add placeholder for item poster and add spacer between title and items * feat(home): add back icon on expanded search bar * feat(home): replace loading indicator with user icon and add clear button in expanded view * feat(home): adjust title and subtitle style of item card * refactor: remove old home code * feat(home): add error card * feat(error_card): add icon button to show stacktrace and replace retry text button with icon * fix(home): add safe drawing padding to search bar and error card * feat: add error dialog * refactor(tv): align home screen with phone version * refactor(tv): use dummy items from core * lint: run ktlintFormat * refactor: move strings to film module
- Loading branch information
1 parent
ba23bdc
commit f730c08
Showing
106 changed files
with
1,481 additions
and
911 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
128 changes: 0 additions & 128 deletions
128
app/phone/src/main/java/dev/jdtech/jellyfin/adapters/ViewListAdapter.kt
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.