Commit Graph

715 Commits

Author SHA1 Message Date
Tommy He
e0374d7a66 Update pronoun and a term. 2020-05-31 20:40:46 +08:00
Tommy He
633ae11cb2
Merge pull request #1 from SimpleMobileTools/master
Merge from upstream
2020-05-31 20:37:32 +08:00
tibbi
987bcf1ce3 adding chinese app translation 2020-05-30 13:41:24 +02:00
Tibor Kaputa
62cee4a011
Merge pull request #206 from lovenemesis/master
Add zh_CN translated strings.xml.
2020-05-30 13:41:08 +02:00
Tommy He
7e14dbbc1e Add zh_CN translated strings.xml. 2020-05-30 18:43:55 +08:00
tibbi
60b5be3ea2 updating changelog 2020-05-28 19:36:25 +02:00
tibbi
dc5deaadea update version to 5.2.2 2020-05-28 19:36:18 +02:00
tibbi
afc1f7823e properly schedule the next alarm at cancelling one 2020-05-28 19:26:26 +02:00
tibbi
1d45ae9b48 make sure the alarm uses the Alarm stream 2020-05-28 19:16:41 +02:00
tibbi
7974381e76 use rounded corners at the widget background 2020-05-28 19:00:25 +02:00
tibbi
8c04934ed4 use round widget corners at the config screen 2020-05-28 18:16:36 +02:00
tibbi
4d80fb4347 tweaking some widget config activity code, make it consistent with other apps 2020-05-28 18:06:17 +02:00
tibbi
db6946fde1 replacing some more widget related redundant xml tags 2020-05-28 17:59:16 +02:00
tibbi
97a41471b0 removing some redundant xml tags 2020-05-28 17:53:27 +02:00
tibbi
fffce3d081 use bigger margins instead of dividers at the app setting sections 2020-05-28 17:50:01 +02:00
tibbi
096f43ab6d updating kotlin, commons, gradle 2020-05-28 17:48:11 +02:00
tibbi
26c4181bc1 updating the app icon on some devices 2020-05-24 21:02:04 +02:00
Tibor Kaputa
812ed854a2
updating the app logo 2020-03-22 15:15:45 +01:00
tibbi
ed55db79ed updating some app images 2020-03-22 11:05:28 +01:00
tibbi
64989d2cd1 updating changelog 2020-03-20 17:08:40 +01:00
tibbi
b9dc7f7127 update version to 5.2.1 2020-03-20 17:08:33 +01:00
tibbi
1d4113545a using a helper function for ensuring background thread 2020-03-20 17:02:20 +01:00
tibbi
c226f900e8 removing some unwanted permissions 2020-03-20 16:58:37 +01:00
tibbi
c299c7c354 updating changelog 2020-03-18 12:44:12 +01:00
tibbi
323347eda1 update version to 5.2.0 2020-03-18 12:44:05 +01:00
tibbi
5ad7511baf adding some EventBus related proguard fules 2020-03-18 12:41:05 +01:00
tibbi
f1054013ea updating Commons and gradle 2020-03-18 12:35:43 +01:00
tibbi
ac73617496 updating app screenshots 2020-03-17 11:07:39 +01:00
Tibor Kaputa
83cf8bfde2
Merge pull request #183 from SimpleMobileTools/request_3
Request 3
2020-03-16 20:04:21 +01:00
Pavol Franek
45822c1359 Fixed syntax 2020-03-16 19:51:14 +01:00
Pavol Franek
e85bbb35e1 Widget - not always updating time. 2020-03-16 19:41:09 +01:00
Pavol Franek
97c9d31ef5 Clock - Make the fragments scrollable 2020-03-16 18:46:18 +01:00
Tibor Kaputa
0938cdf13d
Merge pull request #182 from SimpleMobileTools/request_2
Clock - Add labels to timers
2020-03-15 15:04:01 +01:00
Pavol Franek
80fef36d7f Merge branch 'master' into request_2
# Conflicts:
#	app/src/main/kotlin/com/simplemobiletools/clock/helpers/Constants.kt
2020-03-15 07:50:45 +01:00
Pavol Franek
ceeb3ccd22 Clock - Add labels to timers 2020-03-15 07:47:59 +01:00
Tibor Kaputa
dc362e8949
Merge pull request #181 from SimpleMobileTools/fix_vibration
Clock - Properly handle vibration toggle at timer reminder
2020-03-14 14:54:47 +01:00
Pavol Franek
1163a8bcd9 Clock - Properly handle vibration toggle at timer reminder 2020-03-14 14:41:13 +01:00
tibbi
08aa7bf62c show the default timer time at reseting it manually too 2020-03-12 20:32:34 +01:00
Tibor Kaputa
51860d6b4e
Merge pull request #180 from SimpleMobileTools/request_1
Clock - If a timer is inactive, show the default time at the top, not…
2020-03-12 20:30:24 +01:00
tibbi
f4416a8798 do not show a toast at stopping timer, it made sense only in background 2020-03-12 20:23:21 +01:00
tibbi
1ea4c030ee properly color the initial Timer button icon 2020-03-12 20:22:22 +01:00
tibbi
d07ebb9c29 properly update the Timer fragment button icon color too 2020-03-12 20:17:10 +01:00
Tibor Kaputa
29f43596e7
Merge pull request #179 from SimpleMobileTools/fix_#171
Fixed - Button color incorrect
2020-03-12 20:08:58 +01:00
Pavol Franek
00994df725 Clock - If a timer is inactive, show the default time at the top, not 00:00 2020-03-12 18:35:38 +01:00
Pavol Franek
245f5ac10d Fixed - Button color incorrect 2020-03-12 18:11:19 +01:00
Tibor Kaputa
db6c2ee4a4
Merge pull request #178 from SimpleMobileTools/fix_#172
Fixed - remember last used alarm config
2020-03-11 10:09:09 +01:00
Pavol Franek
3473bfafee Fixed - remember last used alarm config 2020-03-11 08:41:24 +01:00
tibbi
09ff527a1e minor style cleanup, moving some classes into own files 2020-03-10 17:28:40 +01:00
Tibor Kaputa
9f6271eb2f
Merge pull request #177 from SimpleMobileTools/fix_#77
Fix #77
2020-03-10 17:21:31 +01:00
Pavol Franek
060b8c6a23 Reworked logic - show notification only if is timer running iin the background 2020-03-10 15:20:02 +01:00