Filip

Results 13 issues of Filip

I'm using `compile 'com.google.android.gms:play-services-location:8.1.0'`. It seems that ActivityRecognition sample does not work and is not sending any updates when device goes asleep. It does not work even if I use...

migrated googlesamples

I can't understand why you use IntentService for handling all stuff which happens in background. Please note that device may go asleep (and it actually does go asleep) during IntentService...

migrated googlesamples

There is import here https://github.com/yigit/dev-summit-architecture-demo/blob/b5c6bd562d7a4fc7eebf19bd03573d7819ad3140/client/app/src/main/java/com/android/example/devsummit/archdemo/view/activity/FeedActivity.java of class which does not exist in the project: import com.android.example.devsummit.archdemo.databinding.ActivityFeedBinding;

As far as I can tell `Presenter.detachView()` is never called.

When I try to build it with `./gradlew app:assembleDebug` I'm getting > FAILURE: Build failed with an exception.What went wrong: > A problem occurred configuring project ':wear-androidTest'. > Could not...

Why `ActivityScope` does not have `@Retention(RetentionPolicy.RUNTIME)` while `UserScope` does. Is there any good reason or just copy paste bug?

I started to wondering **do you have some sort validation of log files** - so far my examination of source code says: **no**. What may go wrong - write to...

Please add possibility to use hidden metod refresh on BluetoothGatt https://android.googlesource.com/platform/frameworks/base/+/master/core/java/android/bluetooth/BluetoothGatt.java: ``` /** * Clears the internal cache and forces a refresh of the services from the * remote device....

enhancement

From time to time I'm getting wrong View as convertView in getView ``` @Override public View getView(int position, View convertView, ViewGroup parent) { ``` I have 3 View types set:...

See http://stackoverflow.com/questions/38762758/bluetoothgattserver-cancelconnection-does-not-cancel-the-connection and https://code.google.com/p/android/issues/detail?id=63461 and http://code.google.com/p/android/issues/detail?id=63464.