Merge branch 'release2' into 'master'
Carnet new release See merge request fdroid/fdroiddata!3712
This commit is contained in:
commit
576073585c
|
@ -3,39 +3,9 @@ License:GPL-3.0-only
|
||||||
Web Site:https://qn.phie.ovh
|
Web Site:https://qn.phie.ovh
|
||||||
Source Code:https://github.com/PhieF/CarnetDocumentation
|
Source Code:https://github.com/PhieF/CarnetDocumentation
|
||||||
Issue Tracker:https://github.com/PhieF/CarnetAndroid/issues
|
Issue Tracker:https://github.com/PhieF/CarnetAndroid/issues
|
||||||
|
Changelog:https://qn.phie.ovh/fdroid_changelog
|
||||||
LiberapayID:34946
|
LiberapayID:34946
|
||||||
|
|
||||||
Summary:Powerful note taking app with sync capabilities
|
|
||||||
Description:
|
|
||||||
Carnet is a powerful note taking app which purpose is not only to write your
|
|
||||||
shopping list but can also be used to write longer texts, stories, etc.
|
|
||||||
|
|
||||||
Carnet is available on Android and Linux, soon on your web browser, Windows and
|
|
||||||
Mac, with sync capabilities
|
|
||||||
|
|
||||||
'''Features'''
|
|
||||||
|
|
||||||
* Complete editor : bold/italic/underline/color/highlight
|
|
||||||
* Import from Google Keep (only on desktop, then sync on mobile)
|
|
||||||
* Insert images / review
|
|
||||||
* Open HTML format
|
|
||||||
* Organize with folders and choose root storage folder depending on your needs
|
|
||||||
* Keywords
|
|
||||||
* Quickly see your recent notes
|
|
||||||
* Search amount your notes
|
|
||||||
* Protect the app with a pin code (won't encrypt notes) on android
|
|
||||||
* Statistics : words/sentences/characters
|
|
||||||
* Sync with NextCloud
|
|
||||||
|
|
||||||
'''To come'''
|
|
||||||
|
|
||||||
* Audio recording
|
|
||||||
* NextCloud Online integration (as a nextcloud app)
|
|
||||||
* Perf improvements
|
|
||||||
* Lighter version for linux without Electron
|
|
||||||
* Windows / Mac OS electron app
|
|
||||||
* Many things I don't think about right now
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
Repo:https://github.com/PhieF/CarnetFdroid.git
|
Repo:https://github.com/PhieF/CarnetFdroid.git
|
||||||
|
@ -49,7 +19,16 @@ Build:0.1,1
|
||||||
prebuild=sed -i -e '1d' -e "2s/^/include\ \'\:app\'\,\ \'\:Sync\' \n/" -e '/GoogleSync/d' settings.gradle && \
|
prebuild=sed -i -e '1d' -e "2s/^/include\ \'\:app\'\,\ \'\:Sync\' \n/" -e '/GoogleSync/d' settings.gradle && \
|
||||||
sed -i -e '/googleCompile/d' app/build.gradle
|
sed -i -e '/googleCompile/d' app/build.gradle
|
||||||
|
|
||||||
Auto Update Mode:None
|
Build:0.2,2
|
||||||
Update Check Mode:RepoManifest
|
commit=2dd1783af688b81445288faa27e2fa8e22aa07fe
|
||||||
|
subdir=app/CarnetAndroid
|
||||||
|
submodules=yes
|
||||||
|
gradle=fdroid
|
||||||
|
output=app/build/outputs/apk/fdroid/release/app-fdroid-release-unsigned.apk
|
||||||
|
prebuild=sed -i -e '1d' -e "2s/^/include\ \'\:app\'\,\ \'\:Sync\' \n/" -e '/GoogleSync/d' settings.gradle && \
|
||||||
|
sed -i -e '/googleImplementation/d' app/build.gradle
|
||||||
|
|
||||||
|
Auto Update Mode:Version v%v
|
||||||
|
Update Check Mode:Tags
|
||||||
Current Version:0.2
|
Current Version:0.2
|
||||||
Current Version Code:2
|
Current Version Code:2
|
||||||
|
|
Loading…
Reference in a new issue