You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _projects/color-filters.md
+36
Original file line number
Diff line number
Diff line change
@@ -32,3 +32,39 @@ The built-in input methods take up too much spaces so I decided to try to implem
32
32
33
33
### Palette
34
34
After Lollipop came out the Android libraries were updated and they added support for Palette. I decided to work it into the app because it's similarly visual and the it fit right into the architecture.
35
+
36
+
37
+
## History
38
+
39
+
### 2.0.0#2710 (2018-10-21)
40
+
{: #v20002710}
41
+
*[Feature]({{site.baseurl}}/blog/2016/09/android-xml-colors.html): font resource investigation (only in debug)
42
+
*[Enhancement](https://github.com/TWiStErRob/net.twisterrob.colorfilters/issues/6): update all versions, target Pie
43
+
*[Enhancement](https://github.com/TWiStErRob/net.twisterrob.colorfilters/issues/5): Kotlin, latest build system
44
+
*[Fix](https://github.com/TWiStErRob/net.twisterrob.colorfilters/issues/7): Colored UI elements were black on Marshmallow and above
45
+
*[Fix](https://github.com/TWiStErRob/net.twisterrob.colorfilters/issues/8): Truncated text on Lollipop and above
46
+
*[Fix](https://github.com/TWiStErRob/net.twisterrob.colorfilters/issues/4): drag and drop crash
47
+
48
+
### 1.2.0#2463 (2017-12-21)
49
+
{: #v11102463}
50
+
*_unreleased_
51
+
* Enhancement: modularization
52
+
* Enhancement: basic tests
53
+
54
+
### 1.1.0#1636 (2015-06-02)
55
+
{: #v11001636}
56
+
* Feature: Added Palette support
57
+
* Enhancement: Ability to hide images to gain space
58
+
* Fix: Better number format support for non-latin locales
0 commit comments