Replaced BuyDialog with PurchaseActivity

This commit is contained in:
Karim Abou Zeid 2017-09-02 19:20:30 +02:00
commit 035792b3d0
16 changed files with 349 additions and 215 deletions

View file

@ -58,4 +58,6 @@ http://developer.android.com/guide/topics/appwidgets/index.html#CreatingLayout
<dimen name="app_widget_card_buttons_width">128dp</dimen>
<dimen name="app_widget_card_radius">2dp</dimen>
<dimen name="card_on_app_bar_side_padding">8dp</dimen>
</resources>

View file

@ -197,7 +197,7 @@
<string name="support_development">Support development</string>
<string name="buy_pro">Buy Phonograph Pro</string>
<string name="thank_you">Thank you!</string>
<string name="restored_previous_purchases_please_restart">Restored previous purchases. Please restart the app to make use of all features.</string>
<string name="restored_previous_purchase_please_restart">Restored previous purchase. Please restart the app to make use of all features.</string>
<string name="version">Version</string>
<string name="author">Author</string>
<string name="write_an_email">Write an email</string>
@ -279,4 +279,10 @@
<string name="black_theme_is_a_pro_feature">The black theme is Phonograph Pro feature.</string>
<string name="sleep_timer_is_a_pro_feature">Sleep timer is a Phonograph Pro feature</string>
<string name="folder_view_is_a_pro_feature">Folder view is a Phonograph Pro feature.</string>
<string name="restore_purchase">Restore purchase</string>
<string name="restoring_purchase">Restoring purchase…</string>
<string name="could_not_restore_purchase">Could not restore purchase.</string>
<string name="purchase">Purchase</string>
<string name="restore">Restore</string>
<string name="no_purchase_found">No purchase found.</string>
</resources>