Skip to content

Commit

Permalink
Merge branch 'release/v3.6.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
android-sam committed Aug 21, 2023
2 parents 7c7bf19 + 1f7b7c6 commit 1e3f69f
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 21 deletions.
34 changes: 17 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,25 @@ GEM
specs:
CFPropertyList (3.0.6)
rexml
addressable (2.8.4)
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
artifactory (3.0.15)
atomos (0.1.3)
aws-eventstream (1.2.0)
aws-partitions (1.777.0)
aws-sdk-core (3.174.0)
aws-partitions (1.807.0)
aws-sdk-core (3.180.3)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.5)
jmespath (~> 1, >= 1.6.1)
aws-sdk-kms (1.66.0)
aws-sdk-core (~> 3, >= 3.174.0)
aws-sdk-kms (1.71.0)
aws-sdk-core (~> 3, >= 3.177.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.123.1)
aws-sdk-core (~> 3, >= 3.174.0)
aws-sdk-s3 (1.132.1)
aws-sdk-core (~> 3, >= 3.179.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.4)
aws-sigv4 (1.5.2)
aws-sigv4 (~> 1.6)
aws-sigv4 (1.6.0)
aws-eventstream (~> 1, >= 1.0.2)
babosa (1.0.4)
claide (1.1.0)
Expand All @@ -30,7 +30,7 @@ GEM
commander (4.6.0)
highline (~> 2.0.0)
declarative (0.0.20)
digest-crc (0.6.4)
digest-crc (0.6.5)
rake (>= 12.0.0, < 14.0.0)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
Expand Down Expand Up @@ -66,7 +66,7 @@ GEM
faraday_middleware (1.2.0)
faraday (~> 1.0)
fastimage (2.2.7)
fastlane (2.213.0)
fastlane (2.214.0)
CFPropertyList (>= 2.3, < 4.0.0)
addressable (>= 2.8, < 3.0.0)
artifactory (~> 3.0)
Expand Down Expand Up @@ -106,9 +106,9 @@ GEM
xcpretty (~> 0.3.0)
xcpretty-travis-formatter (>= 0.0.3)
gh_inspector (1.1.3)
google-apis-androidpublisher_v3 (0.43.0)
google-apis-androidpublisher_v3 (0.48.0)
google-apis-core (>= 0.11.0, < 2.a)
google-apis-core (0.11.0)
google-apis-core (0.11.1)
addressable (~> 2.5, >= 2.5.1)
googleauth (>= 0.16.2, < 2.a)
httpclient (>= 2.8.1, < 3.a)
Expand Down Expand Up @@ -137,7 +137,7 @@ GEM
google-cloud-core (~> 1.6)
googleauth (>= 0.16.2, < 2.a)
mini_mime (~> 1.0)
googleauth (1.5.2)
googleauth (1.7.0)
faraday (>= 0.17.3, < 3.a)
jwt (>= 1.4, < 3.0)
memoist (~> 0.16)
Expand All @@ -153,22 +153,22 @@ GEM
jwt (2.7.1)
memoist (0.16.2)
mini_magick (4.12.0)
mini_mime (1.1.2)
mini_mime (1.1.5)
multi_json (1.15.0)
multipart-post (2.3.0)
nanaimo (0.3.0)
naturally (2.2.1)
optparse (0.1.1)
os (1.1.4)
plist (3.7.0)
public_suffix (5.0.1)
public_suffix (5.0.3)
rake (13.0.6)
representable (3.2.0)
declarative (< 0.1.0)
trailblazer-option (>= 0.1.1, < 0.2.0)
uber (< 0.2.0)
retriable (3.1.2)
rexml (3.2.5)
rexml (3.2.6)
rouge (2.0.7)
ruby2_keywords (0.0.5)
rubyzip (2.3.2)
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ android {
applicationId "com.samco.trackandgraph"
minSdkVersion 23
targetSdkVersion 33
versionCode 300601
versionName "3.6.1"
versionCode 300602
versionName "3.6.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

vectorDrawables {
Expand Down
4 changes: 2 additions & 2 deletions base/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,8 @@
<string name="data_point_tutorial_page_3_description">Use labels if you want to group the data points</string>
<string name="data_point_tutorial_page_3_hint">(Hint: If you want to add more context or description use the note instead of the label field)</string>
<string name="help">Help</string>
<string name="faq_page_link" translatable="false">https://github.com/SamAmco/track-and-graph/blob/release/v3.6.1/docs/faq/index.md#faq</string>
<string name="faq_page_link_1" translatable="false">https://github.com/SamAmco/track-and-graph/blob/release/v3.6.1/docs/faq/faq_1.md#how-do-i-start-tracking-something</string>
<string name="faq_page_link" translatable="false">https://github.com/SamAmco/track-and-graph/blob/release/v3.6.2/docs/faq/index.md#faq</string>
<string name="faq_page_link_1" translatable="false">https://github.com/SamAmco/track-and-graph/blob/release/v3.6.2/docs/faq/faq_1.md#how-do-i-start-tracking-something</string>
<string name="advanced_options">Advanced options</string>
<string name="type_colon">"Type: "</string>
<string name="order_colon">"Order: "</string>
Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-GB/changelogs/300602.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- Fix bug showing wrong date for old tracker
- Fix bug global note dialog looks wrong in dark mode
- Fix bug blank feature selected in line graph config view
- Fix bug empty line graph showing unkown error occurred
- Fix bug y range max wrong input type for duration data

0 comments on commit 1e3f69f

Please sign in to comment.