Roland Geider
|
b64458603f
|
Rename further occurrences of "exercise base" to just "exercise"
|
2023-12-26 21:38:07 +01:00 |
|
Roland Geider
|
c5cbb4f851
|
Rework exercise database
This is now separated into individual tables and methods so that they can be
tested separately
|
2023-12-26 17:03:20 +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 |
|
Abhishek Saini
|
c21b278e36
|
test cases fixes
|
2023-11-19 16:56:49 +05:30 |
|
Abhishek Saini
|
592e2e2df8
|
minor fixes
|
2023-11-19 16:52:06 +05:30 |
|
Abhishek Saini
|
82a49f6cac
|
Merge branch 'master' into feat/data-persistence
|
2023-11-18 23:23:30 +05:30 |
|
Roland Geider
|
42b1807307
|
Bump version to 1.6.0
|
2023-11-18 18:46:45 +01:00 |
|
Roland Geider
|
685b50f9f7
|
Update Gemfile.lock
1.6.0
|
2023-11-18 18:14:34 +01:00 |
|
Roland Geider
|
37e69a57d9
|
Add title.txt
|
2023-11-18 18:14:00 +01:00 |
|
Roland Geider
|
d26e127a90
|
Bump sdk and package versions
|
2023-11-18 18:01:23 +01:00 |
|
Roland Geider
|
986d485867
|
Update used flutter version
|
2023-11-18 17:57:34 +01:00 |
|
Roland Geider
|
7b076f383a
|
Update app screenshots
|
2023-11-18 17:55:30 +01:00 |
|
Roland Geider
|
eaad4fd107
|
Merge branch 'feature/material-3'
|
2023-11-18 17:41:12 +01:00 |
|
Roland Geider
|
884dfe4a2f
|
Merge pull request #451 from wger-project/feature/material-3
Move to material 3
|
2023-11-18 17:40:38 +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 |
|
Roland Geider
|
ab669e0dc2
|
Make dark theme more readable
|
2023-11-15 21:04:34 +01:00 |
|
Roland Geider
|
a33065f590
|
Make the top navigation blue again
|
2023-11-15 18:35:46 +01:00 |
|
Roland Geider
|
a2b4f7b896
|
Merge pull request #452 from 12people/feature/material-3
Material 3 style changes: typography, nav. bar, and more
|
2023-11-15 07:29:44 +01:00 |
|
Miroslav Mazel
|
dfa73f323e
|
Organize imports
|
2023-11-11 18:10:47 +01:00 |
|
Miroslav Mazel
|
1cc2ebdae9
|
Theme tweaks around typography, the app bar, and the navigation bar
|
2023-11-11 18:01:56 +01:00 |
|
Miroslav Mazel
|
8d3f03953d
|
Smaller rep setting heading variant
|
2023-11-11 18:01:22 +01:00 |
|
Miroslav Mazel
|
35127489a0
|
Consistent styling for FlexibleSpaceBar
|
2023-11-11 18:00:30 +01:00 |
|
Miroslav Mazel
|
89caf4616d
|
Adding much-needed padding
|
2023-11-11 17:59:55 +01:00 |
|
Miroslav Mazel
|
5701a2e809
|
Removing the Bebas Neue font
|
2023-11-11 17:58:06 +01:00 |
|
Miroslav Mazel
|
93f5314952
|
BottomNavigationBar -> NavigationBar
|
2023-11-11 12:37:54 +01:00 |
|
Miroslav Mazel
|
d445283cf7
|
Different fonts + tweaked icons
|
2023-11-11 12:33:19 +01:00 |
|
Roland Geider
|
d78ec46e54
|
Import font awesome flutter package
|
2023-11-10 19:33:50 +01:00 |
|
Roland Geider
|
95f863a0b6
|
Merge branch 'master' into feature/material-3
# Conflicts:
# lib/widgets/nutrition/meal.dart
# lib/widgets/workouts/day.dart
|
2023-11-10 19:27:27 +01:00 |
|
Roland Geider
|
e287e6a24f
|
Don't fill text inputs
|
2023-11-10 19:14:37 +01:00 |
|
Roland Geider
|
dc940c314d
|
Remove toList in spreads
|
2023-11-10 19:09:57 +01:00 |
|
Roland Geider
|
5845e70a6b
|
Simplify some of the widgets since these values are set in the theme now
|
2023-11-10 19:08:42 +01:00 |
|
Roland Geider
|
969c643e5c
|
Update theme
This is now created with flex_color_scheme, which makes tweaking this
much much easier
|
2023-11-10 19:07:14 +01:00 |
|
Roland Geider
|
abca70a6f0
|
Set the color of the categories card
While this still doesn't completely blend in with the surrounding widgets in
the dashboard, it's at least an improvement
|
2023-11-10 15:18:53 +01:00 |
|
Roland Geider
|
6d84cf7348
|
Don't make the chart square...
|
2023-11-10 14:40:12 +01:00 |
|
Roland Geider
|
10bfb787ff
|
Remove flutter_launcher_icons
Better icons have been added manually
|
2023-11-09 20:31:33 +01:00 |
|
Roland Geider
|
345a99e215
|
Merge pull request #445 from 12people/master
Maintenance PR
|
2023-11-09 20:30:27 +01:00 |
|
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
|
6a1f231e48
|
Make chips a bit smaller and give them a bit of color
|
2023-11-09 20:19:19 +01:00 |
|
Roland Geider
|
9e85745c2f
|
Make the calendar theme dynamic based on the current theme (light/dark mode)
|
2023-11-09 19:50:05 +01:00 |
|
Roland Geider
|
9dd9c568c2
|
Remove unused color
|
2023-11-09 19:49:38 +01:00 |
|
Roland Geider
|
1b09cfd73a
|
Add prefix to application id during debug
This allows to install the application side by side on a real device where the
production app is installed as well
|
2023-11-09 19:37:59 +01:00 |
|
Roland Geider
|
81ed85c2f2
|
Merge branch 'master' into feature/material-3
# Conflicts:
# lib/theme/theme.dart
# lib/widgets/dashboard/widgets.dart
# lib/widgets/nutrition/nutritional_plan_detail.dart
|
2023-11-09 19:16:17 +01:00 |
|
Roland Geider
|
09f60fe432
|
Fix tests and recreate generated files
|
2023-11-09 19:07:38 +01:00 |
|
Roland Geider
|
1684288f09
|
Finally update flutter version 🥳
|
2023-11-09 19:07:09 +01:00 |
|
Roland Geider
|
e49b571bf2
|
Merge pull request #449 from wger-project/fix/replace-chart-lib
Replace chart lib
|
2023-11-09 18:44:12 +01:00 |
|
Roland Geider
|
ccc10b0426
|
Don't run the test twice on PRs
|
2023-11-09 18:41:13 +01:00 |
|
Roland Geider
|
7c1dc05d81
|
Only render the FlNutritionalDiaryChartWidget chart if there is data for it
|
2023-11-09 18:37:34 +01:00 |
|