Skip to content

ibeardslee/CarnetAndroid

 
 

Repository files navigation

CarnetAndroid

Android version of Carnet

For feature request, see Carnet Documentation for github or Framagit

What is Carnet ?

Documentation about Carnet is available here

Get it on Google Play Get it on F-Droid

Building Carnet

mkdir Carnet
cd Carnet
git clone git@github.com:PhieF/CarnetAndroid.git
git clone git@github.com:PhieF/Sync.git
git clone git@github.com:PhieF/GoogleSync.git
cd CarnetAndroid
bash build.gradle

Even for Android, Carnet editor is written in html / Css / JS, from the CarnetElectron repository So update with the latest editor

cd Carnet
git clone git@github.com:PhieF/CarnetElectron.git
cd CarnetElectron
npm install --only=dev
bash compile.sh android ../CarnetAndroid/

This will build and copy every JS html css files needed by the android app

Help

You can help with translations on the dedicated platform

weblate

Thanks

https://github.com/PhieF/CarnetDocumentation/blob/master/THANKS.md

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 68.2%
  • Java 25.0%
  • HTML 3.3%
  • CSS 2.8%
  • Other 0.7%