Artur Artikov

Results 15 issues of Artur Artikov

This change will allow to create `Ed25519Sign.KeyPair` with a given private key. The usecase is to create a key pair from [bip39 mnemonic](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki): ```kotlin val mnemonic = MnemonicCode("user input") val...

cla: yes

Sample: https://github.com/aartikov/Fetch-Bug Steps to reproduce: 1. Remove line `fetch.remove(download.id) // Workaround for https://github.com/tonyofrancis/Fetch/issues/553` 2. Select a directory, download file. 3. Press "Remove". 4. Press "Download". File is downloaded immediately. File...

help wanted

Sample: https://github.com/aartikov/Fetch-Bug Steps to reproduce: 1. Run the sample on Android API 28 Emulator (Android version is important here!) 2. Click "Select Directory" button, select any directory. 3. Click "Download"...

help wanted

Sample: https://github.com/aartikov/Fetch-Bug Steps to reproduce: 1. Replace `request.enqueueAction = EnqueueAction.UPDATE_ACCORDINGLY` to `request.enqueueAction = EnqueueAction.REPLACE_EXISTING`. 2. Run sample on any device or emulator. 3. Select a directory and press "Download". Downloading...

help wanted

Sample: https://github.com/aartikov/Fetch-Bug File name in a notification looks like "primary:Music/Test/818.mp3".

help wanted

I don't need a Pause button in a notification for my application. It is required a lot of copy-paste to hide this button: https://gist.github.com/aartikov/9e2c383fbdaaddc71602fe48a3f92fde Could you please make it simpler?

help wanted

Steps to reproduce: 1. Change `kaspressample.docloc_tests.ScreenshotSampleTest` to make it failing. 2. Run the test. 3. Open "sdcard/screenshots/en" in Device File Explorer. Expected behavior: "fails" directory contains a failure screenshot. Actual...

bug

Hyperion causes crash on Android 6.0 when `com.google.android.gms.ads.AdActivity` is started. The crashlog is: ``` java.lang.RuntimeException: Unable to start activity ComponentInfo{***/com.google.android.gms.ads.AdActivity}: android.util.AndroidRuntimeException: requestFeature() must be called before adding content at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2416)...

Is it possible to retry a test until first fail in a strict mode? It will be useful to investigate flaky tests. At least until this issue #322 is fixed.

Flash fix does not works on Android 7.0. A toolbar blinks even more then without a fix.