codinguser / gnucash-android

Gnucash for Android mobile companion application.
Apache License 2.0
1.23k stars 540 forks source link

#855 Press Back button twice to exit #864

Open JeanGarf opened 4 years ago

JeanGarf commented 4 years ago

Hi,

This is my first Pull Request, I hope everything is OK.

The purpose of this pull Request is to add a Preference to GnuCashAndroid in order to click the back button twice instead once to quit the app.

By default the "Press back twice mode" is set to true. You can change it in the "General Preferences".

When you are on the Account Activity and click back button, a toast message appears to ask you clicking again to quit. If you don't click within 3 seconds, the app does not quit.

Video demo #855 to #859.zip

Let me know if something is missing.

Thanks