Piasy

Results 24 issues of Piasy

OkBuck is a gradle plugin, aiming to help developers utilize the super fast build system: BUCK, based on the existing project with Android Studio + gradle, and keep both build...

Just wandering now that Buck has the ability to generate idea and xcode project, why another? :)

it will force set the layout_width to match_parent; and when set orientation to Horizontal, it will set the layout_height to mach_parent;

It will be much more convenient as a gradle plugin than forking and cloning.

enhancement

Why don't you use Hilt? [Google says](https://developer.android.com/training/dependency-injection/hilt-android#hilt-and-dagger) > Dagger and Hilt code can coexist in the same codebase. However, in most cases it is best to use Hilt to manage...

enhancement
good first issue

enhancement
help wanted
Wishlist

``` java E/LogWriter: save: java.io.FileNotFoundException: /data/com.github.piasy.bootstrap/performance/looper-2016-12-11_23-48-25.844.log (No such file or directory) at java.io.FileOutputStream.open(Native Method) at java.io.FileOutputStream.(FileOutputStream.java:221) at java.io.FileOutputStream.(FileOutputStream.java:140) at com.github.moduth.blockcanary.LogWriter.save(LogWriter.java:108) at com.github.moduth.blockcanary.LogWriter.save(LogWriter.java:56) at com.github.moduth.blockcanary.BlockCanaryInternals$1.onBlockEvent(BlockCanaryInternals.java:63) at com.github.moduth.blockcanary.LooperMonitor$1.run(LooperMonitor.java:74) at android.os.Handler.handleCallback(Handler.java:751) at android.os.Handler.dispatchMessage(Handler.java:95)...

enhancement
help wanted

I want to trace all methods in `AudioRecord`, `getMinBufferSize` was found, but not traced.

Great library! I have some suggestions: 1. In the lib module, you can delete `test` and `androidTest` dirs, and remove the `application` tag from `AndroidManifest.xml`; 2. Why not call `rootview.getDrawingCache(true)`?...