Monzo for Android - Teardowns & Deep Dives πŸ‘¨β€πŸ’»

Here we go :smile: The first attempt at handling the update & the teardown on the forum :eyes:

What have we got to day in version 2.33.0? :grin: Monzo for Android - Beta Channel Changelog


A couple of new icons :eyes: For Gas :fire: & Electricity :zap:

ic_electricity_rounded ic_gas_rounded

This links to the following (exciting :tada:) strings inside the app:

    <string name="energy_quote_energy_type_dual_title">Gas and Electricity</string>
    <string name="energy_quote_energy_type_electricity_title">Electricity only</string>
    <string name="energy_quote_energy_type_header">My home uses</string>
    <string name="energy_quote_form_action">Get a quote</string>
    <string name="energy_quote_form_intro">We’ll give you a quote based on your home size.</string>
    <string name="energy_quote_home_bedrooms_header">My home has</string>
    <string name="energy_quote_home_bedrooms_label">Number of bedrooms</string>
    <string name="energy_quote_meter_economy7_subtitle">Means you pay different rates during the day and at night.</string>
    <string name="energy_quote_meter_economy7_title">Economy 7</string>
    <string name="energy_quote_meter_prepaid_info">We don’t support Prepayment meters at the moment.</string>
    <string name="energy_quote_meter_smart_subtitle">Provides detailed information on how and when you use your energy.</string>
    <string name="energy_quote_meter_smart_title">Smart</string>
    <string name="energy_quote_meter_standard_subtitle">Most homes in the UK are fitted with standard meters.</string>
    <string name="energy_quote_meter_standard_title">Standard</string>
    <string name="energy_quote_meter_type_header">Electricity meter type</string>
    <string name="energy_quote_meter_unknown_subtitle">We can still provide you with a quote but it might be less accurate.</string>
    <string name="energy_quote_meter_unknown_title">I’m not sure</string>

Just like the latest iOS Test Flight, Android can now move DD payments between Joint & Current accounts :tada: It even gets a nice new button :yum:

ic_move_payment

    <string name="move_payment">Move payment</string>
    <string name="move_payment_account_chooser_dialog_title">Which account would you like to move this payment to?</string>
    <string name="move_payment_account_type_joint">Joint account</string>
    <string name="move_payment_account_type_personal">Personal account</string>
    <string name="move_payment_error_dialog_confirmation">OK</string>
    <string name="move_payment_not_supported_body">Only the person who moved this payment can move it back to the account it came from.</string>
    <string name="move_payment_not_supported_title">You can't move this here</string>
    <string name="move_payment_to_another_account">Move payment to another account</string>
    <string name="move_payment_too_soon_body">We can't move your payment back right now. You can move this payment 2 working days after you last moved it.</string>
    <string name="move_payment_too_soon_title">You can't move this yet</string>
12 Likes