Régis Décamps

Results 23 issues of Régis Décamps

Repro: Use this dependency file: ``` dependencies: com.google.guava: guava: version: 26.0-jre lang: java ``` ``` bazel run //:parse -- generate -r /home/me/Projects/foo -s 3rdparty/workspace.bzl -d dependencies.yml ``` Expected: Correct dependency...

issue #165 : Add French translations Translations made on https://translate.lingohub.com/regisd/wail/

Replace `MediaPlayer` by `RingtoneManager` to play sound notifications. Tested on my Nexus 5 / Lollipop, the notifications doesn't interrupt the media playback. Fix issue #184

Android logs can - print a stakctrace thanks to a throwable parameter - use format strings Loggi should not remove these features. Or we should get rid of Loggi completely.

The `SoundNotificationsManager` class is used to add a sound to notifications, as far as I can tell. The platform already plays a notification when the notification is build with [`setSound`](http://developer.android.com/reference/android/app/Notification.Builder.html#setSound%28android.net.Uri%29)....

Update the layouts so thatRight-to-left languages are supported. This would be required for Persan #122

Log: > CommonMusicAppReceiver track info does not contains playing state, ignoring

Currently, jflex has options * `--verbose` which enables `Out.println` * `--quiet` which negates `--verbose` Options.verbose and Options.quiet are always the opposite of the other, except in the JflexTestRunner. This is...

code quality

- Add `@Generated` Fix #453 With this change, all users of JFlex need to hava `javax.Generated` in their classpath, for instance by adding a dependency on https://search.maven.org/artifact/javax.annotation/javax.annotation-api/1.3.2/jar - Remove `@SuppressWarnings`...

enhancement