Skip to content

Commit

Permalink
Merge branch 'master' into master-web
Browse files Browse the repository at this point in the history
  • Loading branch information
Arenukvern committed Mar 6, 2024
2 parents f998d6f + 0d1be5f commit b67b6dc
Show file tree
Hide file tree
Showing 60 changed files with 1,350 additions and 617 deletions.
2 changes: 1 addition & 1 deletion .fvmrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"flutter": "3.19.0"
"flutter": "3.19.2"
}
13 changes: 0 additions & 13 deletions .github/wip/release_snapstore.workflow.yml

This file was deleted.

44 changes: 44 additions & 0 deletions .github/workflows/release_snapstore.workflow.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
name: snap amd64
on:
release:
types: [created]
push:
branches:
- release/snapstore
workflow_dispatch:
workflow_call:

jobs:
build:
runs-on: ubuntu-latest
# strategy:
# matrix:
# platform:
# - amd64
# - arm64
env:
WIREDASH_PROJECT_ID: ${{ secrets.WIREDASH_PROJECT_ID }}
WIREDASH_PROJECT_SECRET: ${{ secrets.WIREDASH_PROJECT_SECRET }}
steps:
- uses: actions/checkout@v4
- name: Install Flutter
uses: subosito/flutter-action@v2
with:
channel: "stable"
- uses: snapcore/action-build@v1
id: snapcraft
# - uses: diddlesnaps/snapcraft-multiarch-action@v1
# id: snapcraft
# with:
# architecture: ${{ matrix.platform }}
# environment: |
- name: Test installation
run: |
sudo snap install --dangerous ${{ steps.snapcraft.outputs.snap }}
- name: Publish to Snapstore Edge
uses: snapcore/action-publish@v1
env:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_LOGIN }}
with:
snap: ${{ steps.snapcraft.outputs.snap }}
release: edge
2 changes: 1 addition & 1 deletion .github/workflows/release_web.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
types: [created]
push:
branches:
- master-web
- release/web
jobs:
build:
name: Build Web
Expand Down
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
80
]
},
"dart.flutterSdkPath": ".fvm/versions/3.19.0",
"dart.flutterSdkPath": ".fvm/versions/3.19.2",
"search.exclude": {
"**/.fvm": true
},
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 3.20 (next)

🧩 Puzzle update 🧩

- feat: app updates now visible in projects

- fix: characters limit layout made more compact and cozy

## 3.19

🪄 Scourgify update!:)
Expand Down
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,8 @@ build-google-play:
fvm flutter build appbundle --dart-define-from-file=configs/envs/prod.json --dart-define=STORE=googlePlay -t lib/main_prod.dart
build-rustore:
fvm flutter build apk --dart-define-from-file=configs/envs/prod.json --dart-define=STORE=rustore -t lib/main_prod.dart
# pass
# as argument: make v="3.19." run
# or be defined as environment: wid="" wis="" v="3.19." make run build-snap
deploy-snap:
snapcraft upload --release=edge last-answer_$(v)_arm64.snap
25 changes: 17 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,27 +35,36 @@

## Getting Started

You have a cool idea or you need to write a post/article for your blog.
You need to write it down as fast as possible.
Do you have a cool idea and need to get it down quickly? Or do you blog / write articles on social media?

Then this app is for you.

**FEATURES**
In "ideas" answer the questions, write as many answers as you can to get a brief description of the idea and an understanding of how to implement it.
In "notes" write posts and articles.

- Quick note - just write a simple note and share it. Useful for Instagram Creators, Bloggers
- Quick note limit - limit characters length by social network.
That's all ! :)

- Idea note - start with an idea, choose questions and answers and share it. Useful for Product/Project managers, developers and anyone with ideas to develop something. You can become a super ninja if you use techniques as 'Five whys', 'PDSA', 'Six Sigma'.
FEATURES

"Notes" - for bloggers and those who like to write in social networks:

- Write a note by adding a character limit for the chosen social network.
- Share it on social networks or messengers.

"Ideas" - for developers and anyone with ideas to do something new:

- start with an idea topic, pick questions and answers and share it.
P.s.: you can become a super ninja if you use techniques such as Five Why's, PDSA, Six Sigma.

- Messanger style writing - from down to up, the same way as you write in any messanger - just try it and you will like it:)
- Auto sorting - all projects just feels like "chats" in messanger, so what you write recent - is what you will see as first:)

**NEW & EXPERIMENTAL**:
NEW & EXPERIMENTAL

- Folders - now you can organize your ideas and notes in folders.
- Backup & Restore - now you can backup and restore data from/to files or from/to clipboard. You control your data.

**EXTRA FEATURES**:
EXTRA FEATURES

- Unique & Custom app layout - primary goal is to achive most convenient writing & note orginizing experience.
- Responsive layout - nice to you if you use it on full screen or in a small window.
Expand Down
Loading

0 comments on commit b67b6dc

Please sign in to comment.