Gábor Berényi

Results 28 issues of Gábor Berényi

You should add retained fragments (see http://www.androiddesignpatterns.com/2013/04/retaining-objects-across-config-changes.html) or http://developer.android.com/reference/android/content/AsyncTaskLoader.html to retain the REST calls when the activity is restarted on device rotation. Right now, on orientation change, you get an...

I'm looking for a tool like this for our Azure VMSS build box, as Microsoft does not support Mac OS hosts. Both Buck and Swift should be compatible with Linux,...

### Use case `import com.apollographql.apollo3.debugserver.ApolloDebugServer` will break the release builds since your docs suggest to only include this dependency in the debug build type ### Describe the solution you'd like...

:sparkles: Type: Feature

### Version 4.0.0-beta.4 ### Summary `./gradlew :data:api:downloadApolloSchema --endpoint='https://our_domain.com/path' --schema=data/api/src/main/graphql/schema.graphqls --header="Subscription-Key: our_key"` works with Apollo 3.8.2 but broken with the latest beta ### Steps to reproduce the behavior Run introspection after...

:bug: Type: Bug

Right now, your readme references an older Android library. Using the newest UI framework Compose, we need to use com.google.android.material.color.MaterialColors to generate tonal values for our theme. The problem is...

enhancement
library: java

see https://qt.gitorious.org/qt/qtbase/source/73a1e8c60d894701f34806cc4b847aa2814bf389:src/corelib/io/qurl.cpp - now QUrl.encodedQueryItems and QUrl.encodedQueryItemValue are missing from Qt, you should not reference them in oauth.cpp

I believe ChartboostAdapter should implement OnContextChangedListener with an empty implementation of onContextChanged(Context c), otherwise code like this will throw the above exception: ``` @Override public void onResume() { super.onResume(); Chartboost.onResume(this);...

We have a requirement to display titles and timestamps for streams. When opening the stream in desktop VLC, it says no such information is embedded in the stream so we...

enhancement

when clicking on "play a live stream": ``` 2019-11-04 11:34:47.327 19161-19161/? E/AndroidRuntime: FATAL EXCEPTION: main Process: com.wowza.gocoder.sdk.sampleapp, PID: 19161 java.lang.RuntimeException: Unable to resume activity {com.wowza.gocoder.sdk.sampleapp/com.wowza.gocoder.sdk.sampleapp.PlayerActivity}: java.lang.NullPointerException: Attempt to invoke virtual...

``` java.lang.RuntimeException: Unable to start activity ComponentInfo{com.akturk.sample/com.akturk.sample.MainActivity}: java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity. ```