forked from HBiSoft/HBRecorder
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MainActivity: Updated Switch to SwitchCompat, Added ability to specif…
…y a max file size in K bytes. Added handler for notification from HBRecorder that the max file has been reached. Updated use of constants and strings. Changed use of case statement on ID to use IF statements per Google guidelines. Changed call of updateGalleryUri() to only be done in the case of android Q or later per Lint suggestion (due to use of MediaStore.Video.Media.IS_PENDING). The new max size also impacted activity_main.xml and strings.xml Updated AndroidManifest to clean up lint errors. Updated build.gradle to update dependencies
- Loading branch information
1 parent
fd07085
commit 78d5967
Showing
6 changed files
with
109 additions
and
39 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
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<full-backup-content> | ||
<!-- Exclude specific shared preferences that contain GCM registration Id --> | ||
|
||
</full-backup-content> |