-
Notifications
You must be signed in to change notification settings - Fork 526
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add EnableExtraTopicTabsUi platform parameter * use platform parameter to hide extra topic tabs * fix errors * shorten line length * add force method * make changes to the test. Not completed yet. * reset to develop * add tests * update to correct logic * change parameter name * fix some incorrect code * fix some incorrect code * adjust code changes for tests in this file * remove unused resources * lint * add platform parameter module to alpha kenya app component * remove unused resource - position with three tabs * nit: concise kdoc * add accidentally removed modules * update logic ; review required * lint * reset all changes to AlphaKenyaApplicationComponent.kt * add parameter to alpha kenya module * remove "isSuccessful" * add suggested changes * lint * update logic * update test logic to account for the removed tabs * lint * suggested changes * lint * partial: delete practice tab module * complete: remove practice tab module and enablePracticeTab * update logic * fix code after a bad merge * update some tests according to changes introduced due to hiding tabs * lint * update test due to hiding some tabs * lint * update tests * update rest of the tests to include changes from hiding tabs + modify chapter list PR * lint * dont use delegates * remove duplicate entry and revert the "reversion" * lint * remove unused resource * mend incorrect legacy logic * remove usages of delegates * lint * lint
- Loading branch information
1 parent
d1e6fdb
commit c9c4d9a
Showing
161 changed files
with
395 additions
and
478 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
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
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
9 changes: 0 additions & 9 deletions
9
app/src/main/java/org/oppia/android/app/topic/EnablePracticeTab.kt
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
app/src/main/java/org/oppia/android/app/topic/PracticeTabModule.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
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
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
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
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
Oops, something went wrong.