Coder Social home page Coder Social logo

roboboy's Introduction

RoboBoy - a personal wiki for Android with Git synchronization

Always take your brain extension with you!

RoboBoy is a sister project of Vimboy, and serves exactly the same purpose: Managing a personal wiki of interlinked text files. It can synchronize with any Git server via Public Key Authentication.

Main activity ย  Page activity

Installation

Have a recent Android SDK, and ant. Clone this repo, connect your device, issue

ant debug install

Setup

Warning: This is still quite hacky. Enable developer access on your phone.

You need a Git repository that can be accessed via SSH key authentication. I recommend gitolite for managing those on your own server. For testing purposes, a public GitHub repository works as well.

On your computer, generate a new SSH key pair with

ssh-keygen -f phone -N ""

Passphrases are not supported yet. Give the new key read/write permission to your repository. Now, copy the key pair to your android device with

adb push phone /sdcard/.ssh/phone
adb push phone.pub /sdcard/.ssh/phone.pub

In RoboBoy's settings, specify the key's location, choose a name and email address for new commits, return to the main screen and sync away!

Usage

On my main computer, I use this script to sync and merge with the phone branch:

git add -A
git commit -m "Sync"

git fetch
git merge origin/phone && git push

License

RoboBoy is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

RoboBoy is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

See LICENSE file for a copy of the GNU General Public License.

Copyright (C) 2013  Sebastian Morr <[email protected]>

Credits

  • Images
    • The RoboBoy logo is reproduced or modified from work created and shared by Google and used according to terms described in the Creative Commons 3.0 Attribution License.
  • Libraries
    • jGit, jGit contributors, Eclipse Distribution License - v 1.0
    • JSch, Atsuhiko Yamanaka, Modified BSD License
    • Android Support Library, The Android Open source Project, Apache License, Version 2.0

roboboy's People

Contributors

blinry avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.