Remove placebo text and add changelog

This commit is contained in:
Mr. Dragon
2019-03-18 03:36:52 +05:30
parent 2f61ecdb83
commit ce77ac57c2
3 changed files with 39 additions and 3 deletions

View File

@@ -56,8 +56,9 @@
android:layout_below="@+id/app_name"
android:layout_margin="@dimen/margin_normal"
android:background="@drawable/generic_padded_bg"
android:text="@string/desc_welcome"
android:textAlignment="center"
android:text="@string/app_log"
android:typeface="monospace"
android:textAlignment="viewStart"
android:textColor="?android:attr/textColorPrimary" />
<RelativeLayout

View File

@@ -101,7 +101,6 @@
<string name="delete">Delete</string>
<string name="desc_perm">Aurora Store uses following permissions</string>
<string name="desc_welcome">Sorry For the delay xD, this is just placebo txt</string>
<string name="details_appReviewsAll">Read All Reviews</string>
<string name="details_contains_ads">Contains ads</string>

View File

@@ -0,0 +1,36 @@
<!--
~ Aurora Store
~ Copyright (C) 2019, Rahul Kumar Patel <whyorean@gmail.com>
~
~ Aurora Store is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 2 of the License, or
~ (at your option) any later version.
~
~ Aurora Store is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
~
~
-->
<resources>
<string name="app_log" translatable="false">
\n Changelog : v3.0.1
\n
\n • Written from scratch
\n • Added support for Split APKs
\n • Added in-app Download Manager
\n • Added new improved Notification Manager
\n • New UI based on latest MD Guidelines
\n • Deployed dedicated token-dispenser
\n • Improved Blacklist Manager
\n • Added Favourite Apps Manager
\n • and more..
</string>
</resources>