diff --git a/README.md b/README.md index 77049af..2998317 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,31 @@ # joplin-android -Note taking app \ No newline at end of file +Android releases for [Joplin](https://joplinapp.org) + +This repository only hosts the Joplin APK files. The source code is at https://github.com/laurent22/joplin and the Google Play page at https://play.google.com/store/apps/details?id=net.cozic.joplin + +You should assume that most of these releases are [pre-release](https://joplinapp.org/help/about/prereleases/) unless it is marked as "latest". + +## Accessing the releases + +GitHub has a "won't fix" bug in the way it sorts releases so don't go to the release page. Instead go to the Tags page as they will be sorted in the correct order: + +https://github.com/laurent22/joplin-android/tags + +## Choosing the right version + +If you do not know your phone's architecture, you can install the version without prefix **joplin-vX.Y.Z.apk** as it includes all the architectures. Otherwise you can find out what architecture your phone is using the following way: + +- Install a Terminal app such as **termius** +- Run this command: `adb shell uname -m` + +The reply will tell you what architecture the Linux kernel in your Android OS is running. It tells you this in Linux terminology, rather than Android ABI names: + +- "aarch64" is "arm64-v8a" ABI. +- "armv7l" is "armeabi-v7a" ABI. +- "x86_64" is "x86_64" ABI. +- "i386" or "i686" is Android's "x86" ABI. + +## Changelog + +https://joplinapp.org/help/about/changelog/android diff --git a/icon/logo-text.svg b/icon/logo-text.svg new file mode 100644 index 0000000..536ac61 --- /dev/null +++ b/icon/logo-text.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/test.md b/test.md new file mode 100644 index 0000000..6300e84 --- /dev/null +++ b/test.md @@ -0,0 +1 @@ +testing links [relative](README.md)