-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Gsoc 2023 migrating main activity to compose (#62)
* Update for some issue In Deploy to Appetize * removed Github Token from ci file * Migrated fragment_invite_voters.xml to InviteVotersScreen.kt in compose * Migrated fragment_voters.xml.xml to VotersListScreen.kt in compose * Migrated fragment_finished_elections.xmle.xml.xml to ElectionsScreen.kt in compose * Forgot Password Screen Migration to jetpack compose * Migrated fragment_two_factor_auth.xml to TwoFactorAuthScreen.kt in compose * Migrated fragment_login.xml to LoginScreen.kt Compose and Updated facebook Sdk version to latest and added code changes according to new methods in doc and updated gitlab-ci.yml for fbClientSecret * Migrated fragment_home.xml to HomeScreen.kt in compose * Migrated fragment_settings.xml to SettingScreen.kt in Compose * Updated Main Activity parts to use Compose
- Loading branch information
1 parent
c58ad02
commit bd212f8
Showing
46 changed files
with
555 additions
and
1,976 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
43 changes: 0 additions & 43 deletions
43
app/src/main/java/org/aossie/agoraandroid/data/adapters/BallotsAdapter.kt
This file was deleted.
Oops, something went wrong.
43 changes: 0 additions & 43 deletions
43
app/src/main/java/org/aossie/agoraandroid/data/adapters/CandidateRecyclerAdapter.kt
This file was deleted.
Oops, something went wrong.
58 changes: 0 additions & 58 deletions
58
app/src/main/java/org/aossie/agoraandroid/data/adapters/CandidatesAdapter.kt
This file was deleted.
Oops, something went wrong.
119 changes: 0 additions & 119 deletions
119
app/src/main/java/org/aossie/agoraandroid/data/adapters/ElectionsAdapter.kt
This file was deleted.
Oops, something went wrong.
45 changes: 0 additions & 45 deletions
45
app/src/main/java/org/aossie/agoraandroid/data/adapters/SelectedCandidateAdapter.kt
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.