Skip to content

Releases: sheimi/SGit

Morello

30 Aug 10:29
Compare
Choose a tag to compare

Large number of new features thanks to phcoder (Vladimir Serbinenko) including

  • Multiline commit message amend
  • Support for setting commit author
  • Force pull and ability to choose remote for pull
  • Rebase on non-local branch
  • Show staged and unstaged diff
  • Delete Branch
  • Dark Theme
  • Bug Fixes

Also:

  • Select any dir on your device to store local repos
  • Fix issue with selecting import dir
  • More Bug fixes

Olympia - v1.3.2

11 Aug 07:03
Compare
Choose a tag to compare

New and Improved:

  • Users can now specify a location for local repos to be stored in
  • Initial support for fetching from remotes
  • most top level menu items moved into new Settings screen
  • bugfix when using name based on remote url for local repo
  • feedback now directs users to create issues on GitHub

fix bug in translated menu item ordering

30 May 10:41
Compare
Choose a tag to compare
Set local path hint to remote repo name (#186)

* Set local path hint to remote repo name
* Strip '.git' from repo URL
Signed-off-by: Dave Brown <[email protected]>

fix for Android 6, new features and bugfixes

24 May 10:06
Compare
Choose a tag to compare
  • switch build system to Gradle
  • allow creating new branches
  • add TravisCI builds
  • allow forced pushes
  • update libs: Jgit to v3.5.2, Jsch to v0.1.51
  • translation improvements
  • various bugfixes