mirror of
https://github.com/whyorean/AuroraStore.git
synced 2026-06-19 13:08:59 -04:00
Intro : update changelogs
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
<?xml version="1.0" encoding="utf-8"?><!--
|
||||
~ Aurora Store
|
||||
~ Copyright (C) 2019, Rahul Kumar Patel <whyorean@gmail.com>
|
||||
~
|
||||
@@ -49,17 +48,24 @@
|
||||
android:textAppearance="@style/TextAppearance.Aurora.Toolbar.Title"
|
||||
android:textSize="20sp" />
|
||||
|
||||
<androidx.appcompat.widget.AppCompatTextView
|
||||
<ScrollView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_above="@+id/action"
|
||||
android:layout_below="@+id/app_name"
|
||||
android:layout_margin="@dimen/margin_normal"
|
||||
android:background="@drawable/generic_padded_bg"
|
||||
android:text="@string/app_log"
|
||||
android:typeface="monospace"
|
||||
android:textAlignment="viewStart"
|
||||
android:textColor="?android:attr/textColorPrimary" />
|
||||
android:overScrollMode="never">
|
||||
|
||||
<androidx.appcompat.widget.AppCompatTextView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/app_log"
|
||||
android:textAlignment="viewStart"
|
||||
android:textColor="?android:attr/textColorPrimary"
|
||||
android:typeface="monospace" />
|
||||
</ScrollView>
|
||||
|
||||
|
||||
<RelativeLayout
|
||||
android:id="@+id/action"
|
||||
|
||||
@@ -20,6 +20,30 @@
|
||||
|
||||
<resources>
|
||||
<string name="app_log" translatable="false">
|
||||
|
||||
\n Changelog : v3.0.5
|
||||
\n • Bug fixes and improvements
|
||||
\n
|
||||
\n Changelog : v3.0.4
|
||||
\n • Bug fixes and improvements
|
||||
\n • Added new locales (Asturian, Catalan and Sardinian)
|
||||
\n • Added new spoof location : Tokyo, Japan
|
||||
\n
|
||||
\n Changelog : v3.0.3
|
||||
\n • Sort app list in ascending order of app name
|
||||
\n • Enforced proxy network on download requests
|
||||
\n • Show update size in updatable app list
|
||||
\n • Disable quick notification completely if notifications are turned off
|
||||
\n
|
||||
\n Changelog : v3.0.2
|
||||
\n • Updated translations, added new Koffrora (Meme) locale
|
||||
\n • Enforced root install method to set installer as com.android.vending allowing app to work that
|
||||
\n impose restricts if installed from other sources except Play Store.
|
||||
\n • Fix bugs related to search bar, search history
|
||||
\n • Fix bugs related to Downloader
|
||||
\n • Added option to view changelogs in updatable app list
|
||||
\n • UI improvements
|
||||
\n
|
||||
\n Changelog : v3.0.1
|
||||
\n
|
||||
\n • Written from scratch
|
||||
|
||||
Reference in New Issue
Block a user