1
0
mirror of https://github.com/danog/termux-api.git synced 2024-12-04 02:07:48 +01:00
termux-api/app/src/main/res
David Kramer c4fbbf1bf2 DialogAPI Improvements / Enhancements (#172)
* DialogAPI Improvements / Enhancements
    * New Widgets: Date, Time, Spinner, Text-To-Speech, Confirmation
    * Results are returned as JSON including code of button pressed

* Fix typo

* Add BottomSheet InputMethod type
    * Change DialogActivity to AppCompatActivity
    * Add support library dependency to gradle
    * Change theme to be compatible with AppCompatActivity
    * Refactor getSpinnerItems to getInputValues so BottomSheet can use
    as well

* Add Radio InputMethod

* Better touch outside dialog cancellation behavior
    * Prevent speech InputMethod from being cancelled on touch outside

* Add Counter InputMethod

* Add CheckBox InputMethod
    * Change FrameLayout to be NestedScrollView to handle scrolling
    large dialogs as necessary

* Add custom range for CounterInputMethod

* Set text for ConfirmInputMethod

* Add numeric option / other minor tweaks
    * change password type to a boolean option instead of string
    * allow multiline password (text only not numeric)

* Allow text hint to be set for SpeechInputMethod
2018-06-22 00:25:47 +02:00
..
drawable Update to new Termux icon 2017-01-05 02:33:20 +01:00
layout DialogAPI Improvements / Enhancements (#172) 2018-06-22 00:25:47 +02:00
mipmap-hdpi Update to new Termux icon 2017-01-05 02:33:20 +01:00
mipmap-mdpi Update to new Termux icon 2017-01-05 02:33:20 +01:00
mipmap-xhdpi Update to new Termux icon 2017-01-05 02:33:20 +01:00
mipmap-xxhdpi Update to new Termux icon 2017-01-05 02:33:20 +01:00
mipmap-xxxhdpi Update to new Termux icon 2017-01-05 02:33:20 +01:00
values DialogAPI Improvements / Enhancements (#172) 2018-06-22 00:25:47 +02:00