Skip to content

Android note app with real file. Can be sync with git providers such as Github

License

Notifications You must be signed in to change notification settings

wiiznokes/gitnote

Repository files navigation

app icon

GitNote


Supported Android versions: 11 to 14

Android note app which integrate Git. You can use this app with other desktop editors.

Why

Because all apps which integrate git on Android either separate the note title from the name of the file or use old UI/UX frameworks

Features

  • create/open/clone repositories
  • fuzzy search (global and from specific folder)
  • grid view
  • tree view
  • edit view
  • private repo with https
  • remote sync
  • time based sort

grid screen drawer screen edit screen

Install

You can either download from the release page, or use Obtainium, to get updates easily.

Build

See.

Current limitation

  • Android does not differentiate case for file name, so if you have a folder named A and another folder named a, a will not be displayed.
  • Rotation change will break ssl state. Workaround: restart the app
  • Conflict will make the app crash