Skip to content

Commit

Permalink
Removed "Basic Authentication" as per k0shk0sh#2927
Browse files Browse the repository at this point in the history
  • Loading branch information
KaustubhPatange committed Dec 28, 2020
1 parent 3897945 commit fa65150
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,19 @@
android:orientation="vertical"
android:paddingBottom="@dimen/spacing_normal"
android:paddingEnd="@dimen/spacing_xs_large"
android:paddingStart="@dimen/spacing_xs_large"
android:paddingTop="@dimen/spacing_normal">
android:paddingStart="@dimen/spacing_xs_large">

<com.fastaccess.ui.widgets.FontTextView
style="@style/TextAppearance.AppCompat.Small"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?selectableItemBackground"
android:gravity="center_horizontal"
android:text="@string/basic_authentication_report"
android:textColor="@color/material_yellow_700"/>

<com.fastaccess.ui.widgets.FontTextView
android:visibility="gone"
android:id="@+id/basicAuth"
style="@style/TextAppearance.AppCompat.Title"
android:layout_width="match_parent"
Expand All @@ -160,8 +169,7 @@
android:gravity="center"
android:paddingBottom="@dimen/spacing_normal"
android:paddingEnd="@dimen/spacing_large"
android:paddingStart="@dimen/spacing_large"
android:text="@string/or_character"/>
android:paddingStart="@dimen/spacing_large"/>

<LinearLayout
android:layout_width="match_parent"
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -604,4 +604,5 @@
<string name="send_feedback">Send feedback</string>
<string name="private_wiki_error_msg">Unfortunately we cannot access private repos wiki</string>
<string name="file_history">File History</string>
<string name="basic_authentication_report">Starting from November 13th, 2020, Github no longer accept login via account password aka \"Basic Authentication\".</string>
</resources>

0 comments on commit fa65150

Please sign in to comment.