-
-
Notifications
You must be signed in to change notification settings - Fork 274
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Crafts a new notification icon so that Lollipop++ does not show a whi…
…te block. What a moronic design imposition by Google. Resolves https://github.com/pliablepixels/zmNinja/issues/50
- Loading branch information
1 parent
fc59379
commit 9d0c08b
Showing
12 changed files
with
46 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,28 @@ | ||
#!/bin/sh | ||
|
||
exe() { echo "\$ $@" ; "$@" ; } | ||
|
||
# Custom stuff I need to do for zmNinja | ||
echo ---------------------------------------------------- | ||
echo Pliable Pixels build pre-preprocessing | ||
echo ---------------------------------------------------- | ||
echo Curr Dir: `pwd` | ||
echo "Copying Modified GCMIntentService for custom sound" | ||
cp www/external/GCMIntentService.java plugins/phonegap-plugin-push/src/android/com/adobe/phonegap/push/ | ||
cp www/external/GCMIntentService.java platforms/android/src/com/adobe/phonegap/push | ||
exe cp www/external/GCMIntentService.java plugins/phonegap-plugin-push/src/android/com/adobe/phonegap/push/ | ||
exe cp www/external/GCMIntentService.java platforms/android/src/com/adobe/phonegap/push | ||
|
||
echo "Copying custom sound" | ||
mkdir -p platforms/android/res/raw/ | ||
cp www/sounds/blop.mp3 platforms/android/res/raw/ | ||
echo "---------------------" | ||
exe mkdir -p platforms/android/res/raw/ | ||
exe cp www/sounds/blop.mp3 platforms/android/res/raw/ | ||
exe cp www/sounds/blop.caf platforms/ios/zmNinja/Resources | ||
|
||
echo "Copying plist hack for iOS for non SSL connections" | ||
echo "--------------------------------------------------" | ||
exe cp www/external/zmNinja-Info.plist.IOS9nonSSLPatch platforms/ios/zmNinja/zmNinja-Info.plist | ||
|
||
cp www/sounds/blop.caf platforms/ios/zmNinja/Resources | ||
echo "Copying Android notification icons to resource dir" | ||
echo "--------------------------------------------------" | ||
exe cp -R www/external/android-notification-icons/ platforms/android/res/ | ||
|
||
|
Binary file added
BIN
+1.11 KB
www/external/android-notification-icons/drawable-hdpi-v11/ic_stat_notification.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.19 KB
www/external/android-notification-icons/drawable-hdpi/ic_stat_notification.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+732 Bytes
www/external/android-notification-icons/drawable-mdpi-v11/ic_stat_notification.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+720 Bytes
www/external/android-notification-icons/drawable-mdpi/ic_stat_notification.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.61 KB
...external/android-notification-icons/drawable-xhdpi-v11/ic_stat_notification.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.66 KB
www/external/android-notification-icons/drawable-xhdpi/ic_stat_notification.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.64 KB
...xternal/android-notification-icons/drawable-xxhdpi-v11/ic_stat_notification.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.77 KB
www/external/android-notification-icons/drawable-xxhdpi/ic_stat_notification.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+3.87 KB
...ternal/android-notification-icons/drawable-xxxhdpi-v11/ic_stat_notification.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+3.91 KB
www/external/android-notification-icons/drawable-xxxhdpi/ic_stat_notification.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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