Kick start 4.1.0 (#966)

As title

Co-authored-by: M M Arif <mmarif@swatian.com>
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/966
Co-authored-by: M M Arif <mmarif@noreply.codeberg.org>
Co-committed-by: M M Arif <mmarif@noreply.codeberg.org>
This commit is contained in:
M M Arif 2021-08-24 21:29:34 +02:00
parent 8ea7e470c5
commit 244dc12fc3
4 changed files with 10 additions and 15 deletions

View File

@ -6,8 +6,8 @@ android {
applicationId "org.mian.gitnex" applicationId "org.mian.gitnex"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 30 targetSdkVersion 30
versionCode 400 versionCode 405
versionName "4.0.0" versionName "4.1.0-dev"
multiDexEnabled true multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }

View File

@ -88,7 +88,8 @@
<activity <activity
android:name=".activities.MainActivity" android:name=".activities.MainActivity"
android:theme="@android:style/Theme.NoTitleBar" android:theme="@android:style/Theme.NoTitleBar"
android:configChanges="orientation|screenSize|smallestScreenSize|density|screenLayout|uiMode|keyboard|keyboardHidden|navigation"> android:configChanges="orientation|screenSize|smallestScreenSize|density|screenLayout|uiMode|keyboard|keyboardHidden|navigation"
android:exported="true">
<intent-filter> <intent-filter>
<action android:name="android.intent.action.MAIN" /> <action android:name="android.intent.action.MAIN" />
@ -173,7 +174,8 @@
android:name=".activities.DeepLinksActivity" android:name=".activities.DeepLinksActivity"
android:theme="@android:style/Theme.Translucent.NoTitleBar" android:theme="@android:style/Theme.Translucent.NoTitleBar"
android:noHistory="true" android:noHistory="true"
android:launchMode="singleTask"> android:launchMode="singleTask"
android:exported="true">
<intent-filter> <intent-filter>
<action android:name="android.intent.action.VIEW" /> <action android:name="android.intent.action.VIEW" />

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<resources> <resources>
<string name="versionLow" translatable="false">1.13</string> <string name="versionLow" translatable="false">1.14</string>
<string name="versionHigh" translatable="false">1.14</string> <string name="versionHigh" translatable="false">1.16</string>
</resources> </resources>

View File

@ -1,15 +1,8 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<changelog> <changelog>
<release version="4.0.0" versioncode="400"> <release version="4.1.0-dev" versioncode="405">
<change>New: Revamped UI across the whole app</change> <change>Under development</change>
<change>Explore public organizations</change>
<change>Users profile view with details, repositories, starred repositories, organizations, followers, following</change>
<change>Notifications for all accounts</change>
<change>New dialog popup for About App</change>
<change>Delete head branch after PR is merged</change>
<change>Time selection for changing dark theme</change>
<change>More deep linking for other endpoints like user profile, organizations, issues, pr, releases etc</change>
</release> </release>
</changelog> </changelog>