Roland Geider
|
b64458603f
|
Rename further occurrences of "exercise base" to just "exercise"
|
2023-12-26 21:38:07 +01:00 |
|
Roland Geider
|
65ba2275ae
|
Run "dart format --line-length=100 ." to make the diff smaller
|
2023-12-23 16:40:05 +01:00 |
|
Abhishek Saini
|
c69c639fac
|
fix(drift): built a model for exercise and fixes in fromSql type converter
|
2023-12-23 14:28:38 +05:30 |
|
Roland Geider
|
c514842b59
|
Lint the code with a line length of 100
This makes it easier to understand the diffs
|
2023-11-16 21:36:21 +01:00 |
|
Abhishek Saini
|
582bc611a4
|
feat(drift-database): Shifted from shared prefs to drift for Exercises
|
2023-11-16 22:34:40 +05:30 |
|
Github-actions
|
ca27faf9e2
|
Automatic linting
|
2023-11-09 19:26:45 +00:00 |
|
Roland Geider
|
09f60fe432
|
Fix tests and recreate generated files
|
2023-11-09 19:07:38 +01:00 |
|
Github-actions
|
8c809ad8cb
|
Automatic linting
|
2023-08-08 09:14:27 +00:00 |
|
Roland Geider
|
aecbcfe663
|
Update models to work with new keys
creation_date was renamed to created and
update_date to last_updated
|
2023-08-08 11:12:55 +02:00 |
|
Github-actions
|
3003409c57
|
Automatic linting
|
2023-06-08 14:15:55 +00:00 |
|
Roland Geider
|
481ff898fa
|
The field creation date in ingredients is now a datetime
|
2023-06-08 16:14:25 +02:00 |
|
Github-actions
|
90501ad35c
|
Automatic linting
|
2023-02-06 19:35:13 +00:00 |
|
Roland Geider
|
4f4f6f553a
|
Add paginated fetches
This allows the app to fetch all available items from an enpoint, without
having to hope that the ?limit=999 is enough
Closes #133
|
2023-02-06 20:33:39 +01:00 |
|
Github-actions
|
1370a7a666
|
Automatic linting
|
2023-02-05 21:39:05 +00:00 |
|
Roland Geider
|
dd814063f3
|
Remlace deprecated ignore parameter
|
2023-02-05 21:28:41 +01:00 |
|
Roland Geider
|
f68afd91fd
|
Rename exercise object to translation
This is what they are now anyway and makes it more clear
|
2023-02-05 21:24:28 +01:00 |
|
Github-actions
|
ceae6985fc
|
Automatic linting
|
2022-11-29 16:27:47 +00:00 |
|
Roland Geider
|
a004192ed3
|
Correctly pass the base ID to render log charts
See https://github.com/wger-project/wger/issues/1180
|
2022-11-29 17:25:45 +01:00 |
|
Github-actions
|
280b5c0c43
|
Automatic linting
|
2022-11-24 10:25:48 +00:00 |
|
Roland Geider
|
18b6903513
|
Create more and more realistic screenshots for the app store
Now these test use the regular test data, which has been updated and is used in
the rest of the tests as well.
|
2022-11-24 11:24:09 +01:00 |
|
Github-actions
|
3c9b083eee
|
Automatic linting
|
2022-10-11 07:39:56 +00:00 |
|
Roland Geider
|
fc524531fb
|
Recreate generated files
|
2022-10-10 15:53:04 +02:00 |
|
Roland Geider
|
a8e4fdb4e0
|
Merge branch 'master' into feature/exercise-crowdsourcing
# Conflicts:
# lib/models/workouts/log.dart
# test/gallery/gallery_screen_test.mocks.dart
# test/measurements/measurement_categories_screen_test.mocks.dart
# test/measurements/measurement_provider_test.mocks.dart
# test/nutrition/nutritional_plan_form_test.mocks.dart
# test/other/base_provider_test.mocks.dart
# test/workout/workout_form_test.mocks.dart
# test/workout/workout_set_form_test.mocks.dart
|
2022-10-10 15:50:50 +02:00 |
|
Github-actions
|
134cd73e62
|
Automatic linting
|
2022-10-04 15:12:12 +00:00 |
|
Roland Geider
|
7bd4089782
|
Merge pull request #242 from skdotv/bug-fix/232
added code: string? in ingredient.dart
|
2022-10-04 17:10:01 +02:00 |
|
Github-actions
|
8ee9aaab52
|
Automatic linting
|
2022-10-04 15:02:56 +00:00 |
|
Vinod
|
5c767f311e
|
added code: string? in ingredient.dart
|
2022-10-02 11:40:53 +05:30 |
|
Aditya
|
3e8e1c8f16
|
Removed Deprecated Code
|
2022-10-02 08:41:57 +05:30 |
|
Roland Geider
|
a7996f99db
|
Commit generated files
|
2022-09-07 20:12:36 +02:00 |
|
Roland Geider
|
32afa20e7b
|
Recreate generated files
|
2022-07-01 09:52:13 +02:00 |
|
Roland Geider
|
0711e199da
|
Merge branch 'master' into feature/exercise-crowdsourcing
# Conflicts:
# lib/models/exercises/exercise.g.dart
# pubspec.lock
# pubspec.yaml
# test/gallery/gallery_screen_test.mocks.dart
# test/measurements/measurement_provider_test.mocks.dart
# test/nutrition/nutritional_plan_form_test.mocks.dart
# test/workout/workout_form_test.mocks.dart
# test/workout/workout_set_form_test.mocks.dart
|
2022-07-01 09:47:52 +02:00 |
|
Github-actions
|
0c3ee3badf
|
Automatic linting
|
2022-05-20 17:10:27 +00:00 |
|
Roland Geider
|
f834950cec
|
Workout logs and settings now have a reference to an exercise base
This puts this code in sync with the backend and is logically better, since
the translations can be displayed when needed and are not hard coded
|
2022-05-10 16:53:44 +02:00 |
|
Roland Geider
|
19a504dcfb
|
Actually create exercise bases and translations
|
2022-02-20 14:40:42 +01:00 |
|
Roland Geider
|
5d28847c69
|
Add video model and recreate generated files
|
2022-01-29 11:48:02 +01:00 |
|
Roland Geider
|
2d5f5162ad
|
Recreate generated files
|
2022-01-15 13:05:35 +01:00 |
|
Roland Geider
|
2119c26ad3
|
Merge branch 'master' into feature/exercise-crowdsourcing
# Conflicts:
# .github/workflows/ci.yml
# lib/models/exercises/comment.g.dart
# lib/models/exercises/exercise.g.dart
# lib/models/exercises/image.g.dart
# lib/models/measurements/measurement_entry.g.dart
# lib/models/nutrition/ingredient_weight_unit.g.dart
# lib/models/nutrition/log.g.dart
# lib/models/workouts/day.g.dart
# lib/models/workouts/session.g.dart
# lib/models/workouts/workout_plan.g.dart
# lib/providers/exercises.dart
# pubspec.lock
# pubspec.yaml
# test/utils.dart
# test/workout/gym_mode_screen_test.dart
|
2022-01-15 12:58:02 +01:00 |
|
Github-actions
|
ab885b1145
|
Automatic linting
|
2021-11-10 14:19:52 +00:00 |
|
Roland Geider
|
d8b7d45291
|
Upgrade dependencies and recreate generated files
|
2021-11-10 15:16:25 +01:00 |
|
Roland Geider
|
025c9393cd
|
Merge branch 'master' into feature/exercise-crowdsourcing
# Conflicts:
# test/base_provider_test.mocks.dart
# test/gallery_screen_test.mocks.dart
# test/measurements/measurement_categories_screen_test.mocks.dart
# test/measurements/measurement_provider_test.mocks.dart
# test/nutritional_plan_form_test.mocks.dart
# test/workout_form_test.mocks.dart
# test/workout_set_form_test.mocks.dart
|
2021-11-03 20:28:06 +01:00 |
|
Roland Geider
|
a4e381e4c8
|
Make order of sets a required attribute
Closes #109
|
2021-10-28 11:43:32 +02:00 |
|
Roland Geider
|
2d8d864f27
|
Merge branch 'master' into feature/exercise-crowdsourcing
# Conflicts:
# lib/main.dart
# lib/models/exercises/exercise.dart
# lib/providers/exercises.dart
# lib/providers/nutrition.dart
# lib/widgets/exercises/exercises.dart
# lib/widgets/workouts/forms.dart
# lib/widgets/workouts/gym_mode.dart
# pubspec.lock
# test/base_provider_test.mocks.dart
# test/gallery_screen_test.mocks.dart
# test/gym_mode_screen_test.dart
# test/measurements/measurement_categories_screen_test.mocks.dart
# test/measurements/measurement_provider_test.mocks.dart
# test/nutritional_plan_form_test.mocks.dart
# test/workout_form_test.mocks.dart
# test/workout_set_form_test.dart
# test/workout_set_form_test.mocks.dart
|
2021-10-16 12:40:01 +02:00 |
|
Marvin M
|
1e8080cc02
|
always_declare_return_types
|
2021-10-07 20:43:55 +02:00 |
|
Marvin M
|
e5a6d930cb
|
Minor changes
|
2021-10-07 19:58:56 +02:00 |
|
Github-actions
|
18622b0c62
|
Automatic linting
|
2021-10-07 06:00:51 +00:00 |
|
unknown
|
769043598b
|
fix/preset-time-session-form creating constructor in session to initialize timeStart/end
|
2021-10-06 22:16:44 +03:00 |
|
unknown
|
320e61d2c2
|
fix/preset-time-session-form adding default values to timeStart/end
|
2021-10-06 20:57:21 +03:00 |
|
Marvin M
|
45a2a5f857
|
Fixes pt 1
|
2021-10-01 17:18:17 +02:00 |
|
Roland Geider
|
99bf19fd6f
|
Start refactoring exercise provider and models
|
2021-09-13 09:05:43 +02:00 |
|
Roland Geider
|
6646640b9c
|
Show set notes on the workout and the gym mode
https://github.com/wger-project/wger/issues/702
|
2021-07-17 13:25:04 +02:00 |
|