Grzegorz Adam Hankiewicz
Grzegorz Adam Hankiewicz
I've been using it with iPad apps all the time. You can open the demo provided in the project and change the device family to ipad. The demo UI will...
I think I found the culprit. Do your applications launch into portrait or landscape mode? DCIntrospect works fine when the application supports portrait orientations, but seems to fail when you...
I've tried to add a static variable to remember the first orientation the method goes through and use that to counter the expected rotation. See https://github.com/gradha/DCIntrospect/commit/bae3260b4477c731f8c0029174b2f2cdda788272 Now the black bar...
Ok, ignore that one, I was looking at the wrong place, this should work better: https://github.com/gradha/DCIntrospect/commit/548afd9cbec17f210b902d4c592d1419da58a7c1 The help still comes up rotated incorrectly, but the bar should not be a...
Thanks for your pull request. This repo is not meant to be a tutorial (especially since it doesn't work for me) nor I'm interested cosmetic features to it. I won't...
How do you suggest to fix that line? Opening a database might be a leak if you don't close it when you are finished with it.
That's a weird way to put it, since ObjC is a superset of C and it's people who only know C who can't grok Objc. Anyway, sqlite comes from the...
If you can access the address locally but not externally it likely means you have to configure the [bind_address](http://docs.couchdb.org/en/latest/config/http.html#httpd/bind_address) to something else, or there is a firewall preventing connections.
Ping. Should I keep writing these?
The errors related to the MapActivity class and others also appear when generating the documentation (see #38), here's some of them: ``` Constructing Javadoc information... droid-fu/src/main/java/com/github/droidfu/activities/BetterMapActivity.java:21: package com.google.android.maps does not...