Said Tahsin Dane

Results 65 issues of Said Tahsin Dane

If we can login automatically at the first open of the app, we can determine the home chapter of the user and we can skip the tutorial screen for recurring...

enhancement

We should run connectedTests on an emulator on Travis. Memory of Travis env may not be enough. We should try and see. This is also related to #417

enhancement

Get all the albums of a GDG Chapter from their Google+ page and display them just like an Photo Gallery app. Or if we don't have time for this, can...

enhancement

I don't even have a clue but I see this crash this morning related to Wasp. Do you think it is worth looking at? ``` java.lang.IncompatibleClassChangeError: Couldn't find com.orhanobut.wasp.http.Path.value at...

bug

When we do wrap_content as the height and width the controls will be small and not at the bottom of the screen When we make match_parent the aspect ratio of...

The plugin may look into the usage of generated BuildConfig class and may suggest to disable it. Just like Android resources, this also needs to look into ancestors. Thinking out...

New Rule

I had a lot of false positives when I tried `disableAndroidResources` feature. This happens especially when resources are used across modules. Imagine a module has a String resource that is...

bug

https://cucumber.io/docs/cucumber/api/#tag-expressions

By referencing to this document (https://cucumber.io/docs/gherkin/reference/), document the unsupported features.

Cucumber released a support for a simpler expressions than using regexes to match for parameters. It is documented in quite good details here: https://cucumber.io/docs/cucumber/cucumber-expressions/ Early this year, IntelliJ IDEA plugin...