Commit Graph
245 Commits
Author SHA1 Message Date
Phillip Hsu ac56357b4b Created TimerController 2016-07-27 13:41:36 -07:00
Phillip Hsu ec49204755 Tried to move Timer controlling code to Chronometer 2016-07-27 03:56:31 -07:00
Phillip Hsu 342e025f5a Countdown chronometer implemented 2016-07-27 01:52:28 -07:00
Phillip Hsu 65671c3650 Implement save and restore instance state 2016-07-25 17:00:04 -07:00
Phillip Hsu 6585cca738 Time picker style preference implemented 2016-07-25 14:28:26 -07:00
Phillip Hsu 6f2adb6eb1 Applied margins and padding to grid 2016-07-25 03:15:51 -07:00
Phillip Hsu 20db6156ca Override modal bottom sheet peekHeight 2016-07-25 02:35:12 -07:00
Phillip Hsu 069bf39ab8 Changed to bottom sheet 2016-07-25 01:14:22 -07:00
Phillip Hsu 3936c4285d Reverted alt buttons and fab to be part of the NumpadTimePicker 2016-07-24 20:08:38 -07:00
Phillip Hsu 447014338e Callback is working between EditAlarmActivity and NumberGridTimePickerDialog 2016-07-24 18:23:28 -07:00
Phillip Hsu e3f02d7aa3 Implemented minute tuner click listeners 2016-07-24 03:45:21 -07:00
Phillip Hsu e2df1aef28 Increased tap target size of buttons 2016-07-24 00:20:12 -07:00
Phillip Hsu 1162e9177c Implemented done button and half day toggles in dialog 2016-07-23 19:56:19 -07:00
Phillip Hsu 454851e2bf Changed minute tuner positions in grid, renamed NumberGrid to NumbersGridView 2016-07-23 01:43:11 -07:00
Phillip Hsu 63cffaf0a2 Merged aosp timepicker code 2016-07-22 19:42:18 -07:00
Phillip Hsu 2ef36ea05f Number buttons clickable 2016-07-22 19:37:36 -07:00
Phillip Hsu 16dc0b94d7 Implemented basic header behavior 2016-07-22 04:26:59 -07:00
Phillip Hsu a45be65824 Added header to NumberGridTimePickerDialog 2016-07-22 01:39:30 -07:00
Phillip Hsu 1e1a5a0439 Populating of views for number grid done in dialog 2016-07-21 22:10:35 -07:00
Phillip Hsu cf17ba5014 Created NumberGrid time picker 2016-07-21 18:52:03 -07:00
Phillip Hsu 886f10b06c Deleted files related to ScrollingGridTimePicker 2016-07-20 20:34:58 -07:00
Phillip Hsu a07cf222b3 Moved alt buttons and fab to dialog layout 2016-07-20 19:42:05 -07:00
Phillip Hsu 62524bc0b5 Moved alt buttons out of NumpadTimePicker and into dialog layout 2016-07-20 03:27:49 -07:00
Phillip Hsu 249a2c76f9 savepoint to revert back to 2016-07-20 01:37:08 -07:00
Phillip Hsu a8f3fafafa Changed picker header 2016-07-19 23:11:37 -07:00
Phillip Hsu ae83786b3c Bottom sheet time picker working 2016-07-19 20:45:05 -07:00
Phillip Hsu ae6f4fc723 Testing anchored fab in dialogs 2016-07-18 04:11:43 -07:00
Phillip Hsu 081dd76545 Use rowSpan and columnSpan attributes for GridLayout contents 2016-07-17 16:40:48 -07:00
Phillip Hsu bc2446d586 Created ScrollingGridTimePickerDialog 2016-07-17 03:02:57 -07:00
Phillip Hsu d1c0820de4 Created BaseTimePickerDialog 2016-07-16 20:28:13 -07:00
Phillip Hsu 5405be9b26 Removed old numpad from use and refactored code 2016-07-16 20:04:58 -07:00
Phillip Hsu abd2d55aa9 Replaced all stray RelativeSizeSpans with usages of TimeTextUtils 2016-07-16 17:40:17 -07:00
Phillip Hsu ec3a75f8d2 Created TimeTextUtils 2016-07-16 14:37:41 -07:00
Phillip Hsu 140ce5505d Fixed input disabling when using 12-hour clock system 2016-07-16 14:13:00 -07:00
Phillip Hsu d4de3b507f Focus grabber given focus correctly now 2016-07-16 13:59:54 -07:00
Phillip Hsu 0a7c007da4 Created focus grabber for time input field 2016-07-16 04:27:49 -07:00
Phillip Hsu a6c8076255 Fixed input field cursor issues 2016-07-16 04:12:30 -07:00
Phillip Hsu c0b914500d Fixed bug where clearing numpad did not disable the FAB 2016-07-16 00:39:39 -07:00
Phillip Hsu 231aa9a280 New numpad time picker layout 2016-07-15 23:43:55 -07:00
Phillip Hsu 69d8812c4a Bind method directly 2016-07-15 19:20:34 -07:00
Phillip Hsu c3b018f59e Create new time picker dialog each time as needed 2016-07-15 17:12:25 -07:00
Phillip Hsu 0f32215145 Use support fragments consistently 2016-07-14 00:02:16 -07:00
Phillip Hsu b395722386 Numpad time picker saves instance state, used in edit alarm screen 2016-07-13 22:03:04 -07:00
Phillip Hsu c768559acc Created dialog for numpad time picker 2016-07-13 03:18:40 -07:00
Phillip Hsu 6339667dea Changed sort order for alarms query 2016-07-12 14:21:00 -07:00
Phillip Hsu 799271fbec Created instance variable for snackbar anchor in edit alarm screen 2016-07-12 01:28:34 -07:00
Phillip Hsu c5558c211a Changed layout of edit alarm screen 2016-07-12 01:16:58 -07:00
Phillip Hsu 058d6c86b7 Created AlarmController class and moved relevant AlarmUtils code 2016-07-11 02:28:20 -07:00
Phillip Hsu 08e12cd14f Scheduling alarm via AlarmUtils no longer shows Toast confirmation for you 2016-07-09 23:46:05 -07:00
Phillip Hsu 4436d5852a Add, update, and delete operations moved to background 2016-07-09 03:36:49 -07:00