Releases: sheimi/SGit
Releases · sheimi/SGit
Morello
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
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
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 <d.brown@bigdavedev.com>
fix for Android 6, new features and bugfixes
- 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