Eric Kok

Results 20 issues of Eric Kok

In the main screen (probably), allow filtering and sorting of the user's own ratings.

enhancement

As per [Binghammers question and subsequent discussion](https://github.com/erickok/RxCupboard/commit/b3d87dd69fa85cbffbd1301ede4173b95b689e02#commitcomment-20145937), let us discuss the best solution for 2.x. In RxCupboard 1.x there were originally 2 methods to add: [`put(T entity)`](https://github.com/erickok/RxCupboard/blob/1.x/library/src/main/java/nl/nl2312/rxcupboard/RxDatabase.java#L51) and [`delete(T entity)`](https://github.com/erickok/RxCupboard/blob/1.x/library/src/main/java/nl/nl2312/rxcupboard/RxDatabase.java#L83)....

When changing the sort order, the radio box isn't highlighted. Ideally it should also show reverse direction somehow.

When showing the details of an rrs item, a pop-up with the item info is shown on plain text. As sometimes/often this contains html, it would display hard to read...

Complete and test support for languages that read form right to left, such as Arabic. Might need testers that understand those languages.

enhancement

Add an option to enter a SHA1 thumbprint for RSS feeds to allow self-signed certificates to be used (instead of requiring a known authority). As requested by mail by Leonardo.

enhancement

This is important for apps that want to json_serializable newer than 4.x because these are strictly incompablte and forcing 6.x will break your json parsing.

We should investigate if we can simplify our support for selectable text by removing the usage of `SelectableText` (which has limitations and behaviour differences) in favor of simply wrapping (even...

enhancement

When working on the split packages of flutter_html I found it annoying to do some chores such as updating versions and locally linking packages to test or release changes. It's...

The same image is provided by the library when you change only the `color` property. This is because `color` is incorrectly not part of the `==` (equals) method of `SvgImageKey`....