relan

Results 10 issues of relan

[Google Code](https://code.google.com/p/exfat/) was used for hosting for many years but it has many drawbacks and becomes more and more obsolete. Let's hope GitHub will be a better home for the...

Ltt.rs 0.2.3 (from F-Droid) crashes when I tap an item in the Inbox: ``` 11-14 12:36:33.902 287 597 I ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=rs.ltt.android/.ui.activity.MainActivity bnds=[1356,604][1688,830]} from uid 10012...

bug

Make images crisper, fix aspect ratio. PNGs created using this script: ```bash for x in ldpi-120 mdpi-160 hdpi-240 xhdpi-320 xxhdpi-480 xxxhdpi-640; do day=$(mktemp --suffix=.svg) sed 's/#000000/#dde1e6/g' artwork/app_background.svg > "$day" inkscape...

Replace binary component with source code. This time compatible with API 15. Fixes rovo89/XposedInstaller#386

Hi, F-Droid maintainer here. In F-Droid updates checking is decoupled from APK building, so dynamic version code (that depends on date/time) does not work. I decided to stick with the...

build
P5
feature request
F-Droid

F-Droid does not allow JARs in the source code tree: https://f-droid.org/wiki/page/com.tobykurien.webapps/lastbuild_36. They've been disallowed for many years already but we recently started to enforce this policy. Please remove `app/libs` and...

high priority

Hi, F-Droid maintainer here. We can't update IPFSDroid to 0.12 because it contains prebuilt binaries in `app/src/main/assets` (named `arm` and `x86`). My guess is that it's free software and comes...

I experience an issue similar to #171 on Android 9.0.0 with Odyssey 1.1.17. My use case: 1. Start playback via a Bluetooth headset. 2. Pause playback using a headset button....

bug

NoNonsense Notes 5.5.3. ##### Steps to reproduce: 1. Create two lists: A and B. 2. Switch to list A. 3. Change device orientation (this should be enabled in Android settings)...

bug
UI

Defines in config.h may affect the ABI and API, so config.h should guaranteed to be included before all other headers and into all translation units.

enhancement