César Ferreira

Results 7 issues of César Ferreira

**DFU Bootloader version:** - SDK version: 29 - Bonding used: yes - Library version: 1.10.3 **Device information:** - Device: Pixel 3 - OS: Android 10 **Your question** When I abort...

enhancement

Regarding `NavigatorTest`: ```kotlin @Test fun `should forward user to movies screen`() { whenever(authenticator.userLoggedIn()).thenReturn(true) navigator.showMain(activityContext()) verify(authenticator).userLoggedIn() RouteActivity::class shouldNavigateTo MoviesActivity::class } ``` if you switch `MoviesActivity` with `LoginActivity` the test still passes

question
discussion

They're not really descriptive at the moment ![image](https://user-images.githubusercontent.com/277426/33843785-3b701900-de96-11e7-821a-1cd1a3a56635.png)

help wanted
feature

Since I added `amplitude_flutter` I get these warnings while building: ``` Note: /Users/cesar/development/flutter/.pub-cache/hosted/pub.dartlang.org/device_info-0.4.1+5/android/src/main/java/io/flutter/plugins/deviceinfo/DeviceInfoPlugin.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: /Users/cesar/development/flutter/.pub-cache/hosted/pub.dartlang.org/package_info-0.4.0+14/android/src/main/java/io/flutter/plugins/packageinfo/PackageInfoPlugin.java uses or overrides...

under discussion

every time I trigger an event / wait for a period of time I get the same logs: > flutter: [{event_id: 27, event_type: swipe_right, session_id: 1584271557097, timestamp: 1584271593805, uuid: 1426235e-6f6f-4a44-a729-7e6d0e28424fR,...

Hi, thanks for your article, it was very enlightening! Yet, I bumped into something. This is the repo: https://github.com/cesarferreira/android-unique-device-id I'm trying to upload the github package, I followed your guide...