Prepare release 2.4.0 (#283)

Remove Translucent background

Fix missing theme colors, layouts using standard

Fix toolbar color

Prepare 2.4.0 release

Reviewed-on: https://gitea.com/gitnex/GitNex/pulls/283
This commit is contained in:
M M Arif 2020-03-15 15:09:26 +00:00
parent c981ec2f16
commit c47c81e71f
52 changed files with 98 additions and 114 deletions

View File

@ -19,7 +19,7 @@ No trackers are used and source code is available here for anyone to audit.
[<img alt='Download APK' src='https://gitnex.com/img/download-apk.png' height="80"/>](https://gitea.com/gitnex/GitNex/releases) [<img alt='Download APK' src='https://gitnex.com/img/download-apk.png' height="80"/>](https://gitea.com/gitnex/GitNex/releases)
## Note about Gitea version ## Note about Gitea version
Please make sure that you are on Gitea **1.10.x** stable release or later. Below this may not work as one would expect because of the newly added objects to the API at later versions. Please consider updating your Gitea server. Please make sure that you are on latest stable release or later for better app experience.
Check the versions [compatibility page](https://gitea.com/gitnex/GitNex/wiki/Compatibility) which lists all the supported versions with compatibility ratio. Check the versions [compatibility page](https://gitea.com/gitnex/GitNex/wiki/Compatibility) which lists all the supported versions with compatibility ratio.

View File

@ -7,7 +7,7 @@ android {
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 29 targetSdkVersion 29
versionCode 90 versionCode 90
versionName "2.4.0-dev" versionName "2.4.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }
buildTypes { buildTypes {
@ -28,7 +28,7 @@ dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs') implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation "androidx.appcompat:appcompat:1.1.0" implementation "androidx.appcompat:appcompat:1.1.0"
implementation "com.google.android.material:material:1.2.0-alpha04" implementation "com.google.android.material:material:1.2.0-alpha05"
implementation "androidx.constraintlayout:constraintlayout:1.1.3" implementation "androidx.constraintlayout:constraintlayout:1.1.3"
implementation "androidx.legacy:legacy-support-v4:1.0.0" implementation "androidx.legacy:legacy-support-v4:1.0.0"
testImplementation "junit:junit:4.12" testImplementation "junit:junit:4.12"

View File

@ -59,7 +59,7 @@
android:name=".activities.RepoDetailActivity" android:name=".activities.RepoDetailActivity"
android:label="@string/title_activity_repo_detail" android:label="@string/title_activity_repo_detail"
android:theme="@style/AppTheme.NoActionBar" /> android:theme="@style/AppTheme.NoActionBar" />
<activity android:name=".activities.MainActivity" android:theme="@android:style/Theme.Translucent.NoTitleBar"> <activity android:name=".activities.MainActivity" android:theme="@android:style/Theme.NoTitleBar.Fullscreen">
<intent-filter> <intent-filter>
<action android:name="android.intent.action.MAIN" /> <action android:name="android.intent.action.MAIN" />

View File

@ -55,7 +55,7 @@
android:labelFor="@+id/addCollaboratorSearch" android:labelFor="@+id/addCollaboratorSearch"
android:background="@drawable/shape_inputs" android:background="@drawable/shape_inputs"
android:textColor="?attr/inputTextColor" android:textColor="?attr/inputTextColor"
android:textColorHint="?attr/primaryBackgroundColor" android:textColorHint="?attr/hintColor"
android:textColorHighlight="?attr/primaryTextColor" android:textColorHighlight="?attr/primaryTextColor"
android:hint="@string/addCollaboratorSearchHint" android:hint="@string/addCollaboratorSearchHint"
android:imeOptions="actionSend"/> android:imeOptions="actionSend"/>

View File

@ -54,8 +54,7 @@
android:layout_height="match_parent" android:layout_height="match_parent"
android:background="?attr/primaryBackgroundColor" android:background="?attr/primaryBackgroundColor"
android:padding="4dp" android:padding="4dp"
android:scrollbars="vertical" android:scrollbars="vertical" />
/>
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout> </androidx.swiperefreshlayout.widget.SwipeRefreshLayout>

View File

@ -1,3 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout <LinearLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
@ -59,8 +60,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="@string/newIssueTitle" android:text="@string/newIssueTitle"
android:textColor="?attr/primaryTextColor" android:textColor="?attr/primaryTextColor"
android:textSize="16sp" android:textSize="16sp" />
/>
<EditText <EditText
android:id="@+id/newIssueTitle" android:id="@+id/newIssueTitle"
@ -74,7 +74,7 @@
android:labelFor="@+id/newIssueTitle" android:labelFor="@+id/newIssueTitle"
android:background="@drawable/shape_inputs" android:background="@drawable/shape_inputs"
android:textColor="?attr/inputTextColor" android:textColor="?attr/inputTextColor"
android:textColorHint="?attr/primaryBackgroundColor" android:textColorHint="?attr/hintColor"
android:textColorHighlight="?attr/primaryTextColor"/> android:textColorHighlight="?attr/primaryTextColor"/>
<TextView <TextView
@ -131,8 +131,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:id="@+id/labelsIdHolder" android:id="@+id/labelsIdHolder"
android:visibility="gone" android:visibility="gone" />
/>
<TextView <TextView
android:layout_width="match_parent" android:layout_width="match_parent"

View File

@ -1,3 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:layout_width="match_parent" <LinearLayout android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
@ -52,8 +53,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="@string/labelName" android:text="@string/labelName"
android:textColor="?attr/primaryTextColor" android:textColor="?attr/primaryTextColor"
android:textSize="16sp" android:textSize="16sp" />
/>
<EditText <EditText
android:id="@+id/labelName" android:id="@+id/labelName"
@ -67,7 +67,7 @@
android:labelFor="@+id/labelName" android:labelFor="@+id/labelName"
android:background="@drawable/shape_inputs" android:background="@drawable/shape_inputs"
android:textColor="?attr/inputTextColor" android:textColor="?attr/inputTextColor"
android:textColorHint="?attr/primaryBackgroundColor" android:textColorHint="?attr/hintColor"
android:textColorHighlight="?attr/primaryTextColor"/> android:textColorHighlight="?attr/primaryTextColor"/>
<LinearLayout <LinearLayout
@ -91,8 +91,7 @@
android:id="@+id/colorPicker" android:id="@+id/colorPicker"
android:layout_width="28dp" android:layout_width="28dp"
android:layout_height="28dp" android:layout_height="28dp"
android:background="@color/releasePre" android:background="@color/releasePre" />
/>
</LinearLayout> </LinearLayout>

View File

@ -1,3 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout <LinearLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
@ -57,8 +58,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="@string/userFullNameText" android:text="@string/userFullNameText"
android:textColor="?attr/primaryTextColor" android:textColor="?attr/primaryTextColor"
android:textSize="16sp" android:textSize="16sp" />
/>
<EditText <EditText
android:id="@+id/fullName" android:id="@+id/fullName"
@ -72,7 +72,7 @@
android:labelFor="@+id/fullName" android:labelFor="@+id/fullName"
android:background="@drawable/shape_inputs" android:background="@drawable/shape_inputs"
android:textColor="?attr/inputTextColor" android:textColor="?attr/inputTextColor"
android:textColorHint="?attr/primaryBackgroundColor" android:textColorHint="?attr/hintColor"
android:textColorHighlight="?attr/primaryTextColor"/> android:textColorHighlight="?attr/primaryTextColor"/>
<TextView <TextView
@ -81,8 +81,7 @@
android:text="@string/userUserName" android:text="@string/userUserName"
android:textColor="?attr/primaryTextColor" android:textColor="?attr/primaryTextColor"
android:textSize="16sp" android:textSize="16sp"
android:layout_marginTop="10dp" android:layout_marginTop="10dp" />
/>
<EditText <EditText
android:id="@+id/userUserName" android:id="@+id/userUserName"
@ -96,7 +95,7 @@
android:labelFor="@+id/userUserName" android:labelFor="@+id/userUserName"
android:background="@drawable/shape_inputs" android:background="@drawable/shape_inputs"
android:textColor="?attr/inputTextColor" android:textColor="?attr/inputTextColor"
android:textColorHint="?attr/primaryBackgroundColor" android:textColorHint="?attr/hintColor"
android:textColorHighlight="?attr/primaryTextColor"/> android:textColorHighlight="?attr/primaryTextColor"/>
<TextView <TextView
@ -105,8 +104,7 @@
android:text="@string/userEmail" android:text="@string/userEmail"
android:textColor="?attr/primaryTextColor" android:textColor="?attr/primaryTextColor"
android:textSize="16sp" android:textSize="16sp"
android:layout_marginTop="10dp" android:layout_marginTop="10dp" />
/>
<EditText <EditText
android:id="@+id/userEmail" android:id="@+id/userEmail"
@ -120,7 +118,7 @@
android:labelFor="@+id/userEmail" android:labelFor="@+id/userEmail"
android:background="@drawable/shape_inputs" android:background="@drawable/shape_inputs"
android:textColor="?attr/inputTextColor" android:textColor="?attr/inputTextColor"
android:textColorHint="?attr/primaryBackgroundColor" android:textColorHint="?attr/hintColor"
android:textColorHighlight="?attr/primaryTextColor"/> android:textColorHighlight="?attr/primaryTextColor"/>
<TextView <TextView
@ -143,7 +141,7 @@
android:labelFor="@+id/userPassword" android:labelFor="@+id/userPassword"
android:background="@drawable/shape_inputs" android:background="@drawable/shape_inputs"
android:textColor="?attr/inputTextColor" android:textColor="?attr/inputTextColor"
android:textColorHint="?attr/primaryBackgroundColor" android:textColorHint="?attr/hintColor"
android:textColorHighlight="?attr/primaryTextColor"/> android:textColorHighlight="?attr/primaryTextColor"/>
<Button <Button

View File

@ -1,3 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout <LinearLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
@ -57,8 +58,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="@string/releaseTagNameText" android:text="@string/releaseTagNameText"
android:textColor="?attr/primaryTextColor" android:textColor="?attr/primaryTextColor"
android:textSize="16sp" android:textSize="16sp" />
/>
<EditText <EditText
android:id="@+id/releaseTagName" android:id="@+id/releaseTagName"
@ -72,7 +72,7 @@
android:labelFor="@+id/releaseTagName" android:labelFor="@+id/releaseTagName"
android:background="@drawable/shape_inputs" android:background="@drawable/shape_inputs"
android:textColor="?attr/inputTextColor" android:textColor="?attr/inputTextColor"
android:textColorHint="?attr/primaryBackgroundColor" android:textColorHint="?attr/hintColor"
android:textColorHighlight="?attr/primaryTextColor"/> android:textColorHighlight="?attr/primaryTextColor"/>
<TextView <TextView
@ -109,8 +109,7 @@
android:text="@string/releaseTitleText" android:text="@string/releaseTitleText"
android:textColor="?attr/primaryTextColor" android:textColor="?attr/primaryTextColor"
android:textSize="16sp" android:textSize="16sp"
android:layout_marginTop="10dp" android:layout_marginTop="10dp" />
/>
<EditText <EditText
android:id="@+id/releaseTitle" android:id="@+id/releaseTitle"
@ -124,7 +123,7 @@
android:labelFor="@+id/releaseTitle" android:labelFor="@+id/releaseTitle"
android:background="@drawable/shape_inputs" android:background="@drawable/shape_inputs"
android:textColor="?attr/inputTextColor" android:textColor="?attr/inputTextColor"
android:textColorHint="?attr/primaryBackgroundColor" android:textColorHint="?attr/hintColor"
android:textColorHighlight="?attr/primaryTextColor"/> android:textColorHighlight="?attr/primaryTextColor"/>
<TextView <TextView
@ -133,8 +132,7 @@
android:text="@string/releaseContentText" android:text="@string/releaseContentText"
android:textColor="?attr/primaryTextColor" android:textColor="?attr/primaryTextColor"
android:textSize="16sp" android:textSize="16sp"
android:layout_marginTop="10dp" android:layout_marginTop="10dp" />
/>
<EditText <EditText
android:id="@+id/releaseContent" android:id="@+id/releaseContent"
@ -151,7 +149,7 @@
android:textSize="14sp" android:textSize="14sp"
android:background="@drawable/shape_inputs" android:background="@drawable/shape_inputs"
android:textColor="?attr/inputTextColor" android:textColor="?attr/inputTextColor"
android:textColorHint="?attr/primaryBackgroundColor" android:textColorHint="?attr/hintColor"
android:textColorHighlight="?attr/primaryTextColor" android:textColorHighlight="?attr/primaryTextColor"
android:inputType="textCapSentences|textMultiLine" /> android:inputType="textCapSentences|textMultiLine" />

View File

@ -1,3 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:layout_width="match_parent" <LinearLayout android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
@ -56,8 +57,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="@string/newTeamTitle" android:text="@string/newTeamTitle"
android:textColor="?attr/primaryTextColor" android:textColor="?attr/primaryTextColor"
android:textSize="16sp" android:textSize="16sp" />
/>
<EditText <EditText
android:id="@+id/teamName" android:id="@+id/teamName"
@ -71,7 +71,7 @@
android:labelFor="@+id/teamName" android:labelFor="@+id/teamName"
android:background="@drawable/shape_inputs" android:background="@drawable/shape_inputs"
android:textColor="?attr/inputTextColor" android:textColor="?attr/inputTextColor"
android:textColorHint="?attr/primaryBackgroundColor" android:textColorHint="?attr/hintColor"
android:textColorHighlight="?attr/primaryTextColor"/> android:textColorHighlight="?attr/primaryTextColor"/>
<TextView <TextView
@ -80,8 +80,7 @@
android:text="@string/newTeamDesc" android:text="@string/newTeamDesc"
android:textColor="?attr/primaryTextColor" android:textColor="?attr/primaryTextColor"
android:textSize="16sp" android:textSize="16sp"
android:layout_marginTop="10dp" android:layout_marginTop="10dp" />
/>
<EditText <EditText
android:id="@+id/teamDesc" android:id="@+id/teamDesc"
@ -95,7 +94,7 @@
android:labelFor="@+id/teamDesc" android:labelFor="@+id/teamDesc"
android:background="@drawable/shape_inputs" android:background="@drawable/shape_inputs"
android:textColor="?attr/inputTextColor" android:textColor="?attr/inputTextColor"
android:textColorHint="?attr/primaryBackgroundColor" android:textColorHint="?attr/hintColor"
android:textColorHighlight="?attr/primaryTextColor"/> android:textColorHighlight="?attr/primaryTextColor"/>
<TextView <TextView

View File

@ -1,3 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout <LinearLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
@ -72,7 +73,7 @@
android:labelFor="@+id/editIssueTitle" android:labelFor="@+id/editIssueTitle"
android:background="@drawable/shape_inputs" android:background="@drawable/shape_inputs"
android:textColor="?attr/inputTextColor" android:textColor="?attr/inputTextColor"
android:textColorHint="?attr/primaryBackgroundColor" android:textColorHint="?attr/hintColor"
android:textColorHighlight="?attr/primaryTextColor" /> android:textColorHighlight="?attr/primaryTextColor" />
<TextView <TextView

View File

@ -65,8 +65,7 @@
android:textColor="?attr/primaryTextColor" android:textColor="?attr/primaryTextColor"
android:textSize="14sp" android:textSize="14sp"
android:padding="15dp" android:padding="15dp"
android:textIsSelectable="true" android:textIsSelectable="true" />
/>
</ScrollView> </ScrollView>

View File

@ -203,8 +203,7 @@
android:layout_height="match_parent" android:layout_height="match_parent"
android:background="?attr/primaryBackgroundColor" android:background="?attr/primaryBackgroundColor"
android:padding="4dp" android:padding="4dp"
android:scrollbars="vertical" android:scrollbars="vertical" />
/>
</RelativeLayout> </RelativeLayout>

View File

@ -93,8 +93,7 @@
android:src="@drawable/ic_info_24dp" android:src="@drawable/ic_info_24dp"
android:layout_marginStart="120dp" android:layout_marginStart="120dp"
android:layout_marginTop="10dp" android:layout_marginTop="10dp"
android:contentDescription="@string/urlInfoTooltip" android:contentDescription="@string/urlInfoTooltip" />
/>
</LinearLayout> </LinearLayout>

View File

@ -73,7 +73,7 @@
android:labelFor="@+id/newFileName" android:labelFor="@+id/newFileName"
android:background="@drawable/shape_inputs" android:background="@drawable/shape_inputs"
android:textColor="?attr/inputTextColor" android:textColor="?attr/inputTextColor"
android:textColorHint="?attr/primaryBackgroundColor" android:textColorHint="?attr/hintColor"
android:textColorHighlight="?attr/primaryTextColor" android:textColorHighlight="?attr/primaryTextColor"
android:inputType="textCapSentences|text" /> android:inputType="textCapSentences|text" />
@ -110,7 +110,7 @@
android:textSize="14sp" android:textSize="14sp"
android:background="@drawable/shape_inputs" android:background="@drawable/shape_inputs"
android:textColor="?attr/inputTextColor" android:textColor="?attr/inputTextColor"
android:textColorHint="?attr/primaryBackgroundColor" android:textColorHint="?attr/hintColor"
android:textColorHighlight="?attr/primaryTextColor" android:textColorHighlight="?attr/primaryTextColor"
android:inputType="textCapSentences|textMultiLine" /> android:inputType="textCapSentences|textMultiLine" />
@ -171,7 +171,7 @@
android:labelFor="@+id/newFileBranchName" android:labelFor="@+id/newFileBranchName"
android:background="@drawable/shape_inputs" android:background="@drawable/shape_inputs"
android:textColor="?attr/inputTextColor" android:textColor="?attr/inputTextColor"
android:textColorHint="?attr/primaryBackgroundColor" android:textColorHint="?attr/hintColor"
android:textColorHighlight="?attr/primaryTextColor" android:textColorHighlight="?attr/primaryTextColor"
android:inputType="textCapSentences|text" /> android:inputType="textCapSentences|text" />
@ -204,7 +204,7 @@
android:labelFor="@+id/newFileCommitMessage" android:labelFor="@+id/newFileCommitMessage"
android:background="@drawable/shape_inputs" android:background="@drawable/shape_inputs"
android:textColor="?attr/inputTextColor" android:textColor="?attr/inputTextColor"
android:textColorHint="?attr/primaryBackgroundColor" android:textColorHint="?attr/hintColor"
android:textColorHighlight="?attr/primaryTextColor" android:textColorHighlight="?attr/primaryTextColor"
android:inputType="textCapSentences|text" /> android:inputType="textCapSentences|text" />

View File

@ -15,7 +15,7 @@
android:id="@+id/toolbar" android:id="@+id/toolbar"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:background="?attr/colorPrimary" android:background="?attr/primaryBackgroundColor"
tools:ignore="UnusedAttribute"> tools:ignore="UnusedAttribute">
<ImageView <ImageView

View File

@ -15,7 +15,7 @@
android:id="@+id/toolbar" android:id="@+id/toolbar"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:background="?attr/colorPrimary" android:background="?attr/primaryBackgroundColor"
tools:ignore="UnusedAttribute"> tools:ignore="UnusedAttribute">
<ImageView <ImageView

View File

@ -101,7 +101,7 @@
android:labelFor="@+id/newRepoName" android:labelFor="@+id/newRepoName"
android:background="@drawable/shape_inputs" android:background="@drawable/shape_inputs"
android:textColor="?attr/inputTextColor" android:textColor="?attr/inputTextColor"
android:textColorHint="?attr/primaryBackgroundColor" android:textColorHint="?attr/hintColor"
android:textColorHighlight="?attr/primaryTextColor" android:textColorHighlight="?attr/primaryTextColor"
android:inputType="textCapSentences|text" /> android:inputType="textCapSentences|text" />
@ -128,7 +128,7 @@
android:gravity="top|start" android:gravity="top|start"
android:textSize="14sp" android:textSize="14sp"
android:textColor="?attr/inputTextColor" android:textColor="?attr/inputTextColor"
android:textColorHint="?attr/primaryBackgroundColor" android:textColorHint="?attr/hintColor"
android:inputType="textCapSentences|textMultiLine" android:inputType="textCapSentences|textMultiLine"
android:textColorHighlight="?attr/primaryTextColor"/> android:textColorHighlight="?attr/primaryTextColor"/>

View File

@ -1,3 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:layout_width="match_parent" <LinearLayout android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
@ -13,7 +14,7 @@
android:id="@+id/toolbar" android:id="@+id/toolbar"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:background="?attr/colorPrimary" android:background="?attr/primaryBackgroundColor"
tools:ignore="UnusedAttribute"> tools:ignore="UnusedAttribute">
<ImageView <ImageView
@ -52,8 +53,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="@string/profileEmailTitle" android:text="@string/profileEmailTitle"
android:textColor="?attr/primaryTextColor" android:textColor="?attr/primaryTextColor"
android:textSize="16sp" android:textSize="16sp" />
/>
<EditText <EditText
android:id="@+id/userEmail" android:id="@+id/userEmail"
@ -67,7 +67,7 @@
android:labelFor="@+id/userEmail" android:labelFor="@+id/userEmail"
android:background="@drawable/shape_inputs" android:background="@drawable/shape_inputs"
android:textColor="?attr/inputTextColor" android:textColor="?attr/inputTextColor"
android:textColorHint="?attr/primaryBackgroundColor" android:textColorHint="?attr/hintColor"
android:textColorHighlight="?attr/primaryTextColor"/> android:textColorHighlight="?attr/primaryTextColor"/>
<Button <Button

View File

@ -41,8 +41,7 @@
android:id="@+id/allLinesLayout" android:id="@+id/allLinesLayout"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="match_parent" android:layout_height="match_parent"
android:orientation="vertical" android:orientation="vertical">
>
</LinearLayout> </LinearLayout>
</HorizontalScrollView> </HorizontalScrollView>

View File

@ -17,8 +17,7 @@
android:layout_height="match_parent" android:layout_height="match_parent"
android:background="?attr/primaryBackgroundColor" android:background="?attr/primaryBackgroundColor"
android:padding="4dp" android:padding="4dp"
android:scrollbars="vertical" android:scrollbars="vertical" />
/>
<GridView <GridView
android:id="@+id/gridView" android:id="@+id/gridView"

View File

@ -12,8 +12,7 @@
android:visibility="gone" android:visibility="gone"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:orientation="vertical" android:orientation="vertical">
>
<TextView <TextView
android:id="@+id/fileStructure" android:id="@+id/fileStructure"

View File

@ -17,8 +17,7 @@
android:layout_height="match_parent" android:layout_height="match_parent"
android:background="?attr/primaryBackgroundColor" android:background="?attr/primaryBackgroundColor"
android:padding="4dp" android:padding="4dp"
android:scrollbars="vertical" android:scrollbars="vertical" />
/>
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout> </androidx.swiperefreshlayout.widget.SwipeRefreshLayout>

View File

@ -17,8 +17,7 @@
android:layout_height="match_parent" android:layout_height="match_parent"
android:background="?attr/primaryBackgroundColor" android:background="?attr/primaryBackgroundColor"
android:padding="4dp" android:padding="4dp"
android:scrollbars="vertical" android:scrollbars="vertical" />
/>
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout> </androidx.swiperefreshlayout.widget.SwipeRefreshLayout>

View File

@ -17,8 +17,7 @@
android:layout_height="match_parent" android:layout_height="match_parent"
android:background="?attr/primaryBackgroundColor" android:background="?attr/primaryBackgroundColor"
android:padding="4dp" android:padding="4dp"
android:scrollbars="vertical" android:scrollbars="vertical" />
/>
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout> </androidx.swiperefreshlayout.widget.SwipeRefreshLayout>

View File

@ -17,8 +17,7 @@
android:layout_height="match_parent" android:layout_height="match_parent"
android:background="?attr/primaryBackgroundColor" android:background="?attr/primaryBackgroundColor"
android:padding="4dp" android:padding="4dp"
android:scrollbars="vertical" android:scrollbars="vertical" />
/>
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout> </androidx.swiperefreshlayout.widget.SwipeRefreshLayout>
@ -53,7 +52,6 @@
android:background="@drawable/circle" android:background="@drawable/circle"
android:padding="12dp" android:padding="12dp"
android:visibility="gone" android:visibility="gone"
android:contentDescription="@string/addNewContent" android:contentDescription="@string/addNewContent" />
/>
</RelativeLayout> </RelativeLayout>

View File

@ -111,8 +111,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:indeterminate="true" android:indeterminate="true"
android:visibility="visible" android:visibility="visible"
android:layout_centerInParent="true" android:layout_centerInParent="true" />
/>
</RelativeLayout> </RelativeLayout>

View File

@ -15,8 +15,7 @@
android:layout_height="match_parent" android:layout_height="match_parent"
android:background="?attr/primaryBackgroundColor" android:background="?attr/primaryBackgroundColor"
android:padding="4dp" android:padding="4dp"
android:scrollbars="vertical" android:scrollbars="vertical" />
/>
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout> </androidx.swiperefreshlayout.widget.SwipeRefreshLayout>

View File

@ -15,8 +15,7 @@
android:layout_height="match_parent" android:layout_height="match_parent"
android:background="?attr/primaryBackgroundColor" android:background="?attr/primaryBackgroundColor"
android:padding="4dp" android:padding="4dp"
android:scrollbars="vertical" android:scrollbars="vertical" />
/>
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout> </androidx.swiperefreshlayout.widget.SwipeRefreshLayout>

View File

@ -15,8 +15,7 @@
android:layout_height="match_parent" android:layout_height="match_parent"
android:background="?attr/primaryBackgroundColor" android:background="?attr/primaryBackgroundColor"
android:padding="4dp" android:padding="4dp"
android:scrollbars="vertical" android:scrollbars="vertical" />
/>
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout> </androidx.swiperefreshlayout.widget.SwipeRefreshLayout>

View File

@ -17,8 +17,7 @@
android:layout_height="match_parent" android:layout_height="match_parent"
android:background="?attr/primaryBackgroundColor" android:background="?attr/primaryBackgroundColor"
android:padding="4dp" android:padding="4dp"
android:scrollbars="vertical" android:scrollbars="vertical" />
/>
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout> </androidx.swiperefreshlayout.widget.SwipeRefreshLayout>

View File

@ -17,8 +17,7 @@
android:layout_height="match_parent" android:layout_height="match_parent"
android:background="?attr/primaryBackgroundColor" android:background="?attr/primaryBackgroundColor"
android:padding="4dp" android:padding="4dp"
android:scrollbars="vertical" android:scrollbars="vertical" />
/>
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout> </androidx.swiperefreshlayout.widget.SwipeRefreshLayout>

View File

@ -329,8 +329,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:indeterminate="true" android:indeterminate="true"
android:visibility="visible" android:visibility="visible"
android:layout_centerInParent="true" android:layout_centerInParent="true" />
/>
</RelativeLayout> </RelativeLayout>

View File

@ -16,8 +16,7 @@
android:layout_height="match_parent" android:layout_height="match_parent"
android:background="?attr/primaryBackgroundColor" android:background="?attr/primaryBackgroundColor"
android:padding="4dp" android:padding="4dp"
android:scrollbars="vertical" android:scrollbars="vertical" />
/>
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout> </androidx.swiperefreshlayout.widget.SwipeRefreshLayout>
@ -51,7 +50,6 @@
android:layout_alignParentEnd="true" android:layout_alignParentEnd="true"
android:background="@drawable/circle" android:background="@drawable/circle"
android:padding="12dp" android:padding="12dp"
android:contentDescription="@string/addNewContent" android:contentDescription="@string/addNewContent" />
/>
</RelativeLayout> </RelativeLayout>

View File

@ -16,8 +16,7 @@
android:layout_height="match_parent" android:layout_height="match_parent"
android:background="?attr/primaryBackgroundColor" android:background="?attr/primaryBackgroundColor"
android:padding="4dp" android:padding="4dp"
android:scrollbars="vertical" android:scrollbars="vertical" />
/>
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout> </androidx.swiperefreshlayout.widget.SwipeRefreshLayout>

View File

@ -16,7 +16,7 @@
<include <include
android:id="@+id/timeLayout" android:id="@+id/timeLayout"
layout="@layout/layout_settings_appearance"/> layout="@layout/layout_settings_appearance" />
<View <View
android:id="@+id/fileViewDivider" android:id="@+id/fileViewDivider"
@ -26,8 +26,7 @@
android:layout_marginEnd="5dp" android:layout_marginEnd="5dp"
android:layout_marginTop="20dp" android:layout_marginTop="20dp"
android:layout_marginBottom="20dp" android:layout_marginBottom="20dp"
android:layout_below="@id/timeLayout" android:layout_below="@id/timeLayout" />
/>
<include <include
android:id="@+id/fileViewLayout" android:id="@+id/fileViewLayout"
@ -41,12 +40,11 @@
android:layout_marginEnd="5dp" android:layout_marginEnd="5dp"
android:layout_marginTop="20dp" android:layout_marginTop="20dp"
android:layout_marginBottom="20dp" android:layout_marginBottom="20dp"
android:layout_below="@id/fileViewLayout" android:layout_below="@id/fileViewLayout" />
/>
<include <include
android:id="@+id/langLayout" android:id="@+id/langLayout"
layout="@layout/layout_settings_languages"/> layout="@layout/layout_settings_languages" />
</RelativeLayout> </RelativeLayout>

View File

@ -16,8 +16,7 @@
android:layout_height="match_parent" android:layout_height="match_parent"
android:background="?attr/primaryBackgroundColor" android:background="?attr/primaryBackgroundColor"
android:padding="4dp" android:padding="4dp"
android:scrollbars="vertical" android:scrollbars="vertical" />
/>
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout> </androidx.swiperefreshlayout.widget.SwipeRefreshLayout>
@ -51,7 +50,6 @@
android:layout_alignParentEnd="true" android:layout_alignParentEnd="true"
android:background="@drawable/circle" android:background="@drawable/circle"
android:padding="12dp" android:padding="12dp"
android:contentDescription="@string/addNewContent" android:contentDescription="@string/addNewContent" />
/>
</RelativeLayout> </RelativeLayout>

View File

@ -16,8 +16,7 @@
android:layout_height="match_parent" android:layout_height="match_parent"
android:background="?attr/primaryBackgroundColor" android:background="?attr/primaryBackgroundColor"
android:padding="4dp" android:padding="4dp"
android:scrollbars="vertical" android:scrollbars="vertical" />
/>
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout> </androidx.swiperefreshlayout.widget.SwipeRefreshLayout>

View File

@ -1,3 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout <LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent" android:layout_width="match_parent"

View File

@ -1,3 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout <LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent" android:layout_width="match_parent"

View File

@ -73,8 +73,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="1dp" android:layout_height="1dp"
android:layout_marginTop="5dp" android:layout_marginTop="5dp"
android:background="?attr/inputBackgroundColor" android:background="?attr/inputBackgroundColor" />
/>
<TextView <TextView
android:id="@+id/releaseZipDownload" android:id="@+id/releaseZipDownload"

View File

@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android" <TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@android:id/text1" android:id="@android:id/text1"
android:layout_width="match_parent" android:layout_width="match_parent"

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.9.0</string> <string name="versionLow" translatable="false">1.10.0</string>
<string name="versionHigh" translatable="false">1.10.9</string> <string name="versionHigh" translatable="false">1.11.15</string>
</resources> </resources>

View File

@ -0,0 +1,17 @@
2.4.0
New: Light theme (choose from settings)
New: Download files in Fileviewer (need write permissions)
New: Custom fonts (choose from settings)
New: PDF support in Fileviewer
New: Night mode in PDF (Fileviewer)
New: Default list of repositories in Explore screen
New: Latvian language support
Improvement: Support more files in file viewer syntax highlighter
Improvement: Exclude BIN files rendering in diff viewer
Improvement: Exclude specific files in file viewer like doc, xls etc
Improvement: Single issue id and support copy title and description to clipborad
Improvement: Translation updates
Bugfix: Don't refresh repositories without action
For more, check the release notes.
https://gitea.com/gitnex/GitNex/releases

Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 KiB

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 KiB

After

Width:  |  Height:  |  Size: 96 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 136 KiB

After

Width:  |  Height:  |  Size: 137 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 53 KiB

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 67 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 104 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 60 KiB