156 Commits

Author SHA1 Message Date
florianf 4d012d2a46 update commons-compress to latest 2018-11-01 20:52:53 +01:00
florianf 45981ef056 Update commons-compress to 1.8, fix github alert 2018-11-01 20:48:07 +01:00
Vincent Bousquet d3174e4dda Fix Eclipse version for 2.3.6-SNAPSHOT (#331) 2018-10-05 21:58:35 +02:00
Demyan Kimitsa c6453895b5 Maintenance 2018 09 (#326)
* * configuration updated to allow building against Idea 2018.2.3
   - gradle common and java has to be specified as dependency
   - slf4j version updated to one bundled in 2018.2.3

* * updated to match Xcode10:
  - removed macosx-x86 target as it is not in the field anymore and breaks compilation under xcode10
  - SDK version updated to recent 10.14

* * gradle plugin maintenance to 4.10:
  - updated to 4.10
  - fixed problem with "implementation" key used in dependency due using "runtime" configuration which is marked as deprecated
2018-09-18 21:53:24 +02:00
Demyan Kimitsa a6d0d90f7a * Xcode project generator: adding argument type to IBAction to allow UIStoryboard segue operation in IB (#323) 2018-09-07 10:51:35 +01:00
= 69ff6b18ea Set next development version of Gradle plugin, 2.3.6-SNAPSHOT 2018-09-04 20:59:09 +01:00
= e0c3d03c1c Set release version of Gradle plugin, 2.3.5 2018-09-04 20:55:16 +01:00
= 2ac6153b06 Set next development version of IDEA plugin, 2.3.6 2018-09-04 20:54:13 +01:00
= 04223614b6 Set release version of IDEA plugin, 2.3.5 2018-09-04 20:51:31 +01:00
= 99d1cad5f1 Set next development version of Eclipse plugin, 2.3.6 2018-09-04 20:50:17 +01:00
= 5772092570 Set release version of Eclipse plugin, 2.3.5 2018-09-04 20:44:17 +01:00
= 4d4b21b8d4 [maven-release-plugin] prepare for next development iteration 2018-09-04 18:47:14 +01:00
= c9ce64a498 [maven-release-plugin] prepare release robovm-2.3.5 2018-09-04 18:47:02 +01:00
florianf 85abfc4efe Updated intellij plugin readme for new version 2018-08-21 22:16:06 +02:00
Clyde Stubbs 2de696d51b Add class paths for JVM languages other than Java. (#316)
Replicates behaviour of Robovm gradle plugin.
2018-07-09 12:02:35 +02:00
Demyan Kimitsa d152b61194 Fix #309 and JDWP version downgrade to 1.5 (#315)
* fixed #309 Cannot Use Step Filters while Debugging in Eclipse
* EXCEPTION_ONLY validation fixed (root case)
* JDWP version downgraded to 1.5 as Eclipse uses features that are not supported
* robovm.version set to 2.3.5-SNAPSHOT

* fixed spelling as per https://github.com/MobiVM/robovm/pull/311#pullrequestreview-131140417
2018-07-07 21:06:10 +02:00
= dd2f34dee9 Set next development version of IDEA plugin, 2.3.5 2018-06-21 09:44:32 +01:00
= aef961ac1f Set release version of IDEA plugin, 2.3.4 2018-06-21 09:37:02 +01:00
= 003665666b Set next development version of Gradle plugin, 2.3.5-SNAPSHOT 2018-06-20 21:42:30 +01:00
= 05ea78d31a Set release version of Gradle plugin, 2.3.4 2018-06-20 21:37:26 +01:00
= 34faa52e30 Set release version of Eclipse plugin, 2.3.4 2018-06-20 17:30:58 +01:00
= 1fc1435b39 [maven-release-plugin] prepare for next development iteration 2018-06-20 16:20:13 +01:00
= 66db3309c0 [maven-release-plugin] prepare release robovm-2.3.4 2018-06-20 16:19:59 +01:00
Demyan Kimitsa d72fa10a48 Framework project template updated with API to that provide functionality to install CrashReporters and other signal handlers (#300) 2018-06-04 20:01:41 +02:00
Demyan Kimitsa 95533d3059 * fixed issue when breakpoint were not working with JVM languages other than Java (e.g. kotlin). For JDPW source file obtained from Soot is saved and returned from JDWP ReferenceType(2).SourceFile(7) command. Previously file name was built from class name and always was extended with ".java". now original file name and ext is used (#297) 2018-06-04 20:01:09 +02:00