Skip to content
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.

Commit

Permalink
Merge pull request #513 from OkunaOrg/release/0.0.63
Browse files Browse the repository at this point in the history
Release/0.0.63
  • Loading branch information
lifenautjoe authored May 3, 2020
2 parents 42392a2 + 9e24b80 commit b69294e
Show file tree
Hide file tree
Showing 125 changed files with 2,991 additions and 785 deletions.
1 change: 0 additions & 1 deletion .flutter-plugins-dependencies

This file was deleted.

3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ android/.idea
Appfile
report.xml
/crowdin.yml


.flutter-plugins-dependencies
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@ The change log for the Okuna app.

## Table of contents

- [Release 0.0.59](#release-0.0.59)
- [Release 0.0.63](#release-0.0.63)
- [Release 0.0.61](#release-0.0.61)
- [Release 0.0.59](#release-0.0.59)

## Release 0.0.63

#### Features
- Add hint text that private communities cannot be made public

## Release 0.0.61

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/mipmap-hdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/mipmap-mdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions assets/i18n/en/application_settings.arb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@
"type": "text",
"placeholders": {}
},
"hashtags_display": "Display",
"@hashtags_display": {
"type": "text",
"placeholders": {}
},
"hashtags": "Hashtags",
"@hashtags": {
"type": "text",
"placeholders": {}
},
"videos_autoplay": "Autoplay",
"@videos_autoplay": {
"type": "text",
Expand Down Expand Up @@ -69,6 +79,16 @@
"type": "text",
"placeholders": {}
},
"hashtags_display_traditional": "Traditional",
"@hashtags_display_traditional": {
"type": "text",
"placeholders": {}
},
"hashtags_display_disco": "🕺 Disco",
"@hashtags_display_disco": {
"type": "text",
"placeholders": {}
},
"comment_sort_newest_first": "Newest first",
"@comment_sort_newest_first": {
"type": "text",
Expand Down
13 changes: 9 additions & 4 deletions assets/i18n/en/community.arb
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
"type": "text",
"placeholders": {}
},
"excluded_community": "excluded community",
"excluded_community": "hidden community",
"@excluded_community": {
"type": "text",
"placeholders": {}
},
"excluded_communities": "excluded communities",
"excluded_communities": "hidden communities",
"@excluded_communities": {
"type": "text",
"placeholders": {}
Expand Down Expand Up @@ -618,6 +618,11 @@
"type": "text",
"placeholders": {}
},
"community_type_private_community_hint_text": "Note: Private communities cannot be later changed to Public",
"@community_type_private_community_hint_text": {
"type": "text",
"placeholders": {}
},
"save_community_name_member_invites": "Member invites",
"@save_community_name_member_invites": {
"type": "text",
Expand Down Expand Up @@ -809,12 +814,12 @@
"maxLength": {}
}
},
"top_posts_excluded_communities": "Excluded communities",
"top_posts_excluded_communities": "Hidden communities",
"@top_posts_excluded_communities": {
"type": "text",
"placeholders": {}
},
"top_posts_excluded_communities_desc": "Manage communities excluded from the explore timeline",
"top_posts_excluded_communities_desc": "Manage communities hidden from the explore timeline",
"@top_posts_excluded_communities_desc": {
"type": "text",
"placeholders": {}
Expand Down
10 changes: 10 additions & 0 deletions assets/i18n/en/drawer.arb
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,16 @@
"type": "text",
"placeholders": {}
},
"useful_links_guidelines_roadmap": "The Okuna roadmap",
"@useful_links_guidelines_roadmap": {
"type": "text",
"placeholders": {}
},
"useful_links_guidelines_roadmap_desc": "Take a look at what we're planning to do in the future",
"@useful_links_guidelines_roadmap_desc": {
"type": "text",
"placeholders": {}
},
"useful_links_guidelines_feature_requests": "Feature requests",
"@useful_links_guidelines_feature_requests": {
"type": "text",
Expand Down
20 changes: 15 additions & 5 deletions assets/i18n/en/post.arb
Original file line number Diff line number Diff line change
Expand Up @@ -339,11 +339,6 @@
"type": "text",
"placeholders": {}
},
"community_not_found": "This community does not exist",
"@community_not_found": {
"type": "text",
"placeholders": {}
},
"comments_view_all_comments": "View all {commentsCount} comments",
"@comments_view_all_comments": {
"type": "text",
Expand Down Expand Up @@ -513,6 +508,21 @@
"type": "text",
"placeholders": {}
},
"exclude_community_from_profile_posts": "Hide this community from my profile",
"@exclude_community_from_profile_posts": {
"type": "text",
"placeholders": {}
},
"exclude_community_from_profile_posts_success": "Community hidden",
"@exclude_community_from_profile_posts_success": {
"type": "text",
"placeholders": {}
},
"exclude_community_from_profile_posts_confirmation": "This will hide all posts from this community from your profile.",
"@exclude_community_from_profile_posts_confirmation": {
"type": "text",
"placeholders": {}
},
"comments_enabled_message": "Comments enabled for post",
"@comments_enabled_message": {
"type": "text",
Expand Down
70 changes: 65 additions & 5 deletions assets/i18n/en/user.arb
Original file line number Diff line number Diff line change
Expand Up @@ -298,18 +298,68 @@
"type": "text",
"placeholders": {}
},
"edit_profile_followers_count": "Followers count",
"@edit_profile_followers_count": {
"manage_profile_followers_count_toggle": "Followers count",
"@manage_profile_followers_count_toggle": {
"type": "text",
"placeholders": {}
},
"edit_profile_community_posts": "Community posts",
"manage_profile_followers_count_toggle__descr": "Display the number of people that follow you, on your profile.",
"@manage_profile_followers_count_toggle__descr": {
"type": "text",
"placeholders": {}
},
"manage_profile_community_posts_toggle": "Community posts",
"@manage_profile_community_posts_toggle": {
"type": "text",
"placeholders": {}
},
"manage_profile_community_posts_toggle__descr": "Display posts you share with public communities, on your profile.",
"@manage_profile_community_posts_toggle__descr": {
"type": "text",
"placeholders": {}
},
"edit_profile_community_posts": "Communities",
"@edit_profile_community_posts": {
"type": "text",
"placeholders": {}
},
"edit_profile_title": "Edit profile",
"@edit_profile_title": {
"edit_profile_community_posts_descr": "Display in profile",
"@edit_profile_community_posts_descr": {
"type": "text",
"placeholders": {}
},
"manage": "Manage",
"@manage": {
"type": "text",
"placeholders": {}
},
"manage_profile_title": "Manage profile",
"@manage_profile_title": {
"type": "text",
"placeholders": {}
},
"manage_profile_details_title": "Details",
"@manage_profile_details_title": {
"type": "text",
"placeholders": {}
},
"manage_profile_details_title_desc": "Change your username, name, url, location, avatar or cover photo.",
"@manage_profile_details_title_desc": {
"type": "text",
"placeholders": {}
},
"profile_posts_excluded_communities": "Hidden communities",
"@profile_posts_excluded_communities": {
"type": "text",
"placeholders": {}
},
"profile_posts_exclude_communities": "Exclude communities",
"@profile_posts_exclude_communities": {
"type": "text",
"placeholders": {}
},
"profile_posts_excluded_communities_desc": "See, add and remove hidden communities from your profile.",
"@profile_posts_excluded_communities_desc": {
"type": "text",
"placeholders": {}
},
Expand Down Expand Up @@ -984,6 +1034,16 @@
"type": "text",
"placeholders": {}
},
"block_description": "You will both dissapear from each other's social network experience, with the exception of communities which the person is a staff member of.",
"@block_description": {
"type": "text",
"placeholders": {}
},
"unblock_description": "You will both be able to follow, connect or explore each other's content again.",
"@unblock_description": {
"type": "text",
"placeholders": {}
},
"unblock_user": "Unblock user",
"@unblock_user": {
"type": "text",
Expand Down
10 changes: 10 additions & 0 deletions assets/i18n/en/user_search.arb
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,15 @@
"placeholders": {
"searchQuery": {}
}
},
"selection_submit": "Submit",
"@selection_submit": {
"type": "text",
"placeholders": {}
},
"selection_clear_all": "Clear all",
"@selection_clear_all": {
"type": "text",
"placeholders": {}
}
}
Binary file modified assets/images/icon-adaptive-foreground.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit b69294e

Please sign in to comment.