You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2017/11/28 07:02:19 UTC

[GitHub] dpogue opened a new pull request #418: CB-13610: Compress the default app assets

dpogue opened a new pull request #418: CB-13610: Compress the default app assets
URL: https://github.com/apache/cordova-android/pull/418
 
 
   ### Platforms affected
   Android
   
   ### What does this PR do?
   Compresses the default app icon and splash screen images
   
   For reference, the compression process was:
   ```bash
   pngquant --strip --speed 1 screen.png # Outputs screen-fs8.png
   rm screen.png
   zopflipng -m screen-fs8.png screen.png # Outputs a new screen.png
   rm screen-fs8.png
   ```
   
   ### What testing has been done on this change?
   Made a successful build of Hello Cordova
   
   ### APK file sizes (debug)
   **Before:** 4976124 bytes (4.8 MB)
   **After:** 1696505 bytes (1.7MB)
   
   ### Checklist
   - [x] Reported [issue CB-13610](https://issues.apache.org/jira/browse/CB-13610) in the JIRA database
   - [x] Commit message follows the format
   - [x] Added automated test coverage as appropriate for this change. (N/A)
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org