Akexorcist

Results 18 issues of Akexorcist

Currently, image resize depends on the result of sample size. There's a lot of gap between each sample size value. For example, resize 3,719 x 2,787 px of original image...

Sometime, we need to custom the Snackbar's background. So I added the setter for background by drawable resource ``` Snacky.builder() .setBackgroundResource(R.drawable.shape_background_white_round_corner) ... .build() .show(); ```

Support Library v26.1.0 ButterKnife v8.8.1 ObservableScrollView v1.6.0 CircularReveal v2.1.0 Support Library : ActionBarActivity >> AppCompatActivity ButterKnife : Bind >> BindView

Please add animation duration setter when call contractFab and expandFab. And it would be great if layout can restore to old state when configuration change.

I have a problem to inject `Hawk.java` with Dagger 2. So I created the separated module from `:hawk` module. It's called `:hawk-dagger`. In `:hawk-dagger`, `Hawker` class, the recreated of `Hawk`...

## Description Add unit test to * `DecodeStream.kt` * `EncodeStream.kt` ## Type of change Check all that apply - [ ] Bug fix (a non-breaking change which fixes an issue)...

My customer want to hide torch toggle button, LOL

Java ``` horizontalCalendar = new HorizontalCalendar.Builder(this, R.id.calendarView) ... .configure() .typeface(ResourcesCompat.getFont(this, R.font.your_custom_font) ... .end() ... ``` XML ``` ```

Add `YEARS` enum and `YearsAdapter` for yearly calendar `mode(HorizontalCalendar.Mode.YEARS)`