forked from EventFahrplan/EventFahrplan
-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate "Schedule Changes" screen to Compose UI.
+ Replace XML-based screen with Compose UI setup. + Detach from AbstractListFragment. + Introduce SessionChangeParametersFactory to encapsulate screen logic. Add unit tests. + Let video recording icon color represent change state similar as text changes. + Remove now unused code from SessionsAdapter which is still used by "Favorites" screen. + Vertical scroll bar is missing.
- Loading branch information
1 parent
05bc75f
commit f3e5308
Showing
26 changed files
with
1,439 additions
and
398 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
164 changes: 0 additions & 164 deletions
164
app/src/main/java/nerd/tuxmobil/fahrplan/congress/changes/ChangeListAdapter.kt
This file was deleted.
Oops, something went wrong.
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
15 changes: 0 additions & 15 deletions
15
app/src/main/java/nerd/tuxmobil/fahrplan/congress/changes/ChangeListParameter.kt
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.