Dmitriy Bogdanov

Results 36 issues of Dmitriy Bogdanov

[Server does not consider annotation changes as article changes](https://github.com/wallabag/wallabag/issues/4345). That's why fast update does not receive articles with only annotations changed. Client-to-server sync is fine. Workarounds: * Full sync. *...

Bug
depends on wallabag server

``` 2020-08-13 22:21:36.848 7792-7792/? E/AndroidRuntime: FATAL EXCEPTION: main Process: fr.gaulupeau.apps.InThePoche.dev, PID: 7792 java.lang.IllegalStateException: Fragment SettingsFragment{7cfaa20} not attached to Activity at android.app.Fragment.getResources(Fragment.java:768) at android.app.Fragment.getString(Fragment.java:790) at fr.gaulupeau.apps.Poche.ui.preferences.SettingsActivity$SettingsFragment.updateSummary(SettingsActivity.java:696) at fr.gaulupeau.apps.Poche.ui.preferences.SettingsActivity$SettingsFragment.onSharedPreferenceChanged(SettingsActivity.java:448) at android.app.SharedPreferencesImpl$EditorImpl.notifyListeners(SharedPreferencesImpl.java:607) at...

Bug

Beta feedback for 220 (2.4.0-beta.1): > The background color of "3 dots" menu on the top bar is gray on my Samsung galaxy s20 phone with Android 10 ,and I...

UI

We often need to request logs from users. Sometimes it is a real PITA. We need a way to easily gather and copy logs from within the app. Standard `android.util.Log`...

Improvement

I drafted a content parser for TTS written in java (based on the jsoup library). The parser should be ok, but the code in general is very much work-in-progress. I...

I gave it a shot. It crashes. Theme needs to be customized through styles. Log: ``` java.lang.RuntimeException: Unable to start activity ComponentInfo{fr.gaulupeau.apps.InThePoche.dev/com.mikepenz.aboutlibraries.ui.LibsActivity}: java.lang.IllegalStateException: This Activity already has an action bar...

Add options to specify where to store the following content: * Main SQLite DB (with all article content). Currently stored in the internal storage, but can be moved to external...

Improvement

[Apparently](https://github.com/wallabag/android-app/issues/834) the app doesn't produce any meaningful error message in case of incorrect API credentials.

Bug

My second take on async loading in Android.

Work in progress

Need to add synchronization.