Commit Graph

42 Commits

Author SHA1 Message Date
Ensar Sarajčić 8e713bb68c Migrate to viewbinding and kotlin gradle scripts
- Updated to viewbinding and kotlin gradle scripts
- Updated kotlin to 1.9.0
- Updated Android Gradle Plugin to 8.1.0
- Updated `androidx.lifecycle` to 2.6.1
- Updated `room` to 2.6.0-alpha02
- Updated `androidx.work` to 2.8.1
- Updated `kotlinx.coroutines` to 1.7.3
- Updated `stetho` to 1.6.0
2023-08-04 16:19:11 +02:00
tibbi 0159fa448d updating commons 2023-07-17 15:02:59 +02:00
tibbi bf6513783e updating commons 2023-05-07 18:55:37 +02:00
Tibor Kaputa 484496b5f4
more config renaming 2022-11-22 19:00:33 +01:00
MohitMali 9dc2c48df6 Added app shortcut to start the stopwatch 2022-11-18 14:23:41 +05:30
tibbi f365e92f15 add handling for the Post Notifications permission on Android 13 2022-08-31 21:26:49 +02:00
Mysochenko Yuriy 20a59bfd1e extract stopwatch logic to separated file 2022-05-02 08:56:31 +03:00
tibbi 15c0a30ff3 removing the stopwatch vibrating related setting 2022-04-21 15:01:11 +02:00
tibbi 6daddd310a updating commons and some libraries 2022-04-20 20:05:21 +02:00
tibbi c812483f13 updating some icons 2021-11-19 13:29:28 +01:00
tibbi 7eba711e35 fixing some warnings 2020-11-05 12:42:15 +01:00
Pavol Franek 245f5ac10d Fixed - Button color incorrect 2020-03-12 18:11:19 +01:00
tibbi 2cd196a35a updating gradle, commons, kotlin 2019-10-09 21:28:58 +02:00
tibbi 921873f9a6 updating Commons + many other things 2019-01-24 21:47:36 +01:00
tibbi bbc3704dd7 properly handle stopwatch lap sorting at device rotation too 2018-04-11 15:05:56 +02:00
tibbi 33940b6879 properly restore laps at device rotation 2018-04-11 14:50:46 +02:00
tibbi a7a148e57c use Apply at some state bundles 2018-04-11 14:34:02 +02:00
tibbi 51513e625d do not reset Stopwatch at device rotation 2018-04-11 14:30:08 +02:00
tibbi 9262e7f072 fix #21, wrong time at stopwatch This lap 2018-03-28 23:05:55 +02:00
tibbi 2810497771 do not sort laps in the fragment itself 2018-03-28 23:00:51 +02:00
tibbi d4de429898 clone items in the adapter, do not use the object itself 2018-03-28 22:56:25 +02:00
tibbi 579a4057c6 update text colors on resume if they changed 2018-03-13 19:26:16 +01:00
tibbi 5878af2cc5 show a toast at stopping timer or stopwatch if it is running at onDestroy 2018-03-09 21:57:49 +01:00
tibbi 7ef63b76e4 add some Timer fragment functionality 2018-03-08 21:02:19 +01:00
tibbi 610892230b add vibrations on button press at the stopwatch tab 2018-03-08 17:16:02 +01:00
tibbi 40eb93dae9 update time at the last lap in realtime 2018-03-08 16:10:11 +01:00
tibbi 3e62f995ac show lap sorting indicators above the laps 2018-03-08 15:25:25 +01:00
tibbi b7707b351e adding some sorting indicators at the laps 2018-03-08 14:28:29 +01:00
tibbi 916e7db548 add proper lap sorting 2018-03-08 13:11:16 +01:00
tibbi 79a4f9494f adding a couple things related to sorting change 2018-03-08 12:24:28 +01:00
tibbi 2a77bce55f show laps in a recyclerview 2018-03-08 11:44:11 +01:00
tibbi af91f217ef add a helper function for reseting stopwatch 2018-03-07 23:37:04 +01:00
tibbi f19b8140cd store laps in an arraylist 2018-03-07 23:34:19 +01:00
tibbi fdf769dbca add some Reset functionality 2018-03-07 22:33:05 +01:00
tibbi caef58df54 properly handle stopwatch pause/resume 2018-03-07 22:11:02 +01:00
tibbi 422cbf4378 add stopwatch timer updating 2018-03-07 21:41:39 +01:00
tibbi 2ef7285764 show the Lap button only when appropriate 2018-03-07 20:07:32 +01:00
tibbi a54fe11821 adding some views to the stopwatch fragment 2018-03-07 19:56:28 +01:00
tibbi 75277a1fc4 adding some stopwatch UI 2018-03-07 18:41:27 +01:00
tibbi d629ccaf94 rewrite fragments from views to casual support fragments 2018-03-01 16:25:11 +01:00
tibbi 2b0ace315d add a toggle for displaying other timezones in the first tab 2018-02-28 22:31:29 +01:00
tibbi ce00e3975b add a textview for current time at the Clock fragment 2018-02-28 13:26:15 +01:00