-
Notifications
You must be signed in to change notification settings - Fork 455
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Android Sample App Consolidation and Kotlin Conversion (#410)
* Consolidation of Android Samples and conversion to Kotlin. * Working with new main activity! * Removed viewBinding * Working combined app! * File downloading and viewing is now working! * Removed the "main" activity which was moved over from the Kotlin Sample application. Removing this as the code has been migrated into UserActivity. * Removed Dead Code * Replaced all AsyncTasks with Coroutines * Fixed Layout and Cleaned up dead code. * Removed Picasso so we can just use Glide. * Fixing compile error. * Fixing proguarding issue after kotlin conversion. * Splitting up Github Actions for easier diagnosis. * Running the right commands in Github Actions. * Final cleanup and fixes for merging of sample apps. * Formatting
- Loading branch information
1 parent
84523a0
commit 97f2c2b
Showing
80 changed files
with
1,697 additions
and
2,574 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,3 +26,6 @@ classyshark* | |
|
||
# macOS | ||
*.DS_Store | ||
|
||
# Integration Test Auth Info | ||
auth_output |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Oops, something went wrong.