Roland Geider
8c9307c2d0
Allow editing and deleting measurement categories
...
This functionality was removed in one of the last commits by mistake
2021-09-10 10:30:11 +02:00
Github-actions
19d079569a
Automatic linting
2021-09-09 19:18:53 +00:00
Roland Geider
50de83c599
Merge branch 'feature/measurements'
...
# Conflicts:
# pubspec.lock
# pubspec.yaml
2021-09-09 21:13:18 +02:00
Roland Geider
efde66e01b
Remove trailing slash from custom server
...
Closes #37
2021-09-08 17:55:26 +02:00
Roland Geider
829f152734
Merge master
2021-09-07 17:37:20 +02:00
Roland Geider
8543652581
Merge branch 'master' into feature/measurements
...
# Conflicts:
# lib/screens/dashboard.dart
# test/base_provider_test.mocks.dart
# test/gallery_screen_test.mocks.dart
# test/nutritional_plan_form_test.mocks.dart
# test/workout_form_test.mocks.dart
# test/workout_set_form_test.mocks.dart
2021-09-07 17:03:15 +02:00
Roland Geider
53346dc24e
Some improvements to the link to the measurement sub page
...
I'm still not convinced, though
2021-09-07 16:48:03 +02:00
Roland Geider
45986a78ad
Show units in weight and measurement charts
2021-09-07 15:59:35 +02:00
Roland Geider
a1f5c026c1
Allow adding measurement entries from overview
2021-09-07 15:36:12 +02:00
Roland Geider
6b49abf816
Don't show the bottom navigation bar when showing the loading widget
2021-09-06 22:00:20 +02:00
Roland Geider
099a2dad75
Merge branch 'master' into bug-53/Double-displayed-training-plans
2021-09-06 21:38:21 +02:00
Roland Geider
3874a49fe0
Add measurement entries in the dashboard calendar
2021-09-06 18:33:54 +02:00
Roland Geider
c704f561db
Show entries graph in the category overview
2021-09-06 18:08:07 +02:00
Roland Geider
606a73a114
Load all measurement data upfront
2021-09-06 17:40:26 +02:00
henok3878
5825079e2f
Translated using Weblate (Amharic)
...
Currently translated at 16.7% (23 of 137 strings)
Translation: wger Workout Manager/Mobile App
Translate-URL: https://hosted.weblate.org/projects/wger/mobile/am/
2021-09-03 08:34:04 +02:00
henok3878
13374c8df3
Added translation using Weblate (Amharic)
2021-09-02 08:15:16 +02:00
Roland Geider
65129f000a
Fix type error that prevented an image from being edited
2021-09-01 15:46:54 +02:00
Roland Geider
c8d1d1ad84
Replace getImage with pickImage, was deprecated
2021-09-01 15:46:31 +02:00
Roland Geider
0394922dfc
Prevent keyboard from appearing when selecting a date in the gallery
2021-09-01 15:45:56 +02:00
Roland Geider
4f885c88ab
Merge pull request #74 from patrickwitter/BugFixAteempt1
...
Fixes Issue #72
2021-08-30 22:19:24 +02:00
Patrick Witter
3dc32259de
Changed max-line to 100
2021-08-30 15:05:14 -05:00
Roland Geider
60f7c3ed1b
Add length validator to the notes
...
This is also checked server side anyway so we better inform the user before
submitting the form
2021-08-30 20:28:47 +02:00
Roland Geider
00caf09d0d
Show measurement category name in the top navigation bar
...
This makes it easier to keep the orientation in the app
2021-08-30 20:27:57 +02:00
Roland Geider
a4dbbcf28d
Use same color scheme for weight entry dismissible
2021-08-30 19:56:44 +02:00
Roland Geider
8ed9bdb6e0
Add shortcut to weight overview from dashboard
...
This makes the behaviour more consistent and is more useful
2021-08-30 19:55:09 +02:00
Roland Geider
0fed28cd35
Hide the cursor in date selection, date is selected via the dialog
2021-08-30 19:49:15 +02:00
Roland Geider
296122900b
Add help text to measurement category form
2021-08-30 19:47:09 +02:00
Roland Geider
80dec162db
Improve colors of swipable measurement entries
2021-08-30 19:42:18 +02:00
Roland Geider
0a922ec7a1
Don't show the general options in app bar in measurements
...
These are sub pages and don't need it
2021-08-30 19:27:39 +02:00
Roland Geider
7b8fba9856
Allow users to delete measurement categories
2021-08-30 19:20:23 +02:00
Roland Geider
873512bc34
Update weight list when adding or removing entries
2021-08-29 22:38:16 +02:00
Roland Geider
138c31c248
If the user cancels the datepicker, no date is selected
...
# Conflicts:
# lib/widgets/weight/forms.dart
2021-08-29 22:38:07 +02:00
Roland Geider
b2195d4f55
Allow deleting and editing entries
2021-08-29 22:34:30 +02:00
Roland Geider
cc899cdf1c
Update weight list when adding or removing entries
2021-08-29 22:17:20 +02:00
Patrick Witter
b53551c753
Added dialog to show user server-side errors
2021-08-29 15:12:42 -05:00
Patrick Witter
245b432aae
refac Date TextField code,removed cursor, added calender icon at end,
2021-08-29 14:30:10 -05:00
Roland Geider
c21a895c22
If the user cancels the datepicker, no date is selected
2021-08-29 19:22:01 +02:00
Patrick Witter
0c2e57ef66
Attempt1
2021-08-29 10:15:29 -05:00
Roland Geider
93b159b3b9
Show chart with measurement entries values in detail view
2021-08-28 22:07:54 +02:00
Roland Geider
dc22f236ef
Allow adding measurement categories and entries
2021-08-28 21:52:06 +02:00
ton-An
0b0da1405b
Changed MeasurementEntry's value string to number
...
Reflects the changes made to the rest api. MeasurementEntry's value is
a number instead of a string when in json format
2021-08-26 15:40:26 +02:00
ton-An
89e0060ff5
(MeasurementProvider) Fixed error handling
...
MeasurementProvider
(Edited)
- Fixed error handling
- implemented findEntryById and findCategoryById
MeasurementCategory
(Added)
- findEntryById()
2021-08-26 14:41:26 +02:00
Roland Geider
4e9ca1db6b
Fixes to use measurement provider with base provider as argument
2021-08-25 21:48:16 +02:00
Roland Geider
6cbe164ec8
Merge remote-tracking branch 'origin/feature/measurements' into feature/measurements
...
# Conflicts:
# lib/models/measurements/measurement_entry.g.dart
2021-08-25 21:34:22 +02:00
Roland Geider
db976d0486
Add measurement category and entry overviews
...
This is still a work in progress, besides the UX it's not possible yet to
edit or add entries
2021-08-25 21:33:30 +02:00
Roland Geider
5b5feca8b8
Refactor weight chart to be used with the measurement entries
2021-08-25 17:19:47 +02:00
Roland Geider
a2673fe764
Merge branch 'master' into feature/measurements
...
# Conflicts:
# pubspec.lock
2021-08-25 16:52:15 +02:00
ton-An
755cdd5fae
Pretty much finished the MeasurementProvider
...
-- MesurementProvider --
(Added)
- editCategory
- editEntry
-- MeasurementEntry --
(Added)
- copyWith
-- MeasurementCategory --
(Added)
- copyWith
2021-08-25 16:24:29 +02:00
ton-An
23a8226e72
Worked on the MeasurementProvider
...
(Added)
- addCategory()
- deleteCategory()
- addEntry()
- deleteEntry()
2021-08-25 14:43:53 +02:00
ton-An
19445c36a2
(Measurements) Added Equatable + Refactored
...
(MeasurementProvider)
- Passing in the WgerBaseProvider instead of extending with it
- Re-written tests
- Added the fixture reader to make test file less crowded
(Measurement Models)
- Added Equatable
- Re-written tests
2021-08-22 18:07:47 +02:00