-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #190 from apivideo/fix/android_upload_notification
fix(java): properly name default resource name for android and androi…
- Loading branch information
Showing
11 changed files
with
32 additions
and
44 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
File renamed without changes.
8 changes: 1 addition & 7 deletions
8
templates/java/statics/android-uploader/src/main/res/values/colors.xml
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 |
---|---|---|
@@ -1,10 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<color name="primary_orange">#FA5B30</color> | ||
<color name="secondary_orange">#FFB39E</color> | ||
<color name="light_blue">#D9E1EC</color> | ||
<color name="dark_blue">#414F6E</color> | ||
<color name="black">#0B0F17</color> | ||
<color name="white">#FFFFFF</color> | ||
<color name="transparent_white">#66FFFFFF</color> | ||
<color name="upload_notification_color">#FA5B30</color> | ||
</resources> |
14 changes: 7 additions & 7 deletions
14
templates/java/statics/android-uploader/src/main/res/values/strings.xml
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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="channel_name">api.video</string> | ||
<string name="notification_progress_title">Uploading</string> | ||
<string name="notification_progress_text">Uploaded %1d of %1d</string> | ||
<string name="notification_current_progress_text">%1d %%</string> | ||
<string name="notification_error_title">Upload error</string> | ||
<string name="notification_upload_started_title">Upload starting…</string> | ||
<string name="notification_cancel">Cancel</string> | ||
<string name="upload_notification_channel_name">api.video</string> | ||
<string name="upload_notification_progress_title">Uploading</string> | ||
<string name="upload_notification_progress_text">Uploaded %1d of %1d</string> | ||
<string name="upload_notification_current_progress_text">%1d %%</string> | ||
<string name="upload_notification_error_title">Upload error</string> | ||
<string name="upload_notification_upload_started_title">Upload starting…</string> | ||
<string name="upload_notification_cancel">Cancel</string> | ||
</resources> |
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
File renamed without changes.
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 |
---|---|---|
@@ -1,10 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<color name="primary_orange">#FA5B30</color> | ||
<color name="secondary_orange">#FFB39E</color> | ||
<color name="light_blue">#D9E1EC</color> | ||
<color name="dark_blue">#414F6E</color> | ||
<color name="black">#0B0F17</color> | ||
<color name="white">#FFFFFF</color> | ||
<color name="transparent_white">#66FFFFFF</color> | ||
<color name="upload_notification_color">#FA5B30</color> | ||
</resources> |
14 changes: 7 additions & 7 deletions
14
templates/java/statics/android/src/main/res/values/strings.xml
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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="channel_name">api.video</string> | ||
<string name="notification_progress_title">Uploading</string> | ||
<string name="notification_progress_text">Uploaded %1d of %1d</string> | ||
<string name="notification_current_progress_text">%1d %%</string> | ||
<string name="notification_error_title">Upload error</string> | ||
<string name="notification_upload_started_title">Upload starting…</string> | ||
<string name="notification_cancel">Cancel</string> | ||
<string name="upload_notification_channel_name">api.video</string> | ||
<string name="upload_notification_progress_title">Uploading</string> | ||
<string name="upload_notification_progress_text">Uploaded %1d of %1d</string> | ||
<string name="upload_notification_current_progress_text">%1d %%</string> | ||
<string name="upload_notification_error_title">Upload error</string> | ||
<string name="upload_notification_upload_started_title">Upload starting…</string> | ||
<string name="upload_notification_cancel">Cancel</string> | ||
</resources> |