Skip to content

Commit

Permalink
Version 1.83
Browse files Browse the repository at this point in the history
 * Modified theme, reduced complexity, introduced first Material theme stuff (slightly changed the layout and the spacing of items, changed some colors and so on)
 * Allow resetting the ImageCache from the preferences menu
 * Reduce impact on the UI when running the ImageCache, fixed bugs interfering with the ImageCache
 * Fix HTML entities appearing in image captions
 * Implemented new Toolbar as replacement for ActionBar which was removed with Lollipop for some reason
 * Added content filtering for API levels below 17 to avoid vulnerability for scripting attacks

If anyone else here is annoyed by the low-res icons of the app and is good with image processing: This app could do with a new icon set and I can't do it. :)
  • Loading branch information
nilsbraden committed Apr 16, 2015
1 parent fc31799 commit bf0c0b9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ttrssreader/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
xmlns:tools="http://schemas.android.com/tools"
package="org.ttrssreader"
android:installLocation="internalOnly"
android:versionCode="1822"
android:versionName="1.82">
android:versionCode="1830"
android:versionName="1.83">

<!-- Check connectivity -->
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
Expand Down
8 changes: 8 additions & 0 deletions ttrssreader/src/main/res/values/update.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@
<resources>

<string-array name="updates">
<item>Version 1.83
\n * Modified theme, reduced complexity, introduced first Material theme stuff (slightly changed the layout and the spacing of items, changed some colors and so on)
\n * Allow resetting the ImageCache from the preferences menu
\n * Reduce impact on the UI when running the ImageCache, fixed bugs interfering with the ImageCache
\n * Fix HTML entities appearing in image captions
\n * Implemented new Toolbar as replacement for ActionBar which was removed with Lollipop for some reason
\n * Added content filtering for API levels below 17 to avoid vulnerability for scripting attacks
\n\n If anyone else here is annoyed by the low-res icons of the app and is good with image processing: This app could do with a new icon set and I can\'t do it. :)\n</item>
<item>Version 1.82
\n * Read ALT-Text from tags of type IMAGE_ANCHOR too (Read TITLE-Tag first, if empty read ALT-Tag)
\n * Slight layout changes, buttons now appear a bit more Lollipop-Styled
Expand Down

0 comments on commit bf0c0b9

Please sign in to comment.