Roland Geider
|
079db5d5e0
|
Recreate generated files
|
2025-01-24 15:07:51 +01:00 |
|
Roland Geider
|
9ff2bba13a
|
Load the new DayData entries and the regular data objects from structure endpoint
|
2024-10-30 23:19:10 +01:00 |
|
Roland Geider
|
7db93f0b6e
|
Start implementing new flexible routines
|
2024-10-30 12:14:26 +01:00 |
|
Dieter Plaetinck
|
85c245d67d
|
dcm fix --only-rules=unnecessary-trailing-comma lib test test_data
|
2024-09-18 16:01:10 +03:00 |
|
Dieter Plaetinck
|
66ced6ccc4
|
dcm fix --only-rules=prefer-trailing-comma lib test test_data integration_test
|
2024-09-18 16:00:43 +03:00 |
|
Dieter Plaetinck
|
11ee38c03d
|
dart fix --apply
|
2024-06-20 15:47:55 +03:00 |
|
Roland Geider
|
5d237e1ddf
|
Consistently use "fiber"
|
2024-05-23 17:54:50 +02:00 |
|
Roland Geider
|
41555c4bce
|
Recreate generated files
|
2024-01-22 17:01:23 +01:00 |
|
Roland Geider
|
e67d992385
|
Add (for now) simple settings page to reset the exercise cache
This should be expanded later to allow to re-fetch all available exercises, etc.
|
2024-01-11 22:13:11 +01:00 |
|
Roland Geider
|
d51b6d7d87
|
Merge branch 'master' into feat/data-persistence
# Conflicts:
# lib/main.dart
# lib/providers/exercises.dart
# lib/widgets/workouts/day.dart
# pubspec.lock
# pubspec.yaml
|
2024-01-09 15:37:48 +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
|
29a6839a61
|
Run dart fix on the code base
|
2023-11-19 18:49:35 +01:00 |
|
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
|
7659d06ea6
|
Merge branch 'master' into 12people_maintenance
# Conflicts:
# lib/theme/theme.dart
# lib/widgets/core/charts.dart
# lib/widgets/dashboard/widgets.dart
# lib/widgets/nutrition/charts.dart
# lib/widgets/workouts/charts.dart
# pubspec.lock
# pubspec.yaml
# test_driver/screenshot_driver.dart
|
2023-11-09 20:24:01 +01:00 |
|
Roland Geider
|
09f60fe432
|
Fix tests and recreate generated files
|
2023-11-09 19:07:38 +01:00 |
|
Miroslav Mazel
|
50b634d78a
|
Single quotes instead of double
|
2023-11-05 23:12:39 +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 |
|
Roland Geider
|
d79645a6f5
|
The ingredient ID is an integer, not a string
|
2023-04-09 11:40:40 +02:00 |
|
Roland Geider
|
8e6eadf1b9
|
Annotate the needed mocks for each test
This makes it clear where they are loaded from
|
2023-02-11 13:50:42 +01: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
|
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 |
|
Roland Geider
|
cd137888d3
|
Merge branch 'master' into tests
|
2022-12-01 13:59:25 +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 |
|
Bujdy
|
d606f596c3
|
added workout and gallery provider tests
|
2022-11-12 17:38:52 +01:00 |
|
Aaliya Ali
|
5aa658d030
|
Merge branch 'master' into master
|
2022-10-19 13:19:01 +05:30 |
|
Aaliya Ali
|
2bc862c997
|
Fix Gallery Screen Test
|
2022-10-19 13:14:09 +05:30 |
|
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 |
|
Github-actions
|
134cd73e62
|
Automatic linting
|
2022-10-04 15:12:12 +00:00 |
|
Vinod
|
5c767f311e
|
added code: string? in ingredient.dart
|
2022-10-02 11:40:53 +05:30 |
|
Github-actions
|
0c3ee3badf
|
Automatic linting
|
2022-05-20 17:10:27 +00:00 |
|
Roland Geider
|
5d28847c69
|
Add video model and recreate generated files
|
2022-01-29 11:48:02 +01:00 |
|
Github-actions
|
379d9ca067
|
Automatic linting
|
2022-01-16 18:36:05 +00:00 |
|
Roland Geider
|
0d5df9d786
|
Recreate generated files
|
2022-01-15 13:27:01 +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
|
9429899973
|
Organize tests in own folders
|
2021-11-08 09:42:32 +01:00 |
|