Commit graph

9 commits

Author SHA1 Message Date
Milos Kozak 49af54df94
Merge pull request #1640 from Andries-Smit/chore/fix-layout-lint-warning-2
Chore: fix layout lint warning part 2
2022-04-19 12:33:12 +02:00
Andries Smit adcf92ea68 chore: fix layout lint warning 2022-04-19 10:36:10 +02:00
osodebailar b53d789679 convert SingleClickButton to Materialbutton 2022-04-18 18:24:57 +02:00
Andries Smit 956fd066f7 chore: use layout start end instead left right 2022-04-17 19:48:41 +02:00
osodebailar 3dc387602d set night mode as default and all color in xml fragments by attribute - additional preparation for switching light dark mode 2022-03-18 23:13:05 +01:00
Milos Kozak 2078962057 SmsCommunicatorOtpActivity -> jetpack 2021-02-02 20:32:07 +01:00
Dominik Dzienia d150730212 Make need for additional PIN at end of security code (after OTP) more obvious
* change hint for code checking edit field to indicate need for PIN
* add additional text about how code is constructed from OTP token and PIN
* change PIN preference label - add that it is mandatory
* add "followed by PIN" to text sent via SMS
2020-09-09 11:53:39 +02:00
Steffen Müthing 75cbc87b4a Move SingleClickButton to core
SingleClickButton is a utility used in a number of modules and such should be
in core. While the app seems to built with the button in app, this wrong
structure should be fixed.

As the button is a UI element, the patch also moves the class to the package
info.nightscout.androidaps.utils.ui.
2020-08-18 15:09:14 +02:00
Andy Rozman a3b0c8ce3b - changed code to use dagger 2020-04-24 11:00:31 +01:00