This repository was archived by the owner on Jul 4, 2023. It is now read-only.
Releases: AndroidGears/Plugin
Releases · AndroidGears/Plugin
0.4.4 - Beta
- Fixed JSON syntax linting error handling
0.4.3 - Beta
- Added keyboard shortcuts for all gear functions
- Fixed [Settings] Resync Specs failure in Windows (due to unclosed git file in plugin worker)
0.4.2 - Beta
- Added icon!
0.4.1 - Beta
- Fixed issue with module gradle auto-sync in windows
- Removed gearsstate being added to created gearspec
0.4.0 - Beta
- Added ability to hit enter on focused install button and it toggle the dependency.
- Added key listeners for all the major buttons in Manage Android Gears
- Added cleanup for bad clones in install gear
- Fixed bug that could cause occasional "installed" registration state of declared gear
- Fixed bug that caused gear declarations of different versions to not register correctly
- Made gear register accurately reflect declared vs installed ea0b718
- Removed the ability (in UI only) to declare a gear. Considering the idea of "declared" being simply a "should be installed" state
- Made ping a GET request instead of HEAD (some servers don't allow head)
- Checked for tag array being null in search methods (fixing potential crash)
- Made default empty search return all gears
- Made a dirty bit to stop needless project reload/sync events
0.3.1 - Beta
Adds support for static jar installation
0.3.0 - Beta
- Added new version sensitive directory structure
- Implemented better auto-syncing (should be version specific, but untested thus far)
- Reorganized internals and reduced duplicate code and file sizes
0.2.0 - Alpha
- Added automatic gradle sync of target project when exiting Android Gears
- Fixed bug in Create Spec form that could cause external jar declarations not to process
- Various UI enhancements
0.1.0 - Alpha
The first Alpha release of Android Gears plugin for Android Studio. See the README for installation details.