Commit Graph

  • 66f1195751 Detach CBPeripheralManager from CBManager also. See #194 Tom-Ski 2017-08-22 23:13:27 +01:00
  • 1fa4ff0be8 Enforce minimum OS version. Tom-Ski 2017-08-22 23:03:20 +01:00
  • 878ee0bf50 Decouple CBCentralManger from CBManager, as CBManager is ios 10 only fixes #194 Tom-Ski 2017-08-22 22:56:56 +01:00
  • 98eb97bdac fixed Proxy.getProxyClass returns null for an empty interface #173, also fixed debugger that was crashing on Proxy classes (#192) dkimitsa 2017-08-21 14:37:08 +03:00
  • e1bef8d557 fixed issue of method reference (an instance method of an arbitrary object of particular type) compilation when caller and particular type are same types (#191) dkimitsa 2017-08-21 14:36:26 +03:00
  • 1be678af6c Set next development version of Gradle plugin, 2.3.3-SNAPSHOT = 2017-08-18 11:19:18 +01:00
  • c141362de8 Set release version of Gradle plugin, 2.3.2 = 2017-08-18 11:13:41 +01:00
  • a1b9e33cea Set next development version of IDEA plugin, 2.3.3 = 2017-08-18 11:13:23 +01:00
  • eebf3201c7 Set release version of IDEA plugin, 2.3.2 = 2017-08-18 11:11:50 +01:00
  • 5c9e73c6ad Set next development version of Eclipse plugin, 2.3.3 = 2017-08-18 11:10:17 +01:00
  • c2983e7d01 Set release version of Eclipse plugin, 2.3.2 = 2017-08-18 11:08:29 +01:00
  • ccb148d9b4 [maven-release-plugin] prepare for next development iteration = 2017-08-18 10:09:21 +01:00
  • 61458a39b7 [maven-release-plugin] prepare release robovm-2.3.2 robovm-2.3.2 = 2017-08-18 10:09:13 +01:00
  • 0356ebff59 test = 2017-08-18 09:59:08 +01:00
  • b404099634 Change to MobiVM org. Unite scm connection Tom-Ski 2017-08-18 09:51:52 +01:00
  • 91342fc04e add lint for debugger javadoc gen Tom-Ski 2017-08-18 09:28:16 +01:00
  • 2e1e8c54ff Update soot to 2.5.0-5 Tom-Ski 2017-08-04 18:18:05 +01:00
  • ebbc857845 Remove UInt marshaler on AudioFormat, fixes #170 Tomski 2017-07-26 16:16:02 +01:00
  • cff651154d Merge branch 'master' of github.com:/MobiVM/robovm Tomski 2017-07-19 17:07:18 +01:00
  • d2eeb41c9b Remove removed commmons dependency. Set junit dependency to test scope Tomski 2017-07-19 17:06:33 +01:00
  • 2f4d492819 Add build status Tomski 2017-07-19 15:35:13 +01:00
  • 22e331c97d Idea sp - removed references to android sdk, removed robovm options and compilation on save (#184) dkimitsa 2017-07-19 16:58:43 +03:00
  • 3735ea81f8 simlauncher built from https://github.com/MobiVM/moe-ios-simulator-launcher (that removes hang on 4K+ log output) (#185) dkimitsa 2017-07-19 16:57:32 +03:00
  • 0b2d592fea Debugger service pack - fixed bp in static blocks and breakpoints at early code execution are working now (#186) dkimitsa 2017-07-19 16:57:19 +03:00
  • 4a050fa59d Add debugger and ibxcode jars for eclipse plugin Tom-Ski 2017-07-19 14:56:29 +01:00
  • a7f56a9499 Thread priority bug fix (#180) Richard Taylor 2017-07-17 11:34:02 -07:00
  • ac58815c62 Implemented rvmChangeThreadPriority (#179) Richard Taylor 2017-07-16 02:21:24 -07:00
  • 350ede8488 Add default group for tasks Tom-Ski 2017-07-15 11:54:46 +01:00
  • f11fe75f82 Add additional classes directories for jvm lanaguages post Gradle 4.0.0 fixes #128 Tom-Ski 2017-07-15 11:54:13 +01:00
  • 6a33cda999 quick and dirty IB/Xcode integration (#176) dkimitsa 2017-07-11 22:01:29 +03:00
  • f2e22c6386 Update to new gitter channel Tomski 2017-07-05 23:38:56 +01:00
  • fadfdec8a2 Updated links to MobiVM florianf 2017-07-03 21:33:44 +02:00
  • 77ab6f5bb3 Debugger/eclipse fixes (#174) dkimitsa 2017-07-03 13:24:24 +03:00
  • 9b188e0bff Setup debugger for eclipse. florianf 2017-06-24 20:59:56 +02:00
  • 0c4b43d9b9 Add debugger pom entry for building eclipse plugin. florianf 2017-06-24 20:58:57 +02:00
  • 303fd9f447 Add debugger entry to services for eclipse florianf 2017-06-24 20:58:10 +02:00
  • 557af569a6 Debugger implementation (#159) dkimitsa 2017-06-24 21:54:54 +03:00
  • 6df5687933 cacerts replaced with ones from (#167) dkimitsa 2017-06-20 11:56:46 +03:00
  • ad0f2ecd27 unfreezes IDEA during prepareForLaunch (#165) dkimitsa 2017-06-19 18:38:15 +03:00
  • 00608f1780 Removed the recursion from DependencyGraph#visitReachableNodes (#164) Richard Taylor 2017-06-17 01:13:11 -07:00
  • 2462dd94a1 reverted back the file as device compilation fails without it (#169) dkimitsa 2017-06-16 19:48:19 +03:00
  • f21db2ab08 Fix 158 (#163) dkimitsa 2017-06-13 20:59:14 +03:00
  • 921bd77a16 added CGImageDestinationFinalize as pointed by @stickyd (#161) dkimitsa 2017-06-12 22:52:02 +03:00
  • fe974f00bd fix #158, added AudioBuffer missing constructor (#160) dkimitsa 2017-06-12 22:49:21 +03:00
  • 1df12b2cf9 Ios10.3 bindings (#152) dkimitsa 2017-05-30 00:34:23 +03:00
  • 3a8791d895 IDEA -- fixed resource unpack to maintain the timestamp same as it was in tar, otherwise on each launch idea will rebuild all classes in case of snapshot builds (#149) dkimitsa 2017-05-25 18:38:46 +03:00
  • 8f13b3ec50 Remove leftovers of old simulator handling, bringing to foreground. florianf 2017-05-25 13:08:09 +02:00
  • 807581ff94 Remove old commercial license manager eclipse ui elements and gradle tasks florianf 2017-05-25 13:05:34 +02:00
  • 125ec86c2a Android studio/Idea fixes (#148) dkimitsa 2017-05-25 13:24:46 +03:00
  • 1e6088e830 blocks implementation -- added signature generation to blocks as in some cases it crashes with message "Block was not compiled using a compiler that inserts type information about arguments" (#147) dkimitsa 2017-05-25 13:24:21 +03:00
  • 2f183441c7 Removed unused old simulator binaries. florianf 2017-05-23 21:46:53 +02:00
  • d027b5e7c1 Exclude some Entitlement keys (#144) Mattia Valzelli 2017-05-23 21:13:14 +02:00
  • 239d06450a Update README.md florianf 2017-05-22 22:15:32 +02:00
  • c0623aaf82 Update README.md florianf 2017-05-22 22:13:17 +02:00
  • c7f383d484 Fix issue #140 (#142) Franck Wolff 2017-05-22 21:53:18 +02:00
  • 87ed872cc5 Add the "framework" compiler target (issue #132) (#141) Franck Wolff 2017-05-22 21:36:47 +02:00
  • a1aa180d0f Added the ability to select one of several USB-connected physical devices with the robovm.device.udid parameter in the Gradle plugin. (#139) Daniel Thommes 2017-05-19 13:10:16 +02:00
  • c4c26d5c74 Update poms to next development version Tom-Ski 2017-05-17 14:15:05 +01:00
  • 54c6c1c5bf Set next development version of Gradle plugin, 2.3.2-SNAPSHOT Tomski 2017-05-09 03:52:56 +01:00
  • b337459df6 Set release version of Gradle plugin, 2.3.1 Tomski 2017-05-09 03:44:32 +01:00
  • f1f9141a5d Set next development version of IDEA plugin, 2.3.2 Tomski 2017-05-09 03:39:58 +01:00
  • 57f3f18433 Set release version of IDEA plugin, 2.3.1 Tomski 2017-05-09 03:38:13 +01:00
  • 7693c6e5ed Set next development version of Eclipse plugin, 2.3.2 Tomski 2017-05-09 03:36:46 +01:00
  • e614c33b4c Set release version of Eclipse plugin, 2.3.1 Tomski 2017-05-09 03:22:54 +01:00
  • 810a1ea060 [maven-release-plugin] prepare for next development iteration Tomski 2017-05-09 01:59:34 +01:00
  • 8284bb8802 [maven-release-plugin] prepare release robovm-2.3.1 robovm-2.3.1 Tomski 2017-05-09 01:59:27 +01:00
  • 1dfb80aaef Fixing #127 <stripArchives> config ignored (#133) Eric Nondahl 2017-05-05 03:07:38 -05:00
  • 1849c701bb Exposing dump-intermediates builder option to gradle plugin configuration (#131) Eric Nondahl 2017-05-04 06:48:49 -05:00
  • 75fd864526 Dirty fix for #126, waiting if libimobiledvice fixes https://github.com/libimobiledevice/ideviceinstaller/issues/70 florianf 2017-04-23 10:56:13 +02:00
  • debbf19852 Ignore linker warnings florianf 2017-04-05 20:36:27 +02:00
  • b5a45575ed Merge branch 'master' of https://github.com/MobiDevelop/robovm florianf 2017-03-31 21:16:35 +02:00
  • 47f83d3d49 New upstream simlauncher binary, should support XCode 8.3. florianf 2017-03-31 21:14:24 +02:00
  • 3d0d71ebf7 removed resource rules as it causes “invalid resource directory (directory or signature have been modified)” error on frameworks with resources signed (#120) dkimitsa 2017-03-21 14:49:02 +03:00
  • 539ca115f5 Xcode project generator, IBInspectable annotation, for Idea plugin only (check build menu) (#114) dkimitsa 2017-03-20 13:19:58 +03:00
  • dbe6614ad3 Fix of following Tom-Ski comment (#119) Tomski 2017-03-17 17:33:11 +00:00
  • 400dbd4070 Line number rework - without shadow frames (#116) dkimitsa 2017-03-09 15:06:27 +03:00
  • f0eaebca17 Workaround for not getting symbol sizes, calculate them in java. llvm_39 florianf 2017-03-08 22:09:44 +01:00
  • 0d23c476a2 Fixed type, no line info is generated correctly. florianf 2017-03-04 21:41:12 +01:00
  • fa6c3a43a0 Some tries to get linenumbering working. Not yet. florianf 2017-03-02 22:17:26 +01:00
  • c1f117d091 further DI fixes florianf 2017-03-02 21:51:49 +01:00
  • 7ff9ce08bc More DI work, but no linetables yet :-/ florianf 2017-03-02 21:06:35 +01:00
  • 9f1a8553f5 Merge remote-tracking branch 'origin/master' into llvm_39 florianf 2017-03-02 20:31:00 +01:00
  • a28a49f77d More LLVM DI work. florianf 2017-03-02 20:30:18 +01:00
  • 7cb74213b5 Frameworks ios10 support (#108) dkimitsa 2017-03-02 18:30:27 +02:00
  • 9a86b5ebd7 https://github.com/MobiDevelop/robovm/pull/110/ had broken non-development run of idea plugin, as it was crashing before plugin makes home dir (#113) dkimitsa 2017-03-02 17:23:23 +02:00
  • 0b1e55e007 Some further LLVM DI work florianf 2017-02-27 22:13:27 +01:00
  • dc8d33c523 First steps of getting LLVM debug information back for linenumbering. florianf 2017-02-25 21:00:20 +01:00
  • 2f4e866fa7 Merge branch 'llvm_39' of github.com:MobiDevelop/robovm into llvm_39 florianf 2017-02-25 19:43:19 +01:00
  • dc2d65bbf9 Added linux symbols file florianf 2017-02-25 19:42:38 +01:00
  • 119d32d36f Merge remote-tracking branch 'origin' into llvm_39 florianf 2017-02-22 21:10:20 +01:00
  • 90b6ab1489 implemented @Outlet/@OutletCollection on class fields (#109) dkimitsa 2017-02-22 22:09:35 +02:00
  • ecc5996d30 Merge branch 'master' of https://github.com/MobiDevelop/robovm into llvm_39 florianf 2017-02-22 21:03:10 +01:00
  • c5f120efdc Architecture selection fix. (#111) TheFaceCore 2017-02-23 03:02:43 +07:00
  • f2c802aa4e Merge remote-tracking branch 'origin/master' into llvm_39 florianf 2017-02-21 19:51:10 +01:00
  • 76b45991f3 plugin updated to handle DEV environment and use corresponding dev libs from TARGET build locations (#110) dkimitsa 2017-02-21 17:58:51 +02:00
  • 5738e59ea5 New llvm bindings for linux florianf 2017-02-20 22:40:07 +01:00
  • 145b82e6c0 Removed old bindings script. florianf 2017-02-20 22:39:26 +01:00
  • 039388f44f Merge branch 'master' into llvm_39 florianf 2017-02-20 20:08:01 +01:00
  • 462c6ad53f Fixe compile error because of deprecated methods. florianf 2017-02-20 20:07:27 +01:00
  • 2b5091202b Merge branch 'master' into llvm_39 florianf 2017-02-19 13:48:06 +01:00