Gergely Kőrössy
Gergely Kőrössy
1.6.0 made `SqlCipherDatabaseSource` final for no reason. Also, `onConfigure(ConfigurationBuilder builder)` is final for no reason. It was used for setting up things like quoting table and column names. Could these...
Seems like upserting values to a junction table doesn't add additional columns if the entries haven't existed before. Looking at the logs shows that `UPDATE` is called first but if...
Is it possible to order the set of entity `B`s retrieved from entity `A` that are linked with a junction table in a many-to-many way? `@OrderBy` does not work as...
New preference types are added occasionally to a separate artifact: ```gradle compile 'com.takisoft.fix:preference-v7-extras:26.1.0.0' ``` #### Current and planned extra preference types: - [x] [`RingtonePreference`](https://github.com/Gericop/Android-Support-Preference-V7-Fix/wiki/Preference-types#ringtonepreference) (available since `26.0.2.0`) - [x] [`DatePickerPreference`](https://github.com/Gericop/Android-Support-Preference-V7-Fix/wiki/Preference-types#datepickerpreference)...
If the chart takes up a significant amount of a scrolling container, the user cannot scroll down because even though the chart only cares about the horizontal dragging, it consumes...
When dragging on the multi-line chart, the drag point does not stay on the curve, instead it seemingly follows a linear path.