DebugDrawer
DebugDrawer copied to clipboard
Android Debug Drawer for faster development
import io.palaima.debugdrawer.actions.SpinnerAction Cant create release builds
Hi there, When I upgraded studio to latest 3.4.x and gradle to 5.x.x . it keeps throwing compilation error . Any workaround for this ?
I'd like to programmatically (de)activate the debug drawer, for example by turning a switch "debug mode" in settings. A solution may be to add 2 methods in `DebugDrawer`: `enable()` and...
When we drag it from right to left we are able to see debug drawer.In the same way when we drag it from left to right we are getting some...
https://github.com/palaima/DebugDrawer/blob/49b5992a1148757bd740c4a0b7df10ef70ade6d8/debugdrawer/src/main/java/io/palaima/debugdrawer/DebugDrawerLifecycleCallbacks.java#L43-L47 https://github.com/palaima/DebugDrawer/blob/49b5992a1148757bd740c4a0b7df10ef70ade6d8/debugdrawer/src/main/java/io/palaima/debugdrawer/DebugDrawerLifecycleCallbacks.java#L54-L59 If three drawer is open, and the third drawer is destroyed, the previous two `DebugDrawerLifecycleCallbacks` will also be removed. I think the code in `onActivityDestroyed` method also need...
How can I set the initial state for a SwitchAction before it was inflated? Only writing down a needed value for a needed key to SharedPrefs? Is it possible to...
How can I add a title to a spinner? I got multiple spinners and I want to tell them apart
Starting from Android 24, you cannot use file:// schemas to share content to other apps. https://commonsware.com/blog/2016/03/14/psa-file-scheme-ban-n-developer-preview.html The library should use a FileProvider to share the logs with other apps. Keep...
Hello! Thank you guys for your work! Could you please tell me - are you planning to update the okhttp dependency to version 4.0? Right now it creates some problems,...
On some devices, I am getting SecurityException while switching ON/OFF WiFi connection: > java.lang.RuntimeException:Error receiving broadcast Intent{act=android.net.conn.CONNECTIVITY_CHANGE flg=0x4000010bqHint=4VirtualScreenParam=Params{mDisplayId=-1,null,mFlags=0x00000000)}(has extras)}in io.palaima.debugdrawer.commons.NetworkController$NetworkReceiver@775e4b8 at android.app.LoadedApk$ReceiverDispatcher$Args.run(LoadedApk.java:1003) at android.os.Handler.handleCallback(Handler.java:739) at android.os.Handler.dispatchMessage(Handler.java:95) at android.os.Looper.loop(Looper.java:158) at android.app.ActivityThread.main(ActivityThread.java:7224)...