Skip to content

Commit

Permalink
#731: Update change log, version, website, and feature polls
Browse files Browse the repository at this point in the history
  • Loading branch information
cohenadair committed Dec 13, 2023
1 parent f4afa48 commit 84be2ae
Show file tree
Hide file tree
Showing 7 changed files with 75 additions and 14 deletions.
10 changes: 10 additions & 0 deletions mobile/lib/i18n/english_strings.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1259,5 +1259,15 @@ Map<String, Map<String, String>> get englishStrings => {
"Fixed an issue where custom reports weren't tappable after upgrading to Pro",
"changeLog_2.5.2_4":
"Fixed empty catch length/weight values showing on stats catch lists",
"changeLog_2.6.0_1":
"Pro users can now export their data to a spreadsheet via More > Export CSV.",
"changeLog_2.6.0_2":
"All users can now add gear and attach them to catches.",
"changeLog_2.6.0_3":
"Fixed issue where a bait's name would get cut off by the variant text in the bait list.",
"changeLog_2.6.0_4":
"Auto-fetched data is now updated when a catch's fishing spot changes.",
"changeLog_2.6.0_5":
"Atmosphere and weather data is now auto-fetched for trips.",
},
};
10 changes: 10 additions & 0 deletions mobile/lib/i18n/strings.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2453,6 +2453,16 @@ class Strings {
String get changeLog_252_3 => _string("changeLog_2.5.2_3");

String get changeLog_252_4 => _string("changeLog_2.5.2_4");

String get changeLog_260_1 => _string("changeLog_2.6.0_1");

String get changeLog_260_2 => _string("changeLog_2.6.0_2");

String get changeLog_260_3 => _string("changeLog_2.6.0_3");

String get changeLog_260_4 => _string("changeLog_2.6.0_4");

String get changeLog_260_5 => _string("changeLog_2.6.0_5");
}

class StringsDelegate extends LocalizationsDelegate<Strings> {
Expand Down
22 changes: 21 additions & 1 deletion mobile/lib/pages/onboarding/change_log_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ class ChangeLogPage extends StatelessWidget {
),
),
const VerticalSpace(paddingDefault),
_build2_6_0(context),
_build2_5_2(context),
_build2_5_1(context),
_build2_5_0(context),
Expand All @@ -54,10 +55,29 @@ class ChangeLogPage extends StatelessWidget {
);
}

Widget _build2_6_0(BuildContext context) {
return ExpansionListItem(
title: Text(_buildVersionText(context, "2.6.0")),
isExpanded: true,
children: [
BulletList(
padding: insetsHorizontalDefaultBottomDefault,
items: {
BulletListItem(Strings.of(context).changeLog_260_1),
BulletListItem(Strings.of(context).changeLog_260_2),
BulletListItem(Strings.of(context).changeLog_260_3),
BulletListItem(Strings.of(context).changeLog_260_4),
BulletListItem(Strings.of(context).changeLog_260_5),
},
),
],
);
}

Widget _build2_5_2(BuildContext context) {
return ExpansionListItem(
title: Text(_buildVersionText(context, "2.5.2")),
isExpanded: true,
isExpanded: false,
children: [
BulletList(
padding: insetsHorizontalDefaultBottomDefault,
Expand Down
2 changes: 1 addition & 1 deletion mobile/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description: Track, analyze, and share your catches in the sport of fishing.
#
# Both numbers must be incremented for Android. DO NOT add any suffix to the date, such as ".2". The
# period will be removed on Google Play and builds with lower numbers cannot be uploaded.
version: 2.5.2+2023101901
version: 2.6.0+2023121201
publish_to: none

environment:
Expand Down
20 changes: 10 additions & 10 deletions polls/polls.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"free": {
"coming_soon": "Track gear (rod, reel, line, and more).",
"coming_soon": "Add photos to bait variants.",
"options": {
"Add photos to bait variants": 55,
"Choose data backup location": 29,
"General notes for entire log": 24
"Add water conditions to trips": 0,
"Choose data backup location": 0,
"General notes for entire log": 0
},
"updated_at_utc": 1688306067000
"updated_at_utc": 1702425999000
},
"pro": {
"coming_soon": "Export to spreadsheet.\n\nUnfortunately, we did not reach an agreement with Navionics™, and will not be able to add map contours at this time. Our apologies for any inconvenience.\n\nIf you have any questions, please reach out to [email protected].",
"coming_soon": "Copy-and-create new catch.\n\nUnfortunately, we did not reach an agreement with Navionics™, and will not be able to add map contours at this time. Our apologies for any inconvenience.\n\nIf you have any questions, please reach out to [email protected].",
"options": {
"Copy-and-create new catch": 34,
"Realtime species caught counter": 33,
"Save fishing licenses": 32
"Automatically select last values when adding catches": 0,
"Realtime species caught counter": 0,
"Save fishing licenses": 0
},
"updated_at_utc": 1688306067000
"updated_at_utc": 1702425999000
}
}
20 changes: 20 additions & 0 deletions polls/results-3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"free": {
"coming_soon": "Track gear (rod, reel, line, and more).",
"options": {
"Add photos to bait variants": 395,
"Choose data backup location": 137,
"General notes for entire log": 82
},
"updated_at_utc": 1688306067000
},
"pro": {
"coming_soon": "Export to spreadsheet.\n\nUnfortunately, we did not reach an agreement with Navionics™, and will not be able to add map contours at this time. Our apologies for any inconvenience.\n\nIf you have any questions, please reach out to [email protected].",
"options": {
"Copy-and-create new catch": 240,
"Realtime species caught counter": 135,
"Save fishing licenses": 131
},
"updated_at_utc": 1688306067000
}
}
5 changes: 3 additions & 2 deletions web/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,15 +137,16 @@ <h4>Open Source</h4>
<div class="single-feature-box">
<h2>Features</h2>
<ul>
<li>Log catches, trips, baits, fishing spots, and much more</li>
<li>Log catches, trips, gear, baits, fishing spots, and much more</li>
<li>View your fishing spots on an interactive world map</li>
<li>Analyze your catches with an extensive and detailed statistics feature</li>
<li>View a gallery of all your photos</li>
<li>View your catches and trips on an in-app calendar</li>
<li>Create and track realtime GPS trails</li>
<li>Automatically backup to Google Drive&trade;</li>
<li>Export your data to a spreadsheet (CSV) file</li>
<li>Automatically fetch atmosphere, weather, and tide data</li>
<li>Add custom fields to your catches, trips, and baits</li>
<li>Add custom fields to your catches, trips, baits, and gear</li>
<li>Add custom catch reports and filters</li>
<li>Supports dark mode</li>
</ul>
Expand Down

0 comments on commit 84be2ae

Please sign in to comment.