Monzo for Android - Teardowns & Deep Dives 👨‍💻

:tada: NEW – Version: 2.52.0 :tada:

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

Feature Flag Changes:

Deleted:

<boolean name="credit_card_make_repayment_enabled" value="false" />

Changed:

<boolean name="business_account_cass" value="true" />  <!-- was false -->
<boolean name="monzo_plus_signup_enabled" value="true" /> <!-- this fits with another post, plus invites should be scaling up -->

New:

<boolean name="revamped_cash_referrals_panel_june_2019" value="false" />
<boolean name="typing_stopped_events_enabled" value="false" />
<boolean name="loan-risk-based-pricing" value="false" /> <!-- this is listed twice… oops -->
<boolean name="keychain_v2_enabled" value="true" />
<boolean name="pay_now_enabled" value="false" />

Experiment Changes:

New:

<string name="nudge_turn_regular_pot_into_savings">disabled</string>

New Assets:

New:

card_business_empty

Notable String Changes:

New:

<string name="account_progress_format">%1$d%% of %2$s</string>

<string name="business_profile_industry_title">Industry</string>
<string name="business_profile_payments_title">Payments</string>
<string name="business_signup_cardorder_account_type_name">Account type</string>
<string name="business_signup_cardorder_business_name">Business name</string>
<string name="business_signup_cardorder_card_name_subtitle">Maximum 23 characters</string>
<string name="business_signup_cardorder_card_name_title">What business name do you want on your card?</string>
<string name="business_signup_cardorder_trading_name">Trading name</string>
<string name="business_signup_completed_message">"You’ve finished setting up your business account, and your card is on the way. Once it arrives, just open your Monzo app to activate it."</string>
<string name="business_signup_completed_primary_button">Go to your account</string>
<string name="business_signup_completed_title">Done!</string>

<string name="business_signup_pending_message">This usually takes between 5 minutes and an hour, but can sometimes take up to 48 hours. Please check back later.</string>
<string name="business_signup_pending_temporarily_rejected_message">"It’s very early days for Monzo Business Accounts so we’re rolling them out slowly. We can’t offer you one at the moment, but we can let you know when that changes."</string>
<string name="business_signup_pending_temporarily_rejected_primary_button">Okay</string>
<string name="business_signup_pending_temporarily_rejected_secondary_button">Cancel my application</string>
<string name="business_signup_pending_temporarily_rejected_title">We can’t offer you an account just yet</string>
<string name="business_signup_pending_temporarily_unavailable_message">Please try again later.</string>
<string name="business_signup_pending_temporarily_unavailable_title">Signup is currently unavailable</string>
<string name="business_signup_pending_title">We’re verifying your account information</string>

<string name="business_signup_rejected_message">"We’re sorry but we’re not able to offer you a business account. We might be able to let you open an account in the future. Keep an eye on the Monzo blog for updates."</string>
<string name="business_signup_rejected_primary_button">Okay</string>
<string name="business_signup_rejected_title">We can’t offer you an account</string>

<string name="external_card_details_transactions_disclaimer">If something doesn’t look right please check it with your credit card provider. Learn more.</string>
<string name="external_card_details_transactions_disclaimer_link">Learn more.</string>

<string name="large_card_dimension_ratio_constrained_height">H,248:158</string>
<string name="small_card_dimension_ratio_constrained_height">H,82:52</string>

<string name="legal_documents_list_body">Here’s some important information, written in a clear and easy to understand way</string>
<string name="legal_documents_list_continue">Continue</string>
<string name="legal_documents_list_title">The important stuff</string>

<string name="order_card_name_subtitle">Maximum 23 characters</string>

<string name="pot_move_money_to_pot">Put some in a Pot</string>

<string name="pot_type_whats_an_isa">What’s an ISA?</string>

<string name="profile_business_account_action_open_title">Create a business account</string>
<string name="profile_business_account_action_subtitle">Tell us about your business and open an account today</string>

<string name="usa_tax_number_entry_prompt">We need to ask for some personal information to help verify your identity</string>
<string name="usa_tax_number_entry_title">Identity verification</string>

Notable Feature Flags:

New:

monzo://business_account_signup — This works! Take a look!
monzo://paid_early_drag_money

13 Likes