Jacob Tabak

Results 9 issues of Jacob Tabak

I was unable to generate javadocs in a library project that had a gradle dependency on the Android support lib. Did some googling and found that adding this to my...

I cloned the project and tried to run on Android Studio 3.6.3. Some adjustments had to be made to get it to build: - Update gradle plugin to `com.android.tools.build:gradle:3.6.3` -...

Clojars.org is down right now and it basically causes android studio to freeze when trying to build. I understand Clojars deployment process is easier than Maven Central / jCenter but...

I use Activities, Fragments, and custom views, depending on the context. I don't think it's wise to recommend the Fragment approach as a catch-all solution. > Proper screen-to-screen communication. Android's...

bug
PR welcome

The default value of s3_path for APKs and IPAs is [`"#{version_code}_#{version_name}/" unless s3_path`](https://github.com/joshdholtz/fastlane-plugin-s3/blob/033c913d733c9d999211b215d83e02487ea4d3ec/lib/fastlane/plugin/aws_s3/actions/aws_s3_action.rb#L302) The default value of s3_path for files is [`"files" unless s3_path`](https://github.com/joshdholtz/fastlane-plugin-s3/blob/033c913d733c9d999211b215d83e02487ea4d3ec/lib/fastlane/plugin/aws_s3/actions/aws_s3_action.rb#L460) You can see that for APKs,...

It seems that the current API of this library makes it impossible to reorder the layers (or insert new layers) to ParallaxLayerLayout at runtime. For example, consider this XML pseudocode:...

In this screenshot you can see a larger header and a smaller header, things look normal here. ![screenshot_2013-12-08-19-09-19](https://f.cloud.github.com/assets/1854831/1701789/b6d2a874-606e-11e3-8f11-399d90628d81.png) In this screenshot you can see a weird empty space has occupied...

The logic is the same on both sides of this IF statement, it should be removed.

## Environment - Android OS version: any - Devices affected: any - Maps SDK Version: 11.6.0 ## Observed behavior and steps to reproduce - Remember a lot of complicated geometry...

bug :beetle:
compose