Commit Graph

2860 Commits

Author SHA1 Message Date
Roland Geider
f7461ab0e9 Polish the crud workflow 2024-11-16 19:50:28 +01:00
Roland Geider
a4f334e73d Allow deleting slots 2024-11-16 18:10:43 +01:00
Roland Geider
e6e0ed3f08 Properly set or remove newly created objects 2024-11-16 18:10:29 +01:00
Roland Geider
c5f4eec12f Extract exercise autocompleter to its own widget 2024-11-16 15:16:32 +01:00
Roland Geider
ffa87f6db7 Refactor update logic
There are a lot of common steps that are always the same. This will specially
important once we edit all the other configs and their max siblings
2024-11-16 12:55:14 +01:00
Roland Geider
04c6d6c643 Save values to server 2024-11-15 18:03:06 +01:00
Roland Geider
23119e68d5 Allow users to reorder the days and the slots within the days 2024-11-15 16:44:41 +01:00
Roland Geider
277628f329 Merge branch 'master' into feature/flexible-routines
# Conflicts:
#	test/weight/weight_screen_test.mocks.dart
2024-11-14 20:30:19 +01:00
dependabot[bot]
0ec8f00659 Bump package_info_plus from 8.1.0 to 8.1.1
Bumps [package_info_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages/package_info_plus) from 8.1.0 to 8.1.1.
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases)
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/HEAD/packages/package_info_plus)

---
updated-dependencies:
- dependency-name: package_info_plus
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-13 20:32:23 +01:00
dependabot[bot]
ddf7f5b1f5 Bump path_provider from 2.1.4 to 2.1.5
Bumps [path_provider](https://github.com/flutter/packages/tree/main/packages/path_provider) from 2.1.4 to 2.1.5.
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/path_provider-v2.1.5/packages/path_provider)

---
updated-dependencies:
- dependency-name: path_provider
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-13 20:32:15 +01:00
dependabot[bot]
38baa0ff2c Bump shared_preferences from 2.3.2 to 2.3.3
Bumps [shared_preferences](https://github.com/flutter/packages/tree/main/packages/shared_preferences) from 2.3.2 to 2.3.3.
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/shared_preferences-v2.3.3/packages/shared_preferences)

---
updated-dependencies:
- dependency-name: shared_preferences
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-13 20:32:04 +01:00
Roland Geider
4b5ce9bdb0 Remove reorderable from routine view widget 2024-11-13 14:59:09 +01:00
Roland Geider
aa8c3444b8 Allow reordering of slots 2024-11-12 22:57:24 +01:00
Roland Geider
056ed2b894 Allow day objects to load slots 2024-11-12 22:08:45 +01:00
Roland Geider
bf73afd9fe Allow deleting days from a routine 2024-11-12 20:55:37 +01:00
Roland Geider
4d4120c904 Select newly created day for editing 2024-11-12 19:40:11 +01:00
Roland Geider
d76fcdc527 Allow editing the currently selected day 2024-11-12 19:22:20 +01:00
Roland Geider
9e9fa6be93 Allow setting the day order per drag and drop 2024-11-12 16:27:53 +01:00
Roland Geider
1d93b2f8c0 Refactor forms into individual files 2024-11-12 14:15:49 +01:00
Roland Geider
a35336f57c Allow editing the fit in week toggle as well as start and end dates 2024-11-12 13:31:56 +01:00
Roland Geider
cd4a848b79 Remove the CustomScrollView
This was only needed for the custom scrolling background / header that was
removed some time ago
2024-11-10 15:45:52 +01:00
Roland Geider
47e36eff48 More refactoring of routine screens and widgets 2024-11-10 15:13:30 +01:00
Roland Geider
12f22d214a Rename widget folder 2024-11-10 14:51:11 +01:00
Roland Geider
5c947375ee Rename provider 2024-11-10 14:48:03 +01:00
Roland Geider
415daf172d Workaround for duplicate exercises in the DB 2024-11-10 14:31:04 +01:00
Roland Geider
2aca0c839a Update links to more specific ones 2024-11-09 17:35:03 +01:00
Roland Geider
02d41be487 Use only one subprojects block 2024-11-09 17:35:03 +01:00
Roland Geider
df696216fb Merge pull request #671 from wger-project/release-1.7.8
Bump version to 1.7.8+49
2024-11-09 15:04:59 +01:00
Github-Actions
df6ea92172 Bump version to 1.7.8+49 2024-11-09 14:03:23 +00:00
Roland Geider
e91d2961b0 Add workaround for APK builds 1.7.8 2024-11-09 14:45:47 +01:00
Roland Geider
357b7c1c48 Update Gemfile.lock 2024-11-09 14:00:13 +01:00
Roland Geider
4673bb5a64 Update screenshots 2024-11-09 13:08:29 +01:00
Roland Geider
3978b4bd8b Remove WGER_API_KEY, this registration key is not needed anymore 2024-11-09 13:07:36 +01:00
Roland Geider
0a40758c32 Merge pull request #663 from ARYPROGRAMMER/master
fix: RenderOverFlex Error on DashBoard Screen For Measurement Graphs
2024-11-07 12:04:21 +01:00
Roland Geider
abb268e136 Merge branch 'master' into fork/ARYPROGRAMMER/master 2024-11-07 12:00:43 +01:00
Roland Geider
d4a53a86d1 Fix placeholder case 2024-11-07 12:00:18 +01:00
Roland Geider
a1d35dd21d Merge branch 'master' into fork/ARYPROGRAMMER/master 2024-11-07 11:59:15 +01:00
Roland Geider
cd2e60b2e4 Fix placeholder case 2024-11-07 11:57:04 +01:00
Roland Geider
4489bfbc30 Merge branch 'master' into master 2024-11-07 11:49:01 +01:00
dependabot[bot]
422fb49ec5 Bump flutter_lints from 4.0.0 to 5.0.0
Bumps [flutter_lints](https://github.com/flutter/packages/tree/main/packages) from 4.0.0 to 5.0.0.
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/flutter_lints-v5.0.0/packages)

---
updated-dependencies:
- dependency-name: flutter_lints
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-07 11:47:46 +01:00
dependabot[bot]
a5b31da873 Bump flutter_svg from 2.0.10+1 to 2.0.11
Bumps [flutter_svg](https://github.com/flutter/packages/tree/main/third_party/packages) from 2.0.10+1 to 2.0.11.
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/flutter_svg-v2.0.11/third_party/packages)

---
updated-dependencies:
- dependency-name: flutter_svg
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-07 11:47:22 +01:00
Roland Geider
1784098990 Merge pull request #667 from wger-project/dependabot/pub/multi-7ece5b0b40
Bump flex_color_scheme, flex_seed_scheme and freezed
2024-11-07 11:47:06 +01:00
Roland Geider
02f8fa8283 Merge pull request #670 from wger-project/feature/weblate
Translations update from Hosted Weblate
2024-11-07 11:44:11 +01:00
Roland Geider
a3a5d0d195 Fix placeholder 2024-11-07 11:42:20 +01:00
தமிழ்நேரம்
c298102c70 Translated using Weblate (Tamil)
Currently translated at 100.0% (266 of 266 strings)

Translation: wger Workout Manager/Mobile App
Translate-URL: https://hosted.weblate.org/projects/wger/mobile/ta/
2024-11-07 10:25:01 +00:00
தமிழ்நேரம்
273a32f6e4 Added translation using Weblate (Tamil) 2024-11-07 10:25:00 +00:00
Roland Geider
63ada9996a Merge pull request #669 from FutureYL3/master
Fixing some hard-coded texts
2024-11-07 11:24:52 +01:00
Roland Geider
05b13d880e Further work on rendering the new routines 2024-11-07 11:13:58 +01:00
Xianglin Zeng
27e28e7f7b chore: add Xianglin Zeng to AUTHORS.md and update relevent doc 2024-11-04 23:39:23 +08:00
Xianglin Zeng
f2bc07d2fd fix hard-coded text in Chinese version, improve weight expressed in Chinese 2024-11-04 23:07:38 +08:00