Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d903ae3d authored by Mark Harman's avatar Mark Harman
Browse files

Changed notification icon to be white (recommended by Android warnings).

parent 58a02575
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -53,6 +53,7 @@ Version 1.47.3 (Work in progress)
FIXED   Grids were being drawing too faintly.
UPDATED Camera2 API is now a "list" selection rather than a boolean switch.
UPDATED Updated some icons for newer more consistent material design look.
UPDATED Changed notification icon to be white.
UPDATED Minor accessibility improvements.
UPDATED Clarify in settings that PNG image format is not truly lossless.
UPDATED Moved licences from about to separate preference category.
+1 −0
Original line number Diff line number Diff line
@@ -238,6 +238,7 @@ Also see <i>"Can I use the Open Camera source code in my app?"</i> under the <a
    ic_text_format_red_48dp.png (modified from ic_text_format_white_48dp), ic_text_format_white_48dp.png,
    ic_timelapse_white_48dp.png, ic_timer_white_48dp.png,
    ic_touch_app_white_48dp.png, ic_videocam_white_48dp.png,
    ic_stat_notify_take_photo.png (modified from ic_photo_camera_white_48dp),
    popup*.png (modified from ic_more_vert_white, baseline_highlight_white, baseline_remove_red_eye_white, ic_action_flash_automatic,
        ic_action_flash_off, ic_action_flash_on),
    settings.png (from ic_action_settings), share.png (from ic_action_share),
+1 −1
Original line number Diff line number Diff line
@@ -2674,7 +2674,7 @@ public class MainActivity extends Activity {
        if( Build.VERSION.SDK_INT >= Build.VERSION_CODES.O ) {
            int n_images_to_save = applicationInterface.getImageSaver().getNRealImagesToSave();
            Notification.Builder builder = new Notification.Builder(this, CHANNEL_ID)
                    .setSmallIcon(R.drawable.take_photo)
                    .setSmallIcon(R.drawable.ic_stat_notify_take_photo)
                    .setContentTitle(getString(R.string.app_name))
                    .setContentText(getString(R.string.image_saving_notification) + " " + n_images_to_save + " " + getString(R.string.remaining))
                    //.setStyle(new Notification.BigTextStyle()
+927 B
Loading image diff...
+3.49 KiB
Loading image diff...