Skip to content

Commit 190f47f

Browse files
authored
Merge branch 'master' into ux_fixes
2 parents 87c8a59 + 1cc2132 commit 190f47f

File tree

310 files changed

+7862
-1583
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

310 files changed

+7862
-1583
lines changed

.github/workflows/build-release.yml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,15 @@ jobs:
1212
uses: actions/checkout@v4
1313

1414
- name: Setup Java
15-
uses: actions/setup-java@v3
15+
uses: actions/setup-java@v4
1616
with:
17-
java-version: 17.x
17+
java-version: '17'
18+
distribution: 'oracle'
1819

1920
- name: Setup Ruby
2021
uses: ruby/setup-ruby@v1
2122
with:
22-
ruby-version: 3
23+
ruby-version: '3.2'
2324

2425
- name: Setup Flutter
2526
uses: subosito/flutter-action@v2
@@ -63,17 +64,17 @@ jobs:
6364
flutter build linux --release
6465
cd flatpak/scripts
6566
dart pub get
66-
dart flatpak_packager.dart --meta ../flatpak_meta.json --github
67+
dart flatpak_packager.dart --meta ../flatpak_meta.json --github --addTodaysVersion ${{ env.VERSION }}
6768
6869
- name: Build AAB
6970
run: flutter build appbundle --release
7071
env:
7172
WGER_API_KEY: ${{ secrets.WGER_API_KEY }}
7273

7374
- name: Upload build to Play Store
74-
uses: maierj/[email protected]
75-
with:
76-
lane: production
75+
run: |
76+
bundle install
77+
bundle exec fastlane android production
7778
7879
- name: Make Github release
7980
uses: softprops/action-gh-release@v1
@@ -120,6 +121,6 @@ jobs:
120121
git add pubspec.yaml
121122
git commit -m "Bump version to $( flutter pub run cider version )"
122123
git tag ${{ env.VERSION }}
123-
git push ${{ env.VERSION }}
124-
git push --delete ${{ env.VERSION_V }}
124+
git push origin ${{ env.VERSION }}
125+
git push origin --delete ${{ env.VERSION_V }}
125126
git push

AUTHORS.md

Lines changed: 5 additions & 0 deletions

Gemfile.lock

Lines changed: 28 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,25 @@ GEM
33
specs:
44
CFPropertyList (3.0.6)
55
rexml
6-
addressable (2.8.5)
6+
addressable (2.8.6)
77
public_suffix (>= 2.0.2, < 6.0)
88
artifactory (3.0.15)
99
atomos (0.1.3)
10-
aws-eventstream (1.2.0)
11-
aws-partitions (1.853.0)
12-
aws-sdk-core (3.187.0)
13-
aws-eventstream (~> 1, >= 1.0.2)
10+
aws-eventstream (1.3.0)
11+
aws-partitions (1.877.0)
12+
aws-sdk-core (3.190.2)
13+
aws-eventstream (~> 1, >= 1.3.0)
1414
aws-partitions (~> 1, >= 1.651.0)
15-
aws-sigv4 (~> 1.5)
15+
aws-sigv4 (~> 1.8)
1616
jmespath (~> 1, >= 1.6.1)
17-
aws-sdk-kms (1.72.0)
18-
aws-sdk-core (~> 3, >= 3.184.0)
17+
aws-sdk-kms (1.76.0)
18+
aws-sdk-core (~> 3, >= 3.188.0)
1919
aws-sigv4 (~> 1.1)
20-
aws-sdk-s3 (1.137.0)
21-
aws-sdk-core (~> 3, >= 3.181.0)
20+
aws-sdk-s3 (1.142.0)
21+
aws-sdk-core (~> 3, >= 3.189.0)
2222
aws-sdk-kms (~> 1)
23-
aws-sigv4 (~> 1.6)
24-
aws-sigv4 (1.6.1)
23+
aws-sigv4 (~> 1.8)
24+
aws-sigv4 (1.8.0)
2525
aws-eventstream (~> 1, >= 1.0.2)
2626
babosa (1.0.4)
2727
claide (1.1.0)
@@ -32,10 +32,10 @@ GEM
3232
declarative (0.0.20)
3333
digest-crc (0.6.5)
3434
rake (>= 12.0.0, < 14.0.0)
35-
domain_name (0.6.20231109)
35+
domain_name (0.6.20240107)
3636
dotenv (2.8.1)
3737
emoji_regex (3.2.3)
38-
excon (0.104.0)
38+
excon (0.109.0)
3939
faraday (1.10.3)
4040
faraday-em_http (~> 1.0)
4141
faraday-em_synchrony (~> 1.0)
@@ -64,8 +64,8 @@ GEM
6464
faraday-retry (1.0.3)
6565
faraday_middleware (1.2.0)
6666
faraday (~> 1.0)
67-
fastimage (2.2.7)
68-
fastlane (2.217.0)
67+
fastimage (2.3.0)
68+
fastlane (2.219.0)
6969
CFPropertyList (>= 2.3, < 4.0.0)
7070
addressable (>= 2.8, < 3.0.0)
7171
artifactory (~> 3.0)
@@ -84,6 +84,7 @@ GEM
8484
gh_inspector (>= 1.1.2, < 2.0.0)
8585
google-apis-androidpublisher_v3 (~> 0.3)
8686
google-apis-playcustomapp_v1 (~> 0.1)
87+
google-cloud-env (>= 1.6.0, < 2.0.0)
8788
google-cloud-storage (~> 1.31)
8889
highline (~> 2.0)
8990
http-cookie (~> 1.0.5)
@@ -92,7 +93,7 @@ GEM
9293
mini_magick (>= 4.9.4, < 5.0.0)
9394
multipart-post (>= 2.0.0, < 3.0.0)
9495
naturally (~> 2.2)
95-
optparse (~> 0.1.1)
96+
optparse (>= 0.1.1)
9697
plist (>= 3.1.0, < 4.0.0)
9798
rubyzip (>= 2.0.0, < 3.0.0)
9899
security (= 0.1.3)
@@ -107,7 +108,7 @@ GEM
107108
xcpretty-travis-formatter (>= 0.0.3)
108109
fastlane-plugin-versioning (0.5.2)
109110
gh_inspector (1.1.3)
110-
google-apis-androidpublisher_v3 (0.52.0)
111+
google-apis-androidpublisher_v3 (0.54.0)
111112
google-apis-core (>= 0.11.0, < 2.a)
112113
google-apis-core (0.11.2)
113114
addressable (~> 2.5, >= 2.5.1)
@@ -122,19 +123,19 @@ GEM
122123
google-apis-core (>= 0.11.0, < 2.a)
123124
google-apis-playcustomapp_v1 (0.13.0)
124125
google-apis-core (>= 0.11.0, < 2.a)
125-
google-apis-storage_v1 (0.29.0)
126+
google-apis-storage_v1 (0.31.0)
126127
google-apis-core (>= 0.11.0, < 2.a)
127-
google-cloud-core (1.6.0)
128-
google-cloud-env (~> 1.0)
128+
google-cloud-core (1.6.1)
129+
google-cloud-env (>= 1.0, < 3.a)
129130
google-cloud-errors (~> 1.0)
130131
google-cloud-env (1.6.0)
131132
faraday (>= 0.17.3, < 3.0)
132133
google-cloud-errors (1.3.1)
133-
google-cloud-storage (1.45.0)
134+
google-cloud-storage (1.47.0)
134135
addressable (~> 2.8)
135136
digest-crc (~> 0.4)
136137
google-apis-iamcredentials_v1 (~> 0.1)
137-
google-apis-storage_v1 (~> 0.29.0)
138+
google-apis-storage_v1 (~> 0.31.0)
138139
google-cloud-core (~> 1.6)
139140
googleauth (>= 0.16.2, < 2.a)
140141
mini_mime (~> 1.0)
@@ -149,17 +150,17 @@ GEM
149150
domain_name (~> 0.5)
150151
httpclient (2.8.3)
151152
jmespath (1.6.2)
152-
json (2.6.3)
153+
json (2.7.1)
153154
jwt (2.7.1)
154155
mini_magick (4.12.0)
155156
mini_mime (1.1.5)
156157
multi_json (1.15.0)
157158
multipart-post (2.3.0)
158159
nanaimo (0.3.0)
159160
naturally (2.2.1)
160-
optparse (0.1.1)
161+
optparse (0.4.0)
161162
os (1.1.4)
162-
plist (3.7.0)
163+
plist (3.7.1)
163164
public_suffix (5.0.4)
164165
rake (13.1.0)
165166
representable (3.2.0)
@@ -185,7 +186,7 @@ GEM
185186
unicode-display_width (>= 1.1.1, < 3)
186187
trailblazer-option (0.1.2)
187188
tty-cursor (0.7.1)
188-
tty-screen (0.8.1)
189+
tty-screen (0.8.2)
189190
tty-spinner (0.9.3)
190191
tty-cursor (~> 0.7)
191192
uber (0.1.0)

README.md

Lines changed: 16 additions & 15 deletions
52.5 KB
98.1 KB
19 KB
13.1 KB
173 KB
25.1 KB

0 commit comments

Comments
 (0)