Monzo for Android - Teardowns & Deep Dives 👨‍💻

:tada: NEW – Version: 2.53.0 :tada:

Disclaimer: things below are subject to change, could just be tests or might be reverted!

Feature Flag Changes:

New:

    <boolean name="savings_issue_enabled_Charter_2019_06_14_Easy_Access" value="false" />
    
    <boolean name="new_decisioning_platform_15k_enabled" value="false" />
    <boolean name="add_salary_signup_client_enabled" value="false" />
    <boolean name="us_partner_account_topup_enabled" value="false" />

    <boolean name="monzo_plus_product_emergency-cash-atm" value="true" /> <!-- SEE BELOW -->

    <boolean name="overdraft_newly_eligible_notification" value="false" />
    <boolean name="edit_loan_amount_enabled" value="false" />
    <boolean name="business_signup_private_limited_shares_enabled" value="false" />
    <boolean name="bizops_disputes_note_create" value="true" />

Changed:

    <boolean name="typing_stopped_events_enabled" value="true" />    <!-- was false -->

    <boolean name="bizops_clean_queue_may_19" value="true" />    <!-- was false -->

Deleted:

    <boolean name="chat_suggested_articles_enabled" value="false" />
    <boolean name="chat_simple_greeting_enabled" value="true" />

Asset Changes:

New:

dollar_bag ic_card_topup ic_verifying_document ic_edit_pot

Notable String Changes:

New:

    <string name="add_money_option_direct_deposit_subtitle">3–7 working days</string>
    <string name="add_money_option_direct_deposit_title">Direct deposit</string>

    <string name="add_money_option_topup_desc">Use another card to top up quickly in app</string>
    <string name="add_money_option_topup_subtitle">Instant</string>
    <string name="add_money_option_topup_title">Card</string>

These seem to be US related. Top-up via card enabled for US, hmm…

 <string name="business_profile_controllers_title">Major Shareholders</string>

    <string name="business_signup_company_size_assets_hint">Total Assets</string>
    <string name="business_signup_company_size_employee_count_hint">Number of Employees (including you)</string>
    <string name="business_signup_company_size_message">Tell us about the current size of your business.</string>
    <string name="business_signup_company_size_title">Estimated Turnover</string>
    <string name="business_signup_company_size_turnover_hint">Estimated Annual Turnover</string>
    <string name="business_signup_company_size_turnover_message">How much do you think your business will make this year? (Also known as total sales, gross revenue and income.)</string>

    <string name="business_signup_controller_info_message">"Lastly, we need to know about any major shareholders in your business. That’s anyone (including you) or any business that owns more than 25% of your company."</string>
    <string name="business_signup_controller_info_primary_button">Continue</string>
    <string name="business_signup_controller_info_title">One last thing…</string>
    <string name="business_signup_controller_known_personally_message">Which of these shareholders (if any) do you know personally?</string>
    <string name="business_signup_controller_known_personally_secondary_button">I don’t know any personally</string>
    <string name="business_signup_controller_no_known_controllers_alert_message">Please confirm that you don’t know all the major shareholders of your business personally.</string>
    <string name="business_signup_controller_no_known_controllers_alert_negative_button">Go Back</string>
    <string name="business_signup_controller_no_known_controllers_alert_positive_button">Confirm</string>
    <string name="business_signup_controller_no_known_controllers_alert_title">Is that right?</string>

    <string name="business_signup_search_message">Enter your business name or company number and we’ll look it up on Companies House.</string>
    <string name="business_signup_search_query_label">Registered Name / Company Number</string>
    <string name="business_signup_search_results_message">Select your company. If it’s not shown here, try searching by your company number instead.</string>
    <string name="business_signup_search_title">Your company</string>

    <string name="card_action_view_summary">View Summary</string>



    <string name="profile_energy_switch_action">Switch your energy supply and get up to £50</string>
    <string name="profile_energy_switch_title">Monzo energy switch service</string>
    <string name="emergency_cash_description">"Repayment of the %1$s emergency cash we sent you, plus a %2$s (%3$s&amp;#37;) fee for the service."</string>
    <string name="emergency_cash_subtitle">Includes a %s fee</string>

Looks like a new benefit for plus users, I wonder how high the fee will be.

Notable Deep Links:

monzo://provision_google_pay – This doesn’t work for me yet.

6 Likes