Jonathan
Jonathan
@bjorn I would say that's definitely unexpected behaviour. I can imagine that changing the anchoring logic for all objects will be quite a bit of work if it was never...
I've just completed the required documentation and sent it in via email. I'm excited to start helping the community :)
@gorrus I completely forgot about this. Looking at it now I bet there is a much more elegant solution. I will work on it soon.
@ccarpenter04 I keep forgetting about this issue. I'll finish it within the next couple days. 👍
@ccarpenter04 Do you have any example of .class files that current Fernflower doesn't sort fields in the order they are initialized in bytecode? Would help me with testing :)
I also have this problem. For some reason mine shows duplicate devices (maybe one wifi and one usb?). No matter what I can't get robovm to work locally. Every time...
I also have multiple devices warning, although both the udids are the same in my case (I have my iphone plugged into my macbook air). ``` More than 1 device...
@dkimitsa I was able to fix it, it had something to do with my Entitlements file.
@dkimitsa it happens when you change: ``` sourceCompatibility = 1.8 targetCompatibility = 1.8 ``` to ``` sourceCompatibility = 11 targetCompatibility = 11 ``` in the default Mobivm project build.gradle file.
@medvednikov wow. You are incredible! If you need any help testing on Windows/Mac/Linux let me know!