Commit Graph
442 Commits
Author SHA1 Message Date
Phillip Hsu c842a3491e Set pickers to use dark theme programmatically to work around library bug in which the themeDark XML attribute is not being applied. 2017-03-01 16:17:14 -08:00
Phillip Hsu 7b54878595 Change color of time pickers to match theme. 2017-03-01 16:17:14 -08:00
Phillip Hsu 598a6707de Prevent orientation changes in AlarmActivity and TimesUpActivity. 2017-03-01 16:17:13 -08:00
Phillip Hsu 6444092d3a Marshall and unmarshall Timers passed to and from AsyncTimersTableUpdateHandler, TimerRingtoneService, and TimesUpActivity. 2017-03-01 16:17:12 -08:00
Phillip Hsu fb67a28e34 Marshall and unmarshall Timers passed to TimerNotificationService. 2017-03-01 16:17:11 -08:00
Phillip Hsu 92fac3eb34 Marshall and unmarshall Alarms passed to and from AlarmActivity and AlarmRingtoneService. 2017-03-01 16:17:11 -08:00
Phillip Hsu dd4c6d417b Marshall and unmarshall Alarms passed to and from UpcomingAlarmReceiver. 2017-03-01 16:17:10 -08:00
Phillip Hsu e68ac72629 Create ParcelableUtil class. 2017-03-01 16:17:09 -08:00
Phillip Hsu 7bed415932 Change dialog and card background color. 2017-03-01 16:17:08 -08:00
Phillip Hsu 6a366ffd9b Change dialog and card background color. 2017-03-01 16:17:07 -08:00
Phillip Hsu 9e260518a1 Use colorPrimaryDark for navigationBarColor. 2017-03-01 16:17:07 -08:00
Phillip Hsu 06f82b9580 Change colorPrimary and colorPrimaryDark for light theme. 2017-03-01 16:17:06 -08:00
Phillip Hsu 3d8e970294 Delete outdated numpad resources. 2017-03-01 16:17:05 -08:00
Phillip Hsu 8447efc315 Delete unused resources. 2017-03-01 16:17:04 -08:00
Phillip Hsu db78b89c1c Update BottomSheetPickers to 2.3.1 and delete outdated layouts for grid time picker from our source code. 2017-03-01 16:17:04 -08:00
Phillip Hsu 98411170d7 Delete conflicting drawable resources so that there are no collisions with those in the BottomSheetPickers library. 2017-03-01 16:17:03 -08:00
Phillip Hsu 8584488326 Update gradle files and BottomSheetPickers library. Remove some conflicting classes and resources. 2017-03-01 16:17:01 -08:00
Phillip Hsu a44b0b936d Fix system default time picker theming for 23+ 2016-10-07 20:30:23 -07:00
Phillip Hsu fe434726f6 Remove styles for bottom sheet, because the library already applies them for us 2016-10-07 16:55:17 -07:00
Phillip Hsu 48546653c7 Fix cardBackgroundColor not applying on 23+, fix centering of duration text in EditTimerActivity layout 2016-10-07 16:50:45 -07:00
Phillip Hsu 3f93ad9ecb Fix crash due to resource id conflict when showing library's number pad time picker 2016-10-07 14:31:22 -07:00
Phillip Hsu 991c9184d6 Use BottomSheetPickers library and fix import statements 2016-10-07 01:07:52 -07:00
Phillip Hsu 3139d7fa34 Update copyright 2016-09-29 03:02:33 -07:00
Phillip Hsu f4852f6a25 Finish implementing system default timepicker 2016-09-29 01:03:19 -07:00
Phillip Hsu 5539e4fabb Fix system time picker in landscape mode 2016-09-29 00:23:37 -07:00
Phillip Hsu d31c8643e9 Created themed styles for system timepicker 2016-09-28 22:08:19 -07:00
Phillip Hsu fd6f313a58 Add 'system default' option for time picker preference 2016-09-28 19:27:49 -07:00
Phillip Hsu 2f82316b48 Fix content intent of stopwatch notification to scroll to stopwatch page when clicked 2016-09-28 18:44:41 -07:00
Phillip Hsu 2a0ace162a Fix content intent of timer notification to scroll to timer when clicked 2016-09-28 18:40:59 -07:00
Phillip Hsu 2103f48d1e Fix content intent of upcoming alarm and snoozing notifications to scroll to and expand alarm when clicked 2016-09-28 18:33:05 -07:00
Phillip Hsu 879f2ef1e3 Refactor AlarmController to use ContentIntentUtils to create the content intent for the status bar alarm icon 2016-09-28 18:26:35 -07:00
Phillip Hsu 474068bd5e Create ContentIntentUtils 2016-09-28 18:20:50 -07:00
Phillip Hsu 8ce4018d40 Add Space to stopwatch side buttons layout 2016-09-28 18:12:58 -07:00
Phillip Hsu 40c6349c14 Remove tab indicator and change selected color to 100% white 2016-09-28 16:22:54 -07:00
Phillip Hsu b53723a179 Use ColorStateList on tab icons 2016-09-28 16:14:29 -07:00
Phillip Hsu 708edc042e Change empty view icon 2016-09-28 14:38:13 -07:00
Phillip Hsu b08ef0c30d Use lighter colors for empty view 2016-09-28 14:30:32 -07:00
Phillip Hsu eb0690d19a Make upcoming alarm and snoozing notifications not ongoing 2016-09-28 14:12:46 -07:00
Phillip Hsu 9a66a0acf8 Stable solution reached for scrolling to and expanding alarm when PendingIntent fired from status bar 2016-09-28 02:21:01 -07:00
Phillip Hsu 862521ff54 Working solution reached for scrolling to and expanding alarm when PendingIntent fired from status bar 2016-09-28 02:13:34 -07:00
Phillip Hsu 5bf0ccc3f4 Increase size of stopwatch side buttons 2016-09-28 02:13:34 -07:00
Phillip Hsu c6cfe57e5d Show alarm set icon in status bar 2016-09-28 02:13:33 -07:00
Phillip Hsu d171ac9536 Remove more comments and fix formatting 2016-09-27 22:31:47 -07:00
Phillip Hsu 33bbf51404 Remove comments and commented out code 2016-09-27 22:29:33 -07:00
Phillip Hsu a8542831ec Increase lap item text size and margins 2016-09-27 17:24:40 -07:00
Phillip Hsu 7248f8a8ae Replace mini FABs with ImageButtons 2016-09-27 16:41:57 -07:00
Phillip Hsu 012c8fb425 Add setting to never notify of upcoming alarms 2016-09-27 04:28:56 -07:00
Phillip Hsu a9589a1742 Make black theme for 21+ 2016-09-27 03:55:11 -07:00
Phillip Hsu 8798dea67a Set theme result from onBackPressed 2016-09-27 03:51:33 -07:00
Phillip Hsu 26215d3641 Create black theme 2016-09-27 03:24:58 -07:00