20 Commits

Author SHA1 Message Date
Andreas Fahrecker
90f2998088
Feature/default duration setting (#7)
* Implemented Basic Duration Settings into AppSettings Model

* Implemented Basic Duration Settings into AppSettings Model

* Created Duration Settings Widget and Started using ViewModel in HomeSettingsTab

* Updated Version Number
2021-03-03 19:59:33 +01:00
Andreas Fahrecker
b520d56d1a
Feature/change progress colors (#6)
* Added Settings Actions
* Created App Settings and Repo + Entity
* Code cleanup Time Progress
* Created App Settings Middleware
* Has Progresses ad has Settings loaded
* Created Load and Update Settings reducers
* Added Settings store middleware to renamed store middleware
* Load Default Settings if not Saved. Use Redux AppState to showprogress colors.
Colors are not yet changeable.
* Added ColorPicker for Done and Left Color
Fixed Loading App Settings Bug
* Fixed Version Number
* Fixed Android App Logo
* Extracted Color Settings into Widget
* Fixed Home Settings Tab Layout and Color Settings Button now show Text in complementary color
2021-03-03 16:35:08 +01:00
Andreas Fahrecker
c580e45361 Fixed App Logo
Signed-of-by : Andreas Fahrecker <AndreasFahrecker@gmail.com>
2021-02-24 02:06:34 +01:00
Andreas Fahrecker
f592e7b66b Fixed Progress Editor Bug
Signed-off-by: Andreas Fahrecker <AndreasFahrecker@gmail.com>
2021-02-13 00:54:16 +01:00
Andreas Fahrecker
1826bbe421 Created ProgressViewWidget and rewritten ProgressDetailScreen with it
Signed-off-by: Andreas Fahrecker <AndreasFahrecker@gmail.com>
2021-02-11 20:25:24 +01:00
Andreas Fahrecker
6dde08d74d Fixed Delete Time Progress Bug
Signed-off-by: Andreas Fahrecker <AndreasFahrecker@gmail.com>
2021-02-11 15:30:48 +01:00
Andreas Fahrecker
fad8d8b49b Fixed Navigator Bug in new App Layout
Signed-off-by: Andreas Fahrecker <AndreasFahrecker@gmail.com>
2021-02-11 15:06:25 +01:00
Andreas Fahrecker
409ccbcdda New App Layout
Signed-off-by: Andreas Fahrecker <AndreasFahrecker@gmail.com>
2021-02-10 19:36:04 +01:00
Andreas Fahrecker
c5e240e813 Started Using ThemeData, Changed Primary Color to indigo and corrected logo to indigo.
Signed-off-by: Andreas Fahrecker <AndreasFahrecker@gmail.com>
2021-02-10 15:04:51 +01:00
Andreas Fahrecker
44db690a4a Replaced Logo, forgot to run flutter_launcher_icons:main
Signed-off-by: Andreas Fahrecker <AndreasFahrecker@gmail.com>
2021-02-09 17:33:39 +01:00
Andreas Fahrecker
8156b3f529 Replaced Logo
Signed-off-by: Andreas Fahrecker <AndreasFahrecker@gmail.com>
2021-02-09 17:19:49 +01:00
Andreas Fahrecker
58bc713227
Feature/bugfix 02 past time progresses (#5)
* Replaced startedTimeProgressSelectors with currentTimeProgressSelector.
* Added pastTimeProgressSelector.
* Fixed ProgressDetailScreen for PastProgresses.
* Fixed ProgressDashBoard for PastProgresses.
* Fixed AppDrawer for PastProgresses.
* Increased Version Number

Signed-off-by: Andreas Fahrecker <AndreasFahrecker@gmail.com>
2021-01-28 23:14:45 +01:00
Andreas Fahrecker
319f539b48
Feature/BugFix-01 Future Time Progresses (#4)
- Fixed Bug with Future Time Progresses
  Now no longer shows future time progresses in dashboard or in app drawer
- Dashboard Now Shows started and future times.
  These cards are divided based on their count
- Fixed Bug Future Progress In Detail Screen
- Progress Detail Screen Now Shows in how many Days a progress starts
- BugFix App Version

Signed-off-by: Andreas Fahrecker <AndreasFahrecker@gmail.com>
2020-12-04 05:15:04 +01:00
Andreas Fahrecker
988e8f3c72 Updated Version
Signed-off-by Andreas Fahrecker <AndreasFahrecker@gmail.com>
2020-11-21 20:04:58 +01:00
Andreas Fahrecker
f43edc1ea7
Added Ever thing for app signing and added a basic icon (#2)
Added App Signing and Basic Icon

Signed-off-by Andreas Fahrecker <AndreasFahrecker@gmail.com>
2020-11-20 04:16:11 +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
ec9b637198 Added redux to dependencies
Signed-off-by: Andreas Fahrecker <AndreasFahrecker@gmail.com>
2020-10-13 14:58:27 +02:00
Andreas Fahrecker
d498c2e100 Added flutter_redux and meta as dependencies
Signed-off-by: Andreas Fahrecker <AndreasFahrecker@gmail.com>
2020-10-12 10:34:28 +02:00
Andreas Fahrecker
d30b1031b5 Added Dependencies from Prototype
Signed-off-by: Andreas Fahrecker <AndreasFahrecker@gmail.com>
2020-10-08 10:42:31 +02:00
Andreas Fahrecker
7d6f83c1e0 Initial commit after flutter create
Signed-off-by: Andreas Fahrecker <AndreasFahrecker@gmail.com>
2020-10-08 08:55:00 +02:00