Skip to content

Commit

Permalink
Updated changelogs.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamza417 committed Jan 4, 2023
1 parent cbaf512 commit 2499cd1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
18 changes: 13 additions & 5 deletions app/src/main/assets/html/changelogs.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ <h4>User Interface</h4>
earlier. I tried to add it back and implemented the interface to do that without root.
However, the permission <i>CLEAR_APP_CACHE</i> won't be granted to Inure unless it's
installed as a system app. So, this option is only available for root users and for
users who has installed Inure as a system app.
users who have installed Inure as a system app.
<br>
<br>
In case you want to use this feature without root, you can install Inure as a system
app or request your rom maintainer to include Inure into the build of the rom.
app or request your ROM maintainer to include Inure into the build of the ROM.
</small>
</li>
<li>Added option to enable hover animation feedbacks on all views of the apps.
Expand All @@ -47,7 +47,7 @@ <h4>User Interface</h4>
This feature didn't pass the app's UX test, therefore it's moved to <i>Development
Preferences</i>.
The hover effect is still a nice feature to have, if you're using Inure with a mouse or
an stylus pen do give it a try.
a stylus pen, do give it a try.
</small>
</li>
<li>Added option to center bottom menus in the app in <b>Development Preferences</b>.</li>
Expand Down Expand Up @@ -75,7 +75,8 @@ <h4>Changes</h4>
<li>Default settings for <i>Blur</i> is now <i>Off</i>.
<br>
<small>
Blurring is expensive and it is not recommended to use it on low-end devices and keeping
Blurring is expensive, and it is not recommended to use it on low-end devices and
keeping
it on puts the first app experience at a risk.
</small>
</li>
Expand Down Expand Up @@ -106,7 +107,7 @@ <h4>Trackers</h4>
<small>
The warning was added to notify users that the Inure is not able to find any trackers in
the app. However, it was causing confusion due to how warning UX works in Inure. The app
will now always shows trackers message and will go back upon dismissing the dialog in
will now always show trackers message and will go back upon dismissing the dialog in
case no trackers are found.
</small>
</li>
Expand All @@ -122,6 +123,13 @@ <h4>Music</h4>
<li>Improved keyboard management in <i>Search</i>.</li>
</ul>

<h4>Cache</h4>

<ul>
<li>App will now automatically clear <i>Trackers</i> cache.</li>
<li>App will now automatically clear <i>Installer</i> cache.</li>
</ul>

<br>
<br>
<div class="wrap-collapsible">
Expand Down
2 changes: 0 additions & 2 deletions app/src/main/res/values-ru-rRU/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,6 @@
<string name="scan">Сканирование</string>
<string name="show_all_classes">Показать все классы</string>
<string name="show_all_classes_desc">Сохранять классы в списке, которые могут или не связаны с отслеживанием.</string>
<string name="show_trackers_analytics_automatically">Показывать аналитику трекера автоматически</string>
<string name="unpack">Распаковать</string>
<string name="menu_layout">Разметка меню</string>
<string name="horizontal">Горизонтально</string>
Expand Down Expand Up @@ -605,7 +604,6 @@
<string name="not_optimized">Оптимизация отключена</string>
<string name="optimize">Включить оптимизацию</string>
<string name="dont_optimize">Откл. оптимизацию</string>
<string name="no_tracker_found">Трекеры не найдены</string>
<string name="full_version_activated">Полная версия активирована!</string>
<string name="failed_to_activate_full_version">Не удалось активировать полную версию!</string>
<string name="full_version_already_activated">Полная версия уже активирована</string>
Expand Down

0 comments on commit 2499cd1

Please sign in to comment.