This project is mirrored from https://github.com/LineageOS/android_packages_apps_DeskClock.git.
Pull mirroring updated .
- 18 Dec, 2020 1 commit
-
-
- 16 Dec, 2020 1 commit
-
-
/e/ robot authored
-
- 15 Dec, 2020 1 commit
-
-
LineageOS Builder authored
Change-Id: I1104476e10f9f7c977c734044d05282180cf8dd4
-
- 14 Dec, 2020 1 commit
-
-
Amit Kumar authored
Issue 1922 q See merge request !14
-
- 03 Dec, 2020 3 commits
-
-
narinder Rana authored
-
narinder Rana authored
-
narinder Rana authored
-
- 01 Dec, 2020 9 commits
-
-
narinder Rana authored
-
narinder Rana authored
-
narinder Rana authored
-
narinder Rana authored
-
narinder Rana authored
-
narinder Rana authored
-
narinder Rana authored
-
narinder Rana authored
-
narinder Rana authored
-
- 24 Nov, 2020 1 commit
-
-
Narinder Rana authored
-
- 20 Nov, 2020 1 commit
-
-
Narinder Rana authored
-
- 02 Nov, 2020 1 commit
-
-
/e/ robot authored
-
- 01 Nov, 2020 1 commit
-
-
LineageOS Builder authored
Change-Id: I12ea4416a8b0008bf98d32e777a0671c15b5b82b
-
- 27 Oct, 2020 2 commits
-
-
Romain Hunault authored
Q 1922 See merge request !13
-
-
- 01 Oct, 2020 2 commits
-
-
/e/ robot authored
-
LineageOS Builder authored
Change-Id: Iffb5f006b32465384feedaea3a3f84739e8271f6
-
- 20 Sep, 2020 2 commits
-
-
/e/ robot authored
-
LineageOS Builder authored
Change-Id: I3ea406bf3e26f65445727949b68ff250e2b3e9e4
-
- 12 Sep, 2020 2 commits
-
-
/e/ robot authored
-
LineageOS Builder authored
Change-Id: Ib88d9d080e532628a85319966d99abee0aba7bb7
-
- 09 Sep, 2020 3 commits
-
-
/e/ robot authored
-
Michael Bestas authored
Change-Id: Ic2e3cdea67d0d12f13afe8b049a8128cf30de31f
-
Michael Bestas authored
Change-Id: I4588105ffc653f97f09b98923acc573298b08748
-
- 07 Sep, 2020 2 commits
-
-
(cherry picked from commit 9cd40658)
-
-
- 19 Aug, 2020 1 commit
-
-
/e/ robot authored
-
- 18 Aug, 2020 1 commit
-
-
Alexandre Roux authored
-
- 23 Jul, 2020 2 commits
-
-
Raman Tenneti authored
Root cause: API ActivityTaskManagerService.notifyKeyguardFlagsChanged is called multiple times, which causes the activity status abnormal. Solution: Add 'android:showWhenLocked = true' to ensure activity show on the top even when screen locked. BUG: 156311117 Test: manual - Tested the DeskClock UI manually and tested the alarm. $ make -j 40 $ ls -l out/target/product/bonito/product/app/DeskClock/DeskClock.apk -rw-r----- 1 rtenneti primarygroup 6117353 Jul 13 11:35 out/target/product/bonito/product/app/DeskClock/DeskClock.apk $ adb install -r out/target/product/bonito/product/app/DeskClock/DeskClock.apk + Verified by setting up the alaram, lock the screen and waiting for the alarm to go off. Change-Id: I69c44571cd86c21203311c89081c8935d5ed1450
-
Raman Tenneti authored
AOSP/DeskClock - Call executePendingTransactions only if mFragmentManager is not destroyed. Fixes the crash bug. Code matches internal code. BUG: 153590150 Test: manual - Tested the DeskClock UI manually and tested the timer. $ make -j 40 ... 6117353 Jul 7 15:27 out/target/product/bonito/product/app/DeskClock/DeskClock.apk $ adb install -r -d -t out/target/product/bonito/product/app/DeskClock/DeskClock.apk Change-Id: I582013ebffef2c8d1ec16255ea531d874d14a968
-
- 14 Jul, 2020 1 commit
-
-
LuK1337 authored
* Otherwise onStart() in StopwatchFragment will be called when app still believes it's running in the background and thus will remove FLAG_KEEP_SCREEN_ON window flag. Fixes: https://gitlab.com/LineageOS/issues/android/-/issues/2258 Change-Id: I196051d0d03f479c7ee3d0f7735cf8e64b70d70d
-
- 13 Jul, 2020 2 commits
-
-
Michael W authored
* The getTimer() method returns null when we call getFabTargetVisibility() before the onCreateView method gets called, resulting in the FAB not being shown * A video how to reproduce the issue can be found on the bug report linked below * Fix: Always return the first timer (if one exists) so we can properly decide if the FAB needs to be shown Fixes: https://gitlab.com/LineageOS/issues/android/-/issues/2250 Change-Id: Id16686c729ee41d14c890827dc441e81511c8405
-
Michael Bestas authored
Change-Id: I421928b0dae80290bf318a117037c8044a1c7b3b
-