8 Commits

Author SHA1 Message Date
Andreas Fahrecker
7cbd2eff40
Feature/Fix-Invalid-TimeProgress-Name (#3)
Throw Exception when creating time progress with empty or null name.
Handle Exception when user creates new time progress or changes name.

Signed-off-by Andreas Fahrecker <AndreasFahrecker@gmail.com>
2020-11-21 19:57:47 +01:00
Andreas Fahrecker
f013c0de65
Feature/basic app (#1)
Feature/Basic App (#1)

Basic App Structure Consists of Time Progress Dashboard, Time Progress Detail View and Time Progress Creator.
All of these have an AppDrawer with a Link To the Dashboard and all your Track Time Progresses, also an About Button.

Commits:
* Undetailed Commit more work
* Changed isEditing ? in Detail Screen and Extracted FAB row to widget
* Extracted Progress Detail Fab Row and Progress Detail select Date Btn to
widgets
* Create Progress Detail Widgets Folder
* Extracted Edit Dates Row Widget
* Extracted Functions from ui
* Made some fields private
* LoadTimerProgressList if unloaded function
* Created App Yes No Dialog Widget
* Using Yes No Dialog in Detail Screen
* Created TimeProgress Initial Default factory
* Renamed to Time Progress Tracker
* Added About Button in App Drawer
* Code cleanup
* Code clean up and fixed Bug with null as string in Repository

Signed-off-by Andreas Fahrecker <AndreasFahrecker@gmail.com>
2020-11-20 01:17:17 +01:00
Andreas Fahrecker
976fbec455 Renamed all Timer named things to TimeProgress
Signed-off-by: Andreas Fahrecker <AndreasFahrecker@gmail.com>
2020-10-16 14:25:15 +02:00
Andreas Fahrecker
774c3802e8 Added custom toString to Timer
Signed-off-by: Andreas Fahrecker <AndreasFahrecker@gmail.com>
2020-10-15 15:52:16 +02:00
Andreas Fahrecker
e4c0a50ece Added timer id to Timer and TimerEntity
Signed-off-by: Andreas Fahrecker <AndreasFahrecker@gmail.com>
2020-10-13 15:03:46 +02:00
Andreas Fahrecker
88a9026966 Added isLoading bool and changed timer to a List of Timer called timers
Signed-off-by: Andreas Fahrecker <AndreasFahrecker@gmail.com>
2020-10-13 15:02:29 +02:00
Andreas Fahrecker
e004529eb8 Added basic app state with single timer
Signed-off-by: Andreas Fahrecker <AndreasFahrecker@gmail.com>
2020-10-12 10:45:37 +02:00
Andreas Fahrecker
161d39aedc Created basic Timer class and TimerEntity
Signed-off-by: Andreas Fahrecker <AndreasFahrecker@gmail.com>
2020-10-12 10:35:18 +02:00