Releases: maks/MGit
1.5.4.7
More Bug Fixes v1.5.4.6
Fixed bug where Branch selection button was not visible in default "light" theme
Fixed bug when reseting repo (thanks @kaeptmblaubaer1000 )
Added Kotlin syntax highlighting to internal editor (thanks @rahulraopune )
Bugfixes
Improve Clone UI
- Improve clone UI by not using model dialog, as part of the change, begin move to use MVVM architecture
- fix crashing bug from vector drawable usage for default avatar icon on older devices
1.5.4.3
1.5.4.2
1.5.4.1
Emergency fix for crashing bug due to switching to appcompat activity but not actionbar (thanks to @mikica1986vee)
1.5.4
New Features:
- Open supported repo urls with MGit (thanks to @AldairCruz)
- Open repo url in external app (thanks to @AldairCruz)
Bugfixes:
- Fix for HTTPS connections to Github failing on older versions of Android (thanks to @kaeptmblaubaer1000)
- Fix crashing setting root folder for local repos on older version of Android
- New/updated translations (thanks to @JAngres)
- Code refactor/improvements, better icons (thanks to @marukami)
- fix class cast exception in debug log (thanks to @michaelweghorn)
Note: due to the bugfix for HTTPS connection issues with Github (TLSv1.2 only) MGit now has a dependency on Google Play on versions of Android lower than 5.0
A big thank you to everyone who contributed to this release!
1.5.3
New features:
keyboard shortcuts
save username/password checkbox should default to off
Improve crash handling
Bugfixes:
errors in clone not reported to user
git clone fails due to wrong root dir path on after initial install bug
the App can't find the old repositories when changing the default storage path bug
fixed username is Ignored when Logging in via SSH bug
Password protected keys
- password protected private keys for ssh are now supported
- various bugfixes