508 Commits

Author SHA1 Message Date
tibbi
36f94c2ebd make the view compound drawable coloring more reliable 2021-11-19 13:31:56 +01:00
tibbi
c812483f13 updating some icons 2021-11-19 13:29:28 +01:00
tibbi
62d1cb2460 updating commons, kotlin, gradle and some details 2021-11-19 12:02:22 +01:00
tibbi
c0be29b659 removing an invalid Indonesian translation 2021-11-13 17:20:51 +01:00
tibbi
b2daef9680 moving the galician translation 2021-11-12 21:54:51 +01:00
Oğuz Ersen
8080c6a113
Update strings.xml (Turkish) 2021-11-11 21:24:06 +03:00
melintemarian
c18f4c33f2 Updated romanian strings 2021-11-07 22:09:02 +02:00
melintemarian
f5a2b89fb2
Fixed typo in file name 2021-11-02 01:46:04 +02:00
melintemarian
3c764ef80e
Added romanian strings 2021-11-02 01:29:38 +02:00
Sérgio Marques
e7dde49449
Update strings.xml 2021-10-31 16:30:22 +00:00
tibbi
bf056fa25b updating commons 2021-09-24 22:52:23 +02:00
tibbi
44052fec76 changing some database related settings for consistency with our other apps 2021-09-24 22:42:32 +02:00
tibbi
3baf841211 make sure we update the timers on the proper thread 2021-09-24 22:21:32 +02:00
darthpaul
7df773c4d9 fix timer max reminder duration, format App file 2021-09-24 00:05:00 +01:00
tibbi
7c19318511 update version to 5.6.0 2021-09-15 12:37:47 +02:00
tibbi
806c724097 make sure we show the initial timer created asynchronously 2021-09-15 12:35:07 +02:00
tibbi
7fe3ca2970 updating kotlin, gradle and some libraries 2021-09-15 12:13:54 +02:00
tibbi
0f3cc26b2c fixing the dutch strings 2021-09-15 11:10:39 +02:00
Guillaume
2f2c20dd4f
Dutch 2021-09-13 16:46:25 +02:00
Tibor Kaputa
06808e0dc7
Merge pull request #286 from spkprs/patch-2
Update strings.xml
2021-09-12 17:29:59 +02:00
Tibor Kaputa
3bf340d121
Update strings.xml 2021-09-12 17:26:10 +02:00
Tibor Kaputa
80a7f89a32
Update strings.xml 2021-09-12 17:25:15 +02:00
Tibor Kaputa
8ef644011a
Update strings.xml 2021-09-12 17:23:35 +02:00
Tibor Kaputa
b9bb9d8b48
Update strings.xml 2021-09-12 17:23:23 +02:00
Tibor Kaputa
89f6ca16b3
Update strings.xml 2021-09-12 17:22:53 +02:00
Tibor Kaputa
e2983e01de
Update strings.xml 2021-09-12 17:22:37 +02:00
Tibor Kaputa
f791f30b8f
Update strings.xml 2021-09-12 17:21:55 +02:00
Tibor Kaputa
e1caf9b833
Update strings.xml 2021-09-12 17:20:14 +02:00
Paul Akhamiogu
acab6a2ef0 Add Plural strings 2021-09-12 15:01:04 +01:00
Paul Akhamiogu
eee6565d72 Recreate adapter when text color changes so it updates correctly 2021-09-10 22:29:33 +01:00
Paul Akhamiogu
b98d9c9e42 Change edit_timer_initial_time left drawable color with theme 2021-09-10 17:39:42 +01:00
spkprs
6e5db92126
Update strings.xml 2021-09-10 17:00:15 +03:00
Paul
d9a72b81a7
Merge branch 'SimpleMobileTools:master' into feat/multiple-timers 2021-09-10 14:34:45 +01:00
Paul Akhamiogu
e7576ab7e7 Merge remote-tracking branch 'origin/feat/multiple-timers' into feat/multiple-timers 2021-09-10 14:33:56 +01:00
Paul Akhamiogu
a1894cee86 Fix play/pause button color 2021-09-10 14:33:37 +01:00
Paul Akhamiogu
2a87d747da Fix timer notification not dismissing on delete 2021-09-10 14:27:08 +01:00
Tibor Kaputa
4e5d7ca060
lets move the label closer to the time 2021-09-10 10:07:40 +02:00
Paul Akhamiogu
666a9ef44d Reduce timer icon sizes, add animation for timer removal 2021-09-08 20:00:59 +01:00
Paul Akhamiogu
94de14b52d Update kotlin version and commons lib 2021-09-08 09:10:16 +01:00
Paul Akhamiogu
a91bc07dd3 Handle notification for multiple timers
- update title for timer notification in finished state to be the label if it is empty
- remove duration field from the TimerEvent.Reset
2021-09-08 09:04:25 +01:00
Paul Akhamiogu
a214ef9327 Handle deletion of timers when running 2021-09-08 00:03:49 +01:00
Paul Akhamiogu
dc3ddacffa Implement concise view for timer 2021-09-07 23:34:30 +01:00
Paul Akhamiogu
db3e0c9d07 Implement action mode, select to delete 2021-09-07 23:15:33 +01:00
Paul Akhamiogu
e1357ecd8f Implement concise view for timer
- implement EditTimerDialog
- adding a new timer would show the dialog
- clicking on a timer item would show the dialog
2021-09-07 15:24:21 +01:00
Paul Akhamiogu
bd05a41b35 Remove PagerIndicator and related files 2021-09-03 19:44:14 +01:00
Paul Akhamiogu
2e78d67529 ref: change timer UI to use RecyclerView
- update commons library
2021-09-03 19:42:25 +01:00
Paul Akhamiogu
8d6b5770ed fix: reset/delete button getting hidden after multiple updates 2021-09-03 00:55:28 +01:00
Paul Akhamiogu
570279bb21 cleanup, remove logs 2021-09-03 00:19:42 +01:00
Paul Akhamiogu
ca4e5d9a0a make windowSoftInputMode adJustPan
- this ensures the textfield is always above the keyboard
2021-09-03 00:11:44 +01:00
Paul Akhamiogu
037eac6864 timer UI improvements + bug fixes
- add page indicator
- add default timer based on saved prefs when the database is created
- post scolling to the first timer when a new timer is added
2021-09-02 23:47:40 +01:00