Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.

Releases: aerogear-attic/aerogear-mobile-intellij-plugin

Aerogear Mobile Intellij Plugin v0.0.4

14 Mar 09:20
Compare
Choose a tag to compare
Pre-release
  • Updated plugin settings panel allows configuring Openshift target on per project basis.
  • Openshift target config also available as tools dialog.
  • Bug fixes:
    • Plugin crash in projects that were not Android or Cordova.

Screenshots:
Settings panel
image
Aerogear Mobile configure target dialog
image

Aerogear Mobile Intellij Plugin v0.0.3

20 Feb 11:24
Compare
Choose a tag to compare
Pre-release

Pre-fill packageName on create client pop up in intelij plugin. This will be used as the appId in the client resource

Changes proposed in this release

  • new ProjectConfigurationService to retrieve the info. Retrieved from the AndroidManifest.xml for Android and the config.xml for cordova.
    Androidmanifest is in the project root folder while the cordova config can be in app/config.xml or app/www/config.xml

Android studio:
packagename
WebStorm:
id

Aerogear Mobile Intellij Plugin v0.0.2

14 Feb 08:41
Compare
Choose a tag to compare
Pre-release

test release

Aerogear Android Sudio Plugin v0.0.1-beta

12 Feb 13:01
59e4af2
Compare
Choose a tag to compare

This is a prerelease build that expands upon the features in the previous release:

  • Allows for creation of a mobile client
  • Allows for retrieving the mobile client configuration based on the services you deployed
  • Several bug fixes

Aerogear Mobile Intellij Plugin 0.0.1-alpha

07 Feb 15:28
Compare
Choose a tag to compare

f320b66 - witmicko, add icon
c0e3624 - Dimitra Zuccarelli, Add templates (#17)
cfaa4f7 - John Roche, Connect client creation and get client config
0ba2103 - Vitalii Chepeliuk, update plugin.xml
e0f46f8 - John Roche, Review feedback
ca17967 - John Roche, Initial SDK Config management
50e6e78 - witmicko, second pass review
43c7d9e - witmicko, first pass review
3ea3569 - witmicko, Vittali said its 70% ready
45a122e - witmicko, notification, pop up form, validation check, mobileapi check name, create
67b4a61 - witmicko, inital dialog pop up
2e9078c - witmicko, hooked into startup
843d3a2 - witmicko, added webstorm and android studio
89e5157 - witmicko, initial
d282561 - Summers Pittman, Android Studio support, intellij block
ec60045 - Vitalii Chepeliuk, fix small issues in api package
d4e73b8 - John Roche, Plugin settings and SDK config path storing
16c40d1 - craig, remove unused constructor
0fd018f - craig, address feedback on pr
9f2480c - craig, add new method to create client. Refactor to allow easier unit tests
ba503d4 - craig, in progress
4422698 - Jameel Briones, clean up
7f0559e - Jameel Briones, add info on how to run the tests in the readme
832e63b - Jameel Briones, setup testng with gradle
236dc71 - John Roche, Use lambda instead of Runnable
7212fa2 - John Roche, Watch service provisioning
ef6866a - Adam Saleh, Added archival step
78b7d76 - Adam Saleh, Modified graddle for cli build support, added jenkinsfile
d3c0583 - Jameel Briones, remove hardocded namespace and clean up
85335e4 - Jameel Briones, made groupDisplayId into a constant
6d2b132 - John Roche, Add CLI error handling
0b36638 - John Roche, Set Dialog Title
abd6dd9 - John Roche, Update Dialog border
d9c8c17 - John Roche, Create new packages for catalog and identity
39e97f0 - John Roche, Deploy Identity Service
f10b4d3 - Jameel Briones, removed unused icons
6aa134a - Jameel Briones, Add info on the generated netbeans files
afac15f - Jameel Briones, Use imageURL instead of local images
4597769 - Jameel Briones, rename spec to ClusterServiceSpec
154fa6d - Jameel Briones, Added exception handling
3694b2d - Jameel Briones, close bufferreader and clean up
098842a - John Roche, Update service panel UI and add deploy button
37b4c4c - Jameel Briones, add sub-action to the aerogear mobile in the tools menu
209ade3 - Jameel Briones, clean up and move models to outer folder
c333e0f - Jameel Briones, unbind class from MobileToolWindow
6958bc3 - Jameel Briones, fix display layout of services and clean up
56faedb - Jameel Briones, Change service display to jpanel instead of list
e23324f - Jameel Briones, add mobile service list to tool window
3ff830d - Jameel Briones, create get service command
785f6a4 - John Roche, Add licence file
25ea079 - John Roche, Add README with bare setup details
c9e2871 - John Roche, Initial hack to display window on menu selection
ab0bba3 - John Roche, Initial project layout