Skip to content

Releases: maks/MGit

1.5.4.7

19 Aug 07:26
Compare
Choose a tag to compare
  • Fixes app not requesting Storage Permission required on API 23 and newer devices
  • Fix for app crash

More Bug Fixes v1.5.4.6

11 Jul 11:12
Compare
Choose a tag to compare

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

18 Jun 12:26
c6ae80e
Compare
Choose a tag to compare

Thanks to @kaeptmblaubaer1000 and @benmoran for contributing bugfixes that make up this release.

Improve Clone UI

03 Jun 05:39
Compare
Choose a tag to compare
  • 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

02 Apr 23:49
Compare
Choose a tag to compare

Remove dependency on Google Play Services. Up to date OpenSSL now provided by Conscrypt.

1.5.4.2

19 Mar 23:00
dbfc6a8
Compare
Choose a tag to compare
  • Bug fix for crashing bug #283

1.5.4.1

19 Mar 09:08
8daf6e6
Compare
Choose a tag to compare

Emergency fix for crashing bug due to switching to appcompat activity but not actionbar (thanks to @mikica1986vee)

1.5.4

18 Mar 04:41
Compare
Choose a tag to compare

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

20 Jul 05:22
Compare
Choose a tag to compare

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

12 May 06:20
Compare
Choose a tag to compare
  • password protected private keys for ssh are now supported
  • various bugfixes