-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Description
Context
Currently, when tapping + in the main activity, there are 3 options: camera, system picker, custom picker.
It is almost impossible for new users to figure out whether they should tap system picker or custom picker.
They may try the former, be content with it, and never discover the many advantages of the custom picker.
Solution
When tapping + in the main activity, only camera and the custom picker would be available.
Only the system picker has the option to upload from Google Drive/etc, so some users may prefer it.
So we should:
- Add a "Use system photo picker" in the hamburger menu of the custom picker. Tapping it also shows a snack or toast "You can choose the picker in the settings."
- Add an option "Use custom picker" in the app's settings, enabled by default, just above "Use document based photo picker".