colonelpanic8 / syncorg

An implementation of MobileOrg for the Android platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SyncOrg

A new implementation of MobileOrg, an Org mode app for Android. It is available on the Play Store.

Current features

  • Modern design using Android’s Material Design guidelines
  • Automatic Git synchronization (via SSH and HTTP). Access to the raw files in case of conflict to solve.
  • Independent of Emacs: it is no longer required to use it in conjunction with Emacs.
  • Agenda view and Todo list view generated from the org files.
  • Folding of items and sub-items.

Upcoming features

  • Item management: reordering of items by swiping them
  • Share files button
  • Agenda notifications

Developpers

See the contibuting page, section Android Studio Setup, if you want to build the project.

Screenshots

Here are a few screenshots of the current state of the app.

Main menu

https://github.com/wizmer/mobileorg-android/blob/master/picturesReadme/MainResized.png

File view with 3 states: folded, children only and expanded

Folded

https://github.com/wizmer/mobileorg-android/blob/master/picturesReadme/FoldedViewResized.png

Children only

https://github.com/wizmer/mobileorg-android/blob/master/picturesReadme/ChildViewResized.png

Expanded

https://github.com/wizmer/mobileorg-android/blob/master/picturesReadme/ExpendedResized.png

The TODO view

https://github.com/wizmer/mobileorg-android/blob/master/picturesReadme/TodosResized.png

About

An implementation of MobileOrg for the Android platform

License:GNU General Public License v3.0


Languages

Language:Java 100.0%