[fenix] For https://github.com/mozilla-mobile/fenix/issues/3865: Use separate app...
commit7af1f598c2e1762fe967d2464367a180de2f3074
authorColin Lee <mncolinlee@gmail.com>
Mon, 15 Jul 2019 19:12:30 +0000 (15 14:12 -0500)
committerGitHub <noreply@github.com>
Mon, 15 Jul 2019 19:12:30 +0000 (15 14:12 -0500)
treed91fd008c0ad93366550f3d0768743f41b850a63
parentbdc9086bde0f394ebbfcd1b7c04e1ac70b1cd388
[fenix] For https://github.com/mozilla-mobile/fenix/issues/3865: Use separate app name and icon for Nightly build (https://github.com/mozilla-mobile/fenix/pull/3873)
16 files changed:
mobile/android/fenix/CHANGELOG.md
mobile/android/fenix/app/src/nightly/res/drawable-v26/ic_launcher_foreground.xml [new file with mode: 0644]
mobile/android/fenix/app/src/nightly/res/ic_launcher-web.png [new file with mode: 0644]
mobile/android/fenix/app/src/nightly/res/mipmap-anydpi-v26/ic_launcher.xml [new file with mode: 0644]
mobile/android/fenix/app/src/nightly/res/mipmap-anydpi-v26/ic_launcher_round.xml [new file with mode: 0644]
mobile/android/fenix/app/src/nightly/res/mipmap-hdpi/ic_launcher.png [new file with mode: 0644]
mobile/android/fenix/app/src/nightly/res/mipmap-hdpi/ic_launcher_round.png [new file with mode: 0644]
mobile/android/fenix/app/src/nightly/res/mipmap-mdpi/ic_launcher.png [new file with mode: 0644]
mobile/android/fenix/app/src/nightly/res/mipmap-mdpi/ic_launcher_round.png [new file with mode: 0644]
mobile/android/fenix/app/src/nightly/res/mipmap-xhdpi/ic_launcher.png [new file with mode: 0644]
mobile/android/fenix/app/src/nightly/res/mipmap-xhdpi/ic_launcher_round.png [new file with mode: 0644]
mobile/android/fenix/app/src/nightly/res/mipmap-xxhdpi/ic_launcher.png [new file with mode: 0644]
mobile/android/fenix/app/src/nightly/res/mipmap-xxhdpi/ic_launcher_round.png [new file with mode: 0644]
mobile/android/fenix/app/src/nightly/res/mipmap-xxxhdpi/ic_launcher.png [new file with mode: 0644]
mobile/android/fenix/app/src/nightly/res/mipmap-xxxhdpi/ic_launcher_round.png [new file with mode: 0644]
mobile/android/fenix/app/src/nightly/res/values/static_strings.xml [new file with mode: 0644]