This repository has been archived by the owner on Feb 4, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #483 from OkunaOrg/release/0.0.59
Release/0.0.59
- Loading branch information
Showing
364 changed files
with
13,082 additions
and
2,351 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"_info":"// This is a generated file; do not edit or check into version control.","dependencyGraph":[{"name":"connectivity","dependencies":[]},{"name":"device_info","dependencies":[]},{"name":"file_picker","dependencies":[]},{"name":"flutter_ffmpeg","dependencies":[]},{"name":"flutter_image_compress","dependencies":[]},{"name":"flutter_secure_storage","dependencies":[]},{"name":"image_cropper","dependencies":[]},{"name":"image_picker","dependencies":[]},{"name":"intercom_flutter","dependencies":[]},{"name":"onesignal_flutter","dependencies":[]},{"name":"package_info","dependencies":[]},{"name":"path_provider","dependencies":[]},{"name":"screen","dependencies":[]},{"name":"share","dependencies":[]},{"name":"shared_preferences","dependencies":[]},{"name":"sqflite","dependencies":[]},{"name":"uni_links","dependencies":[]},{"name":"url_launcher","dependencies":[]},{"name":"video_player","dependencies":[]},{"name":"video_thumbnail","dependencies":[]},{"name":"wakelock","dependencies":[]}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
<img alt="Okuna logo" src="https://i.snag.gy/FAgp8K.jpg" width="200"> | ||
|
||
The change log for the Okuna app. | ||
|
||
## Table of contents | ||
|
||
- [Release 0.0.59](#release-0.0.59) | ||
|
||
## Release 0.0.59 | ||
|
||
#### Features | ||
- 🏷 Add hashtags globally! | ||
- 🛎 Subscribe for new community/account post notifications! | ||
- 🔥 Trending posts can now be explored retroactively! | ||
- @ Add choose username step on sign up | ||
- 🏡 Add suggested communities when signing up | ||
- 👶 Add Okuna age on profiles | ||
- 😘 Add Follow Back button | ||
- 💯 Add posts count in communities | ||
- 🗑 Add confirm step in destructive actions like delete post or comment | ||
- ✨ Make bottom sheets rounded and improve their visibility | ||
- ♻️ Use c/ instead of /c/ for UI decluttering | ||
- 🕵️♀️ Typing @, # or c/ on search bar, changes to matching search tab | ||
- 🎄 Add app christmas icon! | ||
|
||
|
||
#### Bugs | ||
- Verify token on invite opened | ||
- Ungroup push notifications | ||
- Fix profiles posts count was off | ||
- Remove possibility to request password reset with username | ||
- Fix status bar should match selected theme | ||
|
||
#### For contributors | ||
|
||
- We've built okuna-cli! A tool to get you a development API up and running on a single command. Try it out! | ||
|
||
#### Happy testing 🎉! | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<background android:drawable="@color/ic_launcher_background"/> | ||
<foreground android:drawable="@drawable/ic_launcher_foreground"/> | ||
<background android:drawable="@color/ic_launcher_background"/> | ||
<foreground android:drawable="@drawable/ic_launcher_foreground"/> | ||
</adaptive-icon> |
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"confirm_action_are_you_sure": "Er du sikker?", | ||
"@confirm_action_are_you_sure": { | ||
"type": "text", | ||
"placeholders": {} | ||
}, | ||
"confirm_action_yes": "Ja", | ||
"@confirm_action_yes": { | ||
"type": "text", | ||
"placeholders": {} | ||
}, | ||
"confirm_action_no": "Nej", | ||
"@confirm_action_no": { | ||
"type": "text", | ||
"placeholders": {} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"suggestions": "Forslag", | ||
"@suggestions": { | ||
"description": "The title to display on the suggestions when searching for communitys when trying to mention someone.", | ||
"type": "text", | ||
"placeholders": {} | ||
}, | ||
"no_results": "Ingen resultater fundet", | ||
"@no_results": { | ||
"type": "text", | ||
"placeholders": {} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"be_the_first": "Du er den første der bruger #{hashtag}", | ||
"@be_the_first": { | ||
"type": "text", | ||
"placeholders": { | ||
"hashtag": {} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"crop_image": "Beskær billede", | ||
"@crop_image": { | ||
"type": "text", | ||
"placeholders": {} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.