Open
Description
Build with podman build --pull --rm -t altana_lv_build_apk -f ContainerFile
APK in: /home/appuser/app/altana/altana-android-21.02.27/app/build/outputs/apk/production/release/app-production-release-unsigned.apk
FROM frolvlad/alpine-glibc
RUN set -ex; \
apk update; \
apk add --no-cache \
bash \
curl \
perl-utils \
openjdk8; \
adduser -D appuser;
USER appuser
ENV ANDROID_SDK_ROOT="/home/appuser/app/sdk" \
ANDROID_HOME="/home/appuser/app/sdk"
RUN set -ex; \
mkdir -p "/home/appuser/app/sdk/licenses" "/home/appuser/app/altana/"; \
printf "\n24333f8a63b6825ea9c5514f83c2829b004d1fee" > "/home/appuser/app/sdk/licenses/android-sdk-license"; \
cd /home/appuser/app/altana/; \
wget https://github.com/inbitcoin/altana-android/archive/refs/tags/v21.02.27.zip; \
unzip v21.02.27.zip; \
rm v21.02.27.zip;
WORKDIR /home/appuser/app/altana/altana-android-21.02.27/
RUN set -ex; \
PATH="$PATH:/usr/lib/jvm/java-1.8-openjdk/bin/" ./app/fetch_gdk_binaries.sh; \
./gradlew assembleRelease
Comparing it to APK downloaded from google-play:
sha256sum: 7a44a2c584d49a218e622d33b81b64d38b2a6d7fce028ad7df9bc493f622fa4a
From comments in issue #1
#1 (comment)
#1 (comment)
Some of below diffs are beacuse lacking of publishing graphics resources.
Files ./FromGooglePlay/AndroidManifest.xml and ./FromLocalBuild/AndroidManifest.xml differ
Files ./FromGooglePlay/classes.dex and ./FromLocalBuild/classes.dex differ
Only in ./FromGooglePlay/META-INF: CERT.RSA
Only in ./FromGooglePlay/META-INF: CERT.SF
Files ./FromGooglePlay/META-INF/MANIFEST.MF and ./FromLocalBuild/META-INF/MANIFEST.MF differ
Files ./FromGooglePlay/res/anim/design_snackbar_in.xml and ./FromLocalBuild/res/anim/design_snackbar_in.xml differ
Files ./FromGooglePlay/res/anim/design_snackbar_out.xml and ./FromLocalBuild/res/anim/design_snackbar_out.xml differ
Files ./FromGooglePlay/res/animator/mtrl_extended_fab_change_size_motion_spec.xml and ./FromLocalBuild/res/animator/mtrl_extended_fab_change_size_motion_spec.xml differ
Files ./FromGooglePlay/res/animator/mtrl_extended_fab_hide_motion_spec.xml and ./FromLocalBuild/res/animator/mtrl_extended_fab_hide_motion_spec.xml differ
Files ./FromGooglePlay/res/animator/mtrl_extended_fab_show_motion_spec.xml and ./FromLocalBuild/res/animator/mtrl_extended_fab_show_motion_spec.xml differ
Files ./FromGooglePlay/res/color/checkbox_themeable_attribute_color.xml and ./FromLocalBuild/res/color/checkbox_themeable_attribute_color.xml differ
Files ./FromGooglePlay/res/color/material_on_background_disabled.xml and ./FromLocalBuild/res/color/material_on_background_disabled.xml differ
Files ./FromGooglePlay/res/color/material_on_background_emphasis_high_type.xml and ./FromLocalBuild/res/color/material_on_background_emphasis_high_type.xml differ
Files ./FromGooglePlay/res/color/material_on_background_emphasis_medium.xml and ./FromLocalBuild/res/color/material_on_background_emphasis_medium.xml differ
Files ./FromGooglePlay/res/color/material_on_primary_disabled.xml and ./FromLocalBuild/res/color/material_on_primary_disabled.xml differ
Files ./FromGooglePlay/res/color/material_on_primary_emphasis_high_type.xml and ./FromLocalBuild/res/color/material_on_primary_emphasis_high_type.xml differ
Files ./FromGooglePlay/res/color/material_on_primary_emphasis_medium.xml and ./FromLocalBuild/res/color/material_on_primary_emphasis_medium.xml differ
Files ./FromGooglePlay/res/color/material_on_surface_stroke.xml and ./FromLocalBuild/res/color/material_on_surface_stroke.xml differ
Files ./FromGooglePlay/res/color/mtrl_bottom_nav_colored_item_tint.xml and ./FromLocalBuild/res/color/mtrl_bottom_nav_colored_item_tint.xml differ
Files ./FromGooglePlay/res/color/mtrl_bottom_nav_colored_ripple_color.xml and ./FromLocalBuild/res/color/mtrl_bottom_nav_colored_ripple_color.xml differ
Files ./FromGooglePlay/res/color/mtrl_choice_chip_background_color.xml and ./FromLocalBuild/res/color/mtrl_choice_chip_background_color.xml differ
Files ./FromGooglePlay/res/color/mtrl_choice_chip_ripple_color.xml and ./FromLocalBuild/res/color/mtrl_choice_chip_ripple_color.xml differ
Files ./FromGooglePlay/res/color/mtrl_choice_chip_text_color.xml and ./FromLocalBuild/res/color/mtrl_choice_chip_text_color.xml differ
Files ./FromGooglePlay/res/color/mtrl_popupmenu_overlay_color.xml and ./FromLocalBuild/res/color/mtrl_popupmenu_overlay_color.xml differ
Files ./FromGooglePlay/res/color/mtrl_tabs_colored_ripple_color.xml and ./FromLocalBuild/res/color/mtrl_tabs_colored_ripple_color.xml differ
Files ./FromGooglePlay/res/color/mtrl_tabs_icon_color_selector_colored.xml and ./FromLocalBuild/res/color/mtrl_tabs_icon_color_selector_colored.xml differ
Files ./FromGooglePlay/res/color/radiobutton_themeable_attribute_color.xml and ./FromLocalBuild/res/color/radiobutton_themeable_attribute_color.xml differ
Files ./FromGooglePlay/res/drawable/abc_btn_check_material_anim.xml and ./FromLocalBuild/res/drawable/abc_btn_check_material_anim.xml differ
Files ./FromGooglePlay/res/drawable/abc_btn_radio_material_anim.xml and ./FromLocalBuild/res/drawable/abc_btn_radio_material_anim.xml differ
Files ./FromGooglePlay/res/drawable/bottom_navigation_home.xml and ./FromLocalBuild/res/drawable/bottom_navigation_home.xml differ
Files ./FromGooglePlay/res/drawable/bottom_navigation_notifications_2.xml and ./FromLocalBuild/res/drawable/bottom_navigation_notifications_2.xml differ
Files ./FromGooglePlay/res/drawable/bottom_navigation_notifications.xml and ./FromLocalBuild/res/drawable/bottom_navigation_notifications.xml differ
Files ./FromGooglePlay/res/drawable/bottom_navigation_settings.xml and ./FromLocalBuild/res/drawable/bottom_navigation_settings.xml differ
Files ./FromGooglePlay/res/drawable/btn_checkbox_checked_to_unchecked_mtrl_animation.xml and ./FromLocalBuild/res/drawable/btn_checkbox_checked_to_unchecked_mtrl_animation.xml differ
Files ./FromGooglePlay/res/drawable/btn_checkbox_unchecked_to_checked_mtrl_animation.xml and ./FromLocalBuild/res/drawable/btn_checkbox_unchecked_to_checked_mtrl_animation.xml differ
Files ./FromGooglePlay/res/drawable/btn_radio_off_to_on_mtrl_animation.xml and ./FromLocalBuild/res/drawable/btn_radio_off_to_on_mtrl_animation.xml differ
Files ./FromGooglePlay/res/drawable/btn_radio_on_to_off_mtrl_animation.xml and ./FromLocalBuild/res/drawable/btn_radio_on_to_off_mtrl_animation.xml differ
Files ./FromGooglePlay/res/drawable/design_password_eye.xml and ./FromLocalBuild/res/drawable/design_password_eye.xml differ
Files ./FromGooglePlay/res/drawable/ic_mtrl_chip_checked_black.xml and ./FromLocalBuild/res/drawable/ic_mtrl_chip_checked_black.xml differ
Files ./FromGooglePlay/res/drawable/logo_qrcode.png and ./FromLocalBuild/res/drawable/logo_qrcode.png differ
Only in ./FromGooglePlay/res/drawable: logo_qrcode_testnet.png
Files ./FromGooglePlay/res/drawable/material_button_border_red.xml and ./FromLocalBuild/res/drawable/material_button_border_red.xml differ
Files ./FromGooglePlay/res/drawable/material_ic_menu_arrow_up_black_24dp.xml and ./FromLocalBuild/res/drawable/material_ic_menu_arrow_up_black_24dp.xml differ
Files ./FromGooglePlay/res/drawable/md_btn_selector_dark.xml and ./FromLocalBuild/res/drawable/md_btn_selector_dark.xml differ
Files ./FromGooglePlay/res/drawable/md_btn_selector.xml and ./FromLocalBuild/res/drawable/md_btn_selector.xml differ
Files ./FromGooglePlay/res/drawable/md_selector_dark.xml and ./FromLocalBuild/res/drawable/md_selector_dark.xml differ
Files ./FromGooglePlay/res/drawable/md_selector.xml and ./FromLocalBuild/res/drawable/md_selector.xml differ
Files ./FromGooglePlay/res/drawable/mtrl_dropdown_arrow.xml and ./FromLocalBuild/res/drawable/mtrl_dropdown_arrow.xml differ
Files ./FromGooglePlay/res/drawable/mtrl_popupmenu_background_dark.xml and ./FromLocalBuild/res/drawable/mtrl_popupmenu_background_dark.xml differ
Files ./FromGooglePlay/res/drawable/notification_bg_low.xml and ./FromLocalBuild/res/drawable/notification_bg_low.xml differ
Files ./FromGooglePlay/res/drawable/notification_bg.xml and ./FromLocalBuild/res/drawable/notification_bg.xml differ
Files ./FromGooglePlay/res/drawable/notification_tile_bg.xml and ./FromLocalBuild/res/drawable/notification_tile_bg.xml differ
Files ./FromGooglePlay/res/drawable/test_custom_background.xml and ./FromLocalBuild/res/drawable/test_custom_background.xml differ
Only in ./FromGooglePlay/res/drawable-hdpi-v4: background_activity.png
Only in ./FromGooglePlay/res/drawable-hdpi-v4: background_activity_testnet.png
Files ./FromGooglePlay/res/drawable-hdpi-v4/ic_home.png and ./FromLocalBuild/res/drawable-hdpi-v4/ic_home.png differ
Files ./FromGooglePlay/res/drawable-hdpi-v4/ic_launcher_background.png and ./FromLocalBuild/res/drawable-hdpi-v4/ic_launcher_background.png differ
Only in ./FromGooglePlay/res/drawable-hdpi-v4: ic_launcher.png
Files ./FromGooglePlay/res/drawable-hdpi-v4/ic_liquid_no_string.png and ./FromLocalBuild/res/drawable-hdpi-v4/ic_liquid_no_string.png differ
Files ./FromGooglePlay/res/drawable-hdpi-v4/ic_logo_big.png and ./FromLocalBuild/res/drawable-hdpi-v4/ic_logo_big.png differ
Files ./FromGooglePlay/res/drawable-hdpi-v4/ic_notifications_2.png and ./FromLocalBuild/res/drawable-hdpi-v4/ic_notifications_2.png differ
Files ./FromGooglePlay/res/drawable-hdpi-v4/ic_notifications_clicked_2.png and ./FromLocalBuild/res/drawable-hdpi-v4/ic_notifications_clicked_2.png differ
Files ./FromGooglePlay/res/drawable-hdpi-v4/ic_notifications_clicked.png and ./FromLocalBuild/res/drawable-hdpi-v4/ic_notifications_clicked.png differ
Files ./FromGooglePlay/res/drawable-hdpi-v4/ic_notifications.png and ./FromLocalBuild/res/drawable-hdpi-v4/ic_notifications.png differ
Files ./FromGooglePlay/res/drawable-hdpi-v4/ic_qr_bg.png and ./FromLocalBuild/res/drawable-hdpi-v4/ic_qr_bg.png differ
Files ./FromGooglePlay/res/drawable-hdpi-v4/ic_settings_clicked.png and ./FromLocalBuild/res/drawable-hdpi-v4/ic_settings_clicked.png differ
Files ./FromGooglePlay/res/drawable-hdpi-v4/ic_settings.png and ./FromLocalBuild/res/drawable-hdpi-v4/ic_settings.png differ
Only in ./FromGooglePlay/res/drawable-hdpi-v4: wallet_pattern.png
Files ./FromGooglePlay/res/drawable-ldpi-v4/ic_link.png and ./FromLocalBuild/res/drawable-ldpi-v4/ic_link.png differ
Files ./FromGooglePlay/res/drawable-mdpi-v4/background_activity.png and ./FromLocalBuild/res/drawable-mdpi-v4/background_activity.png differ
Files ./FromGooglePlay/res/drawable-mdpi-v4/background_activity_testnet.png and ./FromLocalBuild/res/drawable-mdpi-v4/background_activity_testnet.png differ
Files ./FromGooglePlay/res/drawable-mdpi-v4/ic_home.png and ./FromLocalBuild/res/drawable-mdpi-v4/ic_home.png differ
Files ./FromGooglePlay/res/drawable-mdpi-v4/ic_launcher_background.png and ./FromLocalBuild/res/drawable-mdpi-v4/ic_launcher_background.png differ
Only in ./FromGooglePlay/res/drawable-mdpi-v4: ic_launcher.png
Files ./FromGooglePlay/res/drawable-mdpi-v4/ic_liquid_no_string.png and ./FromLocalBuild/res/drawable-mdpi-v4/ic_liquid_no_string.png differ
Files ./FromGooglePlay/res/drawable-mdpi-v4/ic_logo_big.png and ./FromLocalBuild/res/drawable-mdpi-v4/ic_logo_big.png differ
Files ./FromGooglePlay/res/drawable-mdpi-v4/ic_notifications_2.png and ./FromLocalBuild/res/drawable-mdpi-v4/ic_notifications_2.png differ
Files ./FromGooglePlay/res/drawable-mdpi-v4/ic_notifications_clicked_2.png and ./FromLocalBuild/res/drawable-mdpi-v4/ic_notifications_clicked_2.png differ
Files ./FromGooglePlay/res/drawable-mdpi-v4/ic_notifications_clicked.png and ./FromLocalBuild/res/drawable-mdpi-v4/ic_notifications_clicked.png differ
Files ./FromGooglePlay/res/drawable-mdpi-v4/ic_notifications.png and ./FromLocalBuild/res/drawable-mdpi-v4/ic_notifications.png differ
Files ./FromGooglePlay/res/drawable-mdpi-v4/ic_qr_bg.png and ./FromLocalBuild/res/drawable-mdpi-v4/ic_qr_bg.png differ
Files ./FromGooglePlay/res/drawable-mdpi-v4/ic_settings_clicked.png and ./FromLocalBuild/res/drawable-mdpi-v4/ic_settings_clicked.png differ
Files ./FromGooglePlay/res/drawable-mdpi-v4/ic_settings.png and ./FromLocalBuild/res/drawable-mdpi-v4/ic_settings.png differ
Files ./FromGooglePlay/res/drawable-mdpi-v4/wallet_pattern.png and ./FromLocalBuild/res/drawable-mdpi-v4/wallet_pattern.png differ
Files ./FromGooglePlay/res/drawable-v21/md_btn_selector_ripple_dark.xml and ./FromLocalBuild/res/drawable-v21/md_btn_selector_ripple_dark.xml differ
Files ./FromGooglePlay/res/drawable-v21/md_btn_selector_ripple.xml and ./FromLocalBuild/res/drawable-v21/md_btn_selector_ripple.xml differ
Files ./FromGooglePlay/res/drawable-v23/mtrl_popupmenu_background_dark.xml and ./FromLocalBuild/res/drawable-v23/mtrl_popupmenu_background_dark.xml differ
Files ./FromGooglePlay/res/drawable-v24/ic_launcher_foreground.xml and ./FromLocalBuild/res/drawable-v24/ic_launcher_foreground.xml differ
Only in ./FromGooglePlay/res/drawable-xhdpi-v4: background_activity.png
Only in ./FromGooglePlay/res/drawable-xhdpi-v4: background_activity_testnet.png
Files ./FromGooglePlay/res/drawable-xhdpi-v4/ic_home.png and ./FromLocalBuild/res/drawable-xhdpi-v4/ic_home.png differ
Files ./FromGooglePlay/res/drawable-xhdpi-v4/ic_launcher_background.png and ./FromLocalBuild/res/drawable-xhdpi-v4/ic_launcher_background.png differ
Only in ./FromGooglePlay/res/drawable-xhdpi-v4: ic_launcher.png
Files ./FromGooglePlay/res/drawable-xhdpi-v4/ic_liquid_no_string.png and ./FromLocalBuild/res/drawable-xhdpi-v4/ic_liquid_no_string.png differ
Files ./FromGooglePlay/res/drawable-xhdpi-v4/ic_logo_big.png and ./FromLocalBuild/res/drawable-xhdpi-v4/ic_logo_big.png differ
Files ./FromGooglePlay/res/drawable-xhdpi-v4/ic_notifications_2.png and ./FromLocalBuild/res/drawable-xhdpi-v4/ic_notifications_2.png differ
Files ./FromGooglePlay/res/drawable-xhdpi-v4/ic_notifications_clicked_2.png and ./FromLocalBuild/res/drawable-xhdpi-v4/ic_notifications_clicked_2.png differ
Files ./FromGooglePlay/res/drawable-xhdpi-v4/ic_notifications_clicked.png and ./FromLocalBuild/res/drawable-xhdpi-v4/ic_notifications_clicked.png differ
Files ./FromGooglePlay/res/drawable-xhdpi-v4/ic_notifications.png and ./FromLocalBuild/res/drawable-xhdpi-v4/ic_notifications.png differ
Files ./FromGooglePlay/res/drawable-xhdpi-v4/ic_qr_bg.png and ./FromLocalBuild/res/drawable-xhdpi-v4/ic_qr_bg.png differ
Files ./FromGooglePlay/res/drawable-xhdpi-v4/ic_settings_clicked.png and ./FromLocalBuild/res/drawable-xhdpi-v4/ic_settings_clicked.png differ
Files ./FromGooglePlay/res/drawable-xhdpi-v4/ic_settings.png and ./FromLocalBuild/res/drawable-xhdpi-v4/ic_settings.png differ
Only in ./FromGooglePlay/res/drawable-xhdpi-v4: wallet_pattern.png
Only in ./FromGooglePlay/res/drawable-xxhdpi-v4: background_activity.png
Only in ./FromGooglePlay/res/drawable-xxhdpi-v4: background_activity_testnet.png
Files ./FromGooglePlay/res/drawable-xxhdpi-v4/ic_home.png and ./FromLocalBuild/res/drawable-xxhdpi-v4/ic_home.png differ
Files ./FromGooglePlay/res/drawable-xxhdpi-v4/ic_launcher_background.png and ./FromLocalBuild/res/drawable-xxhdpi-v4/ic_launcher_background.png differ
Only in ./FromGooglePlay/res/drawable-xxhdpi-v4: ic_launcher.png
Files ./FromGooglePlay/res/drawable-xxhdpi-v4/ic_liquid_no_string.png and ./FromLocalBuild/res/drawable-xxhdpi-v4/ic_liquid_no_string.png differ
Files ./FromGooglePlay/res/drawable-xxhdpi-v4/ic_logo_big.png and ./FromLocalBuild/res/drawable-xxhdpi-v4/ic_logo_big.png differ
Files ./FromGooglePlay/res/drawable-xxhdpi-v4/ic_notifications_2.png and ./FromLocalBuild/res/drawable-xxhdpi-v4/ic_notifications_2.png differ
Files ./FromGooglePlay/res/drawable-xxhdpi-v4/ic_notifications_clicked_2.png and ./FromLocalBuild/res/drawable-xxhdpi-v4/ic_notifications_clicked_2.png differ
Files ./FromGooglePlay/res/drawable-xxhdpi-v4/ic_notifications_clicked.png and ./FromLocalBuild/res/drawable-xxhdpi-v4/ic_notifications_clicked.png differ
Files ./FromGooglePlay/res/drawable-xxhdpi-v4/ic_notifications.png and ./FromLocalBuild/res/drawable-xxhdpi-v4/ic_notifications.png differ
Files ./FromGooglePlay/res/drawable-xxhdpi-v4/ic_qr_bg.png and ./FromLocalBuild/res/drawable-xxhdpi-v4/ic_qr_bg.png differ
Files ./FromGooglePlay/res/drawable-xxhdpi-v4/ic_settings_clicked.png and ./FromLocalBuild/res/drawable-xxhdpi-v4/ic_settings_clicked.png differ
Files ./FromGooglePlay/res/drawable-xxhdpi-v4/ic_settings.png and ./FromLocalBuild/res/drawable-xxhdpi-v4/ic_settings.png differ
Only in ./FromGooglePlay/res/drawable-xxhdpi-v4: wallet_pattern.png
Only in ./FromGooglePlay/res/drawable-xxxhdpi-v4: background_activity.png
Only in ./FromGooglePlay/res/drawable-xxxhdpi-v4: background_activity_testnet.png
Only in ./FromGooglePlay/res/drawable-xxxhdpi-v4: background_activity_vendor.png
Files ./FromGooglePlay/res/drawable-xxxhdpi-v4/ic_home.png and ./FromLocalBuild/res/drawable-xxxhdpi-v4/ic_home.png differ
Files ./FromGooglePlay/res/drawable-xxxhdpi-v4/ic_launcher_background.png and ./FromLocalBuild/res/drawable-xxxhdpi-v4/ic_launcher_background.png differ
Only in ./FromGooglePlay/res/drawable-xxxhdpi-v4: ic_launcher.png
Files ./FromGooglePlay/res/drawable-xxxhdpi-v4/ic_link.png and ./FromLocalBuild/res/drawable-xxxhdpi-v4/ic_link.png differ
Files ./FromGooglePlay/res/drawable-xxxhdpi-v4/ic_liquid_no_string.png and ./FromLocalBuild/res/drawable-xxxhdpi-v4/ic_liquid_no_string.png differ
Files ./FromGooglePlay/res/drawable-xxxhdpi-v4/ic_logo_big.png and ./FromLocalBuild/res/drawable-xxxhdpi-v4/ic_logo_big.png differ
Files ./FromGooglePlay/res/drawable-xxxhdpi-v4/ic_notifications_2.png and ./FromLocalBuild/res/drawable-xxxhdpi-v4/ic_notifications_2.png differ
Files ./FromGooglePlay/res/drawable-xxxhdpi-v4/ic_notifications_clicked_2.png and ./FromLocalBuild/res/drawable-xxxhdpi-v4/ic_notifications_clicked_2.png differ
Files ./FromGooglePlay/res/drawable-xxxhdpi-v4/ic_notifications_clicked.png and ./FromLocalBuild/res/drawable-xxxhdpi-v4/ic_notifications_clicked.png differ
Files ./FromGooglePlay/res/drawable-xxxhdpi-v4/ic_notifications.png and ./FromLocalBuild/res/drawable-xxxhdpi-v4/ic_notifications.png differ
Files ./FromGooglePlay/res/drawable-xxxhdpi-v4/ic_qr_bg.png and ./FromLocalBuild/res/drawable-xxxhdpi-v4/ic_qr_bg.png differ
Files ./FromGooglePlay/res/drawable-xxxhdpi-v4/ic_settings_clicked.png and ./FromLocalBuild/res/drawable-xxxhdpi-v4/ic_settings_clicked.png differ
Files ./FromGooglePlay/res/drawable-xxxhdpi-v4/ic_settings.png and ./FromLocalBuild/res/drawable-xxxhdpi-v4/ic_settings.png differ
Only in ./FromGooglePlay/res/drawable-xxxhdpi-v4: wallet_pattern.png
Files ./FromGooglePlay/res/layout/activity_first_login_requested.xml and ./FromLocalBuild/res/layout/activity_first_login_requested.xml differ
Files ./FromGooglePlay/res/layout/activity_first_screen.xml and ./FromLocalBuild/res/layout/activity_first_screen.xml differ
Files ./FromGooglePlay/res/layout/activity_networksettings.xml and ./FromLocalBuild/res/layout/activity_networksettings.xml differ
Files ./FromGooglePlay/res/layout/activity_onboarding_info.xml and ./FromLocalBuild/res/layout/activity_onboarding_info.xml differ
Files ./FromGooglePlay/res/layout/activity_receive.xml and ./FromLocalBuild/res/layout/activity_receive.xml differ
Files ./FromGooglePlay/res/layout/activity_send_amount.xml and ./FromLocalBuild/res/layout/activity_send_amount.xml differ
Files ./FromGooglePlay/res/layout/activity_send_confirm.xml and ./FromLocalBuild/res/layout/activity_send_confirm.xml differ
Files ./FromGooglePlay/res/layout/activity_transaction.xml and ./FromLocalBuild/res/layout/activity_transaction.xml differ
Files ./FromGooglePlay/res/layout/activity_trezor_pin_dialog.xml and ./FromLocalBuild/res/layout/activity_trezor_pin_dialog.xml differ
Files ./FromGooglePlay/res/layout/activity_two_factor_3_gauth_details.xml and ./FromLocalBuild/res/layout/activity_two_factor_3_gauth_details.xml differ
Files ./FromGooglePlay/res/layout/bottom_sheet_sharing_transaction.xml and ./FromLocalBuild/res/layout/bottom_sheet_sharing_transaction.xml differ
Files ./FromGooglePlay/res/layout/custom_dialog.xml and ./FromLocalBuild/res/layout/custom_dialog.xml differ
Files ./FromGooglePlay/res/layout/design_layout_tab_icon.xml and ./FromLocalBuild/res/layout/design_layout_tab_icon.xml differ
Files ./FromGooglePlay/res/layout/design_layout_tab_text.xml and ./FromLocalBuild/res/layout/design_layout_tab_text.xml differ
Files ./FromGooglePlay/res/layout/design_navigation_item_header.xml and ./FromLocalBuild/res/layout/design_navigation_item_header.xml differ
Files ./FromGooglePlay/res/layout/design_navigation_item_separator.xml and ./FromLocalBuild/res/layout/design_navigation_item_separator.xml differ
Files ./FromGooglePlay/res/layout/design_navigation_item_subheader.xml and ./FromLocalBuild/res/layout/design_navigation_item_subheader.xml differ
Files ./FromGooglePlay/res/layout/design_navigation_item.xml and ./FromLocalBuild/res/layout/design_navigation_item.xml differ
Files ./FromGooglePlay/res/layout/design_navigation_menu.xml and ./FromLocalBuild/res/layout/design_navigation_menu.xml differ
Files ./FromGooglePlay/res/layout/fragment_subaccount_add.xml and ./FromLocalBuild/res/layout/fragment_subaccount_add.xml differ
Files ./FromGooglePlay/res/layout/fragment_subaccount_review.xml and ./FromLocalBuild/res/layout/fragment_subaccount_review.xml differ
Files ./FromGooglePlay/res/layout/hardware_toast.xml and ./FromLocalBuild/res/layout/hardware_toast.xml differ
Files ./FromGooglePlay/res/layout/list_element_account.xml and ./FromLocalBuild/res/layout/list_element_account.xml differ
Files ./FromGooglePlay/res/layout/list_element_addaccount.xml and ./FromLocalBuild/res/layout/list_element_addaccount.xml differ
Files ./FromGooglePlay/res/layout/list_element_device.xml and ./FromLocalBuild/res/layout/list_element_device.xml differ
Files ./FromGooglePlay/res/layout/list_element_sweep.xml and ./FromLocalBuild/res/layout/list_element_sweep.xml differ
Files ./FromGooglePlay/res/layout/list_element_transaction.xml and ./FromLocalBuild/res/layout/list_element_transaction.xml differ
Files ./FromGooglePlay/res/layout/list_element_wallet.xml and ./FromLocalBuild/res/layout/list_element_wallet.xml differ
Files ./FromGooglePlay/res/layout/mtrl_calendar_month_navigation.xml and ./FromLocalBuild/res/layout/mtrl_calendar_month_navigation.xml differ
Files ./FromGooglePlay/res/layout/mtrl_picker_header_fullscreen.xml and ./FromLocalBuild/res/layout/mtrl_picker_header_fullscreen.xml differ
Files ./FromGooglePlay/res/layout/mtrl_picker_text_input_date_range.xml and ./FromLocalBuild/res/layout/mtrl_picker_text_input_date_range.xml differ
Files ./FromGooglePlay/res/layout/mtrl_picker_text_input_date.xml and ./FromLocalBuild/res/layout/mtrl_picker_text_input_date.xml differ
Files ./FromGooglePlay/res/layout/preference_category_green.xml and ./FromLocalBuild/res/layout/preference_category_green.xml differ
Files ./FromGooglePlay/res/layout/test_action_chip.xml and ./FromLocalBuild/res/layout/test_action_chip.xml differ
Files ./FromGooglePlay/res/layout/test_chip_zero_corner_radius.xml and ./FromLocalBuild/res/layout/test_chip_zero_corner_radius.xml differ
Files ./FromGooglePlay/res/layout/test_design_checkbox.xml and ./FromLocalBuild/res/layout/test_design_checkbox.xml differ
Files ./FromGooglePlay/res/layout/test_design_radiobutton.xml and ./FromLocalBuild/res/layout/test_design_radiobutton.xml differ
Files ./FromGooglePlay/res/layout/test_reflow_chipgroup.xml and ./FromLocalBuild/res/layout/test_reflow_chipgroup.xml differ
Files ./FromGooglePlay/res/layout/test_toolbar_custom_background.xml and ./FromLocalBuild/res/layout/test_toolbar_custom_background.xml differ
Files ./FromGooglePlay/res/layout/test_toolbar_elevation.xml and ./FromLocalBuild/res/layout/test_toolbar_elevation.xml differ
Files ./FromGooglePlay/res/layout/test_toolbar_surface.xml and ./FromLocalBuild/res/layout/test_toolbar_surface.xml differ
Files ./FromGooglePlay/res/layout/test_toolbar.xml and ./FromLocalBuild/res/layout/test_toolbar.xml differ
Files ./FromGooglePlay/res/layout/view_fee_button.xml and ./FromLocalBuild/res/layout/view_fee_button.xml differ
Files ./FromGooglePlay/res/layout-v21/activity_transaction.xml and ./FromLocalBuild/res/layout-v21/activity_transaction.xml differ
Files ./FromGooglePlay/res/layout-v21/list_element_account.xml and ./FromLocalBuild/res/layout-v21/list_element_account.xml differ
Files ./FromGooglePlay/res/layout-v21/list_element_addaccount.xml and ./FromLocalBuild/res/layout-v21/list_element_addaccount.xml differ
Files ./FromGooglePlay/res/layout-v21/list_element_wallet.xml and ./FromLocalBuild/res/layout-v21/list_element_wallet.xml differ
Files ./FromGooglePlay/res/layout-v21/test_design_checkbox.xml and ./FromLocalBuild/res/layout-v21/test_design_checkbox.xml differ
Files ./FromGooglePlay/res/layout-v21/test_design_radiobutton.xml and ./FromLocalBuild/res/layout-v21/test_design_radiobutton.xml differ
Files ./FromGooglePlay/res/layout-v21/test_toolbar_elevation.xml and ./FromLocalBuild/res/layout-v21/test_toolbar_elevation.xml differ
Files ./FromGooglePlay/res/layout-v22/activity_onboarding_info.xml and ./FromLocalBuild/res/layout-v22/activity_onboarding_info.xml differ
Files ./FromGooglePlay/res/layout-v22/activity_receive.xml and ./FromLocalBuild/res/layout-v22/activity_receive.xml differ
Files ./FromGooglePlay/res/layout-v22/activity_send_amount.xml and ./FromLocalBuild/res/layout-v22/activity_send_amount.xml differ
Files ./FromGooglePlay/res/layout-v22/activity_send_confirm.xml and ./FromLocalBuild/res/layout-v22/activity_send_confirm.xml differ
Files ./FromGooglePlay/res/layout-v22/activity_transaction.xml and ./FromLocalBuild/res/layout-v22/activity_transaction.xml differ
Files ./FromGooglePlay/res/layout-v22/activity_two_factor_3_gauth_details.xml and ./FromLocalBuild/res/layout-v22/activity_two_factor_3_gauth_details.xml differ
Files ./FromGooglePlay/res/layout-v22/fragment_subaccount_review.xml and ./FromLocalBuild/res/layout-v22/fragment_subaccount_review.xml differ
Files ./FromGooglePlay/res/menu/cancel.xml and ./FromLocalBuild/res/menu/cancel.xml differ
Files ./FromGooglePlay/res/menu/menu_transaction.xml and ./FromLocalBuild/res/menu/menu_transaction.xml differ
Files ./FromGooglePlay/res/menu/navigation.xml and ./FromLocalBuild/res/menu/navigation.xml differ
Files ./FromGooglePlay/res/menu/preauth_menu.xml and ./FromLocalBuild/res/menu/preauth_menu.xml differ
Files ./FromGooglePlay/res/menu/receive_menu.xml and ./FromLocalBuild/res/menu/receive_menu.xml differ
Files ./FromGooglePlay/res/menu/sharing_transaction.xml and ./FromLocalBuild/res/menu/sharing_transaction.xml differ
Files ./FromGooglePlay/res/mipmap-anydpi-v26/ic_launcher_round.xml and ./FromLocalBuild/res/mipmap-anydpi-v26/ic_launcher_round.xml differ
Files ./FromGooglePlay/res/mipmap-anydpi-v26/ic_launcher.xml and ./FromLocalBuild/res/mipmap-anydpi-v26/ic_launcher.xml differ
Only in ./FromGooglePlay/res/mipmap-hdpi-v4: ic_launcher_background.png
Only in ./FromGooglePlay/res/mipmap-hdpi-v4: ic_launcher_foreground.png
Files ./FromGooglePlay/res/mipmap-hdpi-v4/ic_launcher.png and ./FromLocalBuild/res/mipmap-hdpi-v4/ic_launcher.png differ
Files ./FromGooglePlay/res/mipmap-hdpi-v4/ic_launcher_round.png and ./FromLocalBuild/res/mipmap-hdpi-v4/ic_launcher_round.png differ
Only in ./FromGooglePlay/res/mipmap-mdpi-v4: ic_launcher_background.png
Only in ./FromGooglePlay/res/mipmap-mdpi-v4: ic_launcher_foreground.png
Files ./FromGooglePlay/res/mipmap-mdpi-v4/ic_launcher.png and ./FromLocalBuild/res/mipmap-mdpi-v4/ic_launcher.png differ
Files ./FromGooglePlay/res/mipmap-mdpi-v4/ic_launcher_round.png and ./FromLocalBuild/res/mipmap-mdpi-v4/ic_launcher_round.png differ
Only in ./FromGooglePlay/res/mipmap-xhdpi-v4: ic_launcher_background.png
Only in ./FromGooglePlay/res/mipmap-xhdpi-v4: ic_launcher_foreground.png
Files ./FromGooglePlay/res/mipmap-xhdpi-v4/ic_launcher.png and ./FromLocalBuild/res/mipmap-xhdpi-v4/ic_launcher.png differ
Files ./FromGooglePlay/res/mipmap-xhdpi-v4/ic_launcher_round.png and ./FromLocalBuild/res/mipmap-xhdpi-v4/ic_launcher_round.png differ
Only in ./FromGooglePlay/res/mipmap-xxhdpi-v4: ic_launcher_background.png
Only in ./FromGooglePlay/res/mipmap-xxhdpi-v4: ic_launcher_foreground.png
Files ./FromGooglePlay/res/mipmap-xxhdpi-v4/ic_launcher.png and ./FromLocalBuild/res/mipmap-xxhdpi-v4/ic_launcher.png differ
Files ./FromGooglePlay/res/mipmap-xxhdpi-v4/ic_launcher_round.png and ./FromLocalBuild/res/mipmap-xxhdpi-v4/ic_launcher_round.png differ
Only in ./FromGooglePlay/res/mipmap-xxxhdpi-v4: ic_launcher_background.png
Only in ./FromGooglePlay/res/mipmap-xxxhdpi-v4: ic_launcher_foreground.png
Files ./FromGooglePlay/res/mipmap-xxxhdpi-v4/ic_launcher.png and ./FromLocalBuild/res/mipmap-xxxhdpi-v4/ic_launcher.png differ
Files ./FromGooglePlay/res/mipmap-xxxhdpi-v4/ic_launcher_round.png and ./FromLocalBuild/res/mipmap-xxxhdpi-v4/ic_launcher_round.png differ
Files ./FromGooglePlay/res/xml/keyboard.xml and ./FromLocalBuild/res/xml/keyboard.xml differ
Files ./FromGooglePlay/res/xml/preference_general.xml and ./FromLocalBuild/res/xml/preference_general.xml differ
Files ./FromGooglePlay/res/xml/preference_resetactive.xml and ./FromLocalBuild/res/xml/preference_resetactive.xml differ
Files ./FromGooglePlay/res/xml/preference_watchonly.xml and ./FromLocalBuild/res/xml/preference_watchonly.xml differ
Files ./FromGooglePlay/res/xml/standalone_badge_gravity_bottom_end.xml and ./FromLocalBuild/res/xml/standalone_badge_gravity_bottom_end.xml differ
Files ./FromGooglePlay/res/xml/standalone_badge_gravity_bottom_start.xml and ./FromLocalBuild/res/xml/standalone_badge_gravity_bottom_start.xml differ
Files ./FromGooglePlay/res/xml/standalone_badge_gravity_top_start.xml and ./FromLocalBuild/res/xml/standalone_badge_gravity_top_start.xml differ
Files ./FromGooglePlay/res/xml/standalone_badge_offset.xml and ./FromLocalBuild/res/xml/standalone_badge_offset.xml differ
Files ./FromGooglePlay/res/xml/standalone_badge.xml and ./FromLocalBuild/res/xml/standalone_badge.xml differ
Files ./FromGooglePlay/res/xml-v22/preference_general.xml and ./FromLocalBuild/res/xml-v22/preference_general.xml differ
Files ./FromGooglePlay/resources.arsc and ./FromLocalBuild/resources.arsc differ
Metadata
Assignees
Labels
No labels
Activity