Skip to content

Commit

Permalink
Splash screens for Android
Browse files Browse the repository at this point in the history
  • Loading branch information
Rami Taibah committed Feb 26, 2018
1 parent 95086c2 commit b9629b7
Show file tree
Hide file tree
Showing 24 changed files with 18 additions and 6 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,18 @@ Canoe uses standard gettext PO files for translations. We should as soon as Cano

*Gracias totales!*

## Splash Screens & Icons

We use [cordova-splash](https://github.com/AlexDisler/cordova-splash) & [cordova-icon](https://github.com/AlexDisler/cordova-icon)

For splash screens run:

cordova-splash

Then:

cp -r platforms/android/app/src/main/res/* resources/canoe/android/splash

## Version numbering
Canoe uses the `MAJOR.MINOR.PATCH` convention for versioning. Any release that adds features should modify the MINOR or MAJOR number.

Expand Down
12 changes: 6 additions & 6 deletions config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@
<icon density="xhdpi" src="resources/canoe/android/icon/drawable-xhdpi-icon.png" />
<icon density="xxhdpi" src="resources/canoe/android/icon/drawable-xxhdpi-icon.png" />
<icon density="xxxhdpi" src="resources/canoe/android/icon/drawable-xxxhdpi-icon.png" />
<splash density="port-hdpi" src="resources/canoe/android/splash/drawable-port-hdpi-screen.png" />
<splash density="port-ldpi" src="resources/canoe/android/splash/drawable-port-ldpi-screen.png" />
<splash density="port-mdpi" src="resources/canoe/android/splash/drawable-port-mdpi-screen.png" />
<splash density="port-xhdpi" src="resources/canoe/android/splash/drawable-port-xhdpi-screen.png" />
<splash density="port-xxhdpi" src="resources/canoe/android/splash/drawable-port-xxhdpi-screen.png" />
<splash density="port-xxxhdpi" src="resources/canoe/android/splash/drawable-port-xxxhdpi-screen.png" />
<splash density="port-hdpi" src="resources/canoe/android/splash/drawable-port-hdpi/screen.png" />
<splash density="port-ldpi" src="resources/canoe/android/splash/drawable-port-ldpi/screen.png" />
<splash density="port-mdpi" src="resources/canoe/android/splash/drawable-port-mdpi/screen.png" />
<splash density="port-xhdpi" src="resources/canoe/android/splash/drawable-port-xhdpi/screen.png" />
<splash density="port-xxhdpi" src="resources/canoe/android/splash/drawable-port-xxhdpi/screen.png" />
<splash density="port-xxxhdpi" src="resources/canoe/android/splash/drawable-port-xxxhdpi/screen.png" />
</platform>
<platform name="windows">
<icon src="resources/canoe/windows/icon/StoreLogo.png" target="StoreLogo" />
Expand Down
Binary file removed logo/canoe-logo-draft.png
Binary file not shown.
Binary file removed logo/canoe-logo-light-blue.png
Binary file not shown.
Binary file removed logo/canoe.jpg
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
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 splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b9629b7

Please sign in to comment.