* Added "always show battery" toggle
* Newline at end
* Removed comment
* Added newline
* Removed... newline? Github UI, come on now...
Removed unnecessary newline at the end of the file.
* Made setting into a list
* Added migration
---------
Co-authored-by: Valerie <15646950+MM2-0@users.noreply.github.com>
* Initial approach
* Add a new setting so users can choose the amount of widgets screens
* Extract indexed string
* Remove unnecessary Migration6
* Make HomeComponent use the Default widget id
* Add defaultParentId to initial widgets for fresh launch
* Fix migration path
* Feat: grid icon visibility settings and migration support
* fix: remove unnecessary padding
* Feat: Create List View Settings
* fix FavoritesPartProvider
* small fix
* fix favorites
* Remove useless datastore migration
* Change app list default value
* Revert migration 3
* Hide list icon preference if list is not enabled
* Use ListResults for app list
---------
Co-authored-by: MM20 <15646950+MM2-0@users.noreply.github.com>
* ContactRepository: try to deduplicate phoneNumbers in a smart way
* AndroidManifest: use CALL_PHONE permission to allow for making phone calls
* Implement CallOnTap with contact results
- contact activities that require permissions we do not have are not
listed
- add CallOnTap setting for phone number results on search behind
contacts settings
* utilize PhoneNumberUtils
* navroute settings/search/contacts
* queryIntentActivities -> resolveActivity
* localization
* Code formatting
* Wrap contact search settings in preference category
---------
Co-authored-by: MM20 <15646950+MM2-0@users.noreply.github.com>
* Add style to BinaryClock for 24-hour time
* Use global time format preference for all clock widget styles
* Add support for time format preference to remaining clock styles
---------
Co-authored-by: MM20 <15646950+MM2-0@users.noreply.github.com>