3 Commits

Author SHA1 Message Date
hpnightowl
126240e564 MotoActions: Don't hardcode fillColor value of drawables
* White stroke color  makes it very hard to interpret icons in dark mode
   Before/After: https://imgur.com/a/1vz6SON

Change-Id: Idaedaa4bb62a42253c1000001476ccfedd01b790
2023-01-08 17:42:24 +00:00
Michael W
a95471f870 MotoActions: General cleanup
* Remove unused classes, methods, interfaces, imports
* Reorder imports
* Add final where applicable
* Fix line lengths
* Use local variables where possible
* Replace deprecated Vibrator.vibrate(long) with the successor
* Simplify conditions where they are always met
* Rearrange tags and remove unused schemas in resources
* Merge ScreenReceiver into the service
  -> a separate, instantiated but never called-into class makes
     one think it's unused

Change-Id: I05cff7ecaf424c166fedceb1f4f8963164c6085a
2022-02-12 23:30:46 -05:00
Vache
b5fe31396d
MotoActions: Import Stock drawables
Co-authored-by: Rohan Hasabe <rohanhasabe8@gmail.com>

Change-Id: Ifea41d44ab133db5b921341f5beb3e9bf5e618c5
Signed-off-by: Rohan Hasabe <rohanhasabe8@gmail.com>
2020-12-23 18:06:21 +01:00