1
0
mirror of https://github.com/etesync/android synced 2024-11-15 20:38:58 +00:00

Login page: remove EteSync-specific string + update forgot password link.

This commit is contained in:
Tom Hacohen 2020-09-07 19:23:08 +03:00
parent cec32851cf
commit 5bf69d27d3
2 changed files with 1 additions and 7 deletions

View File

@ -32,7 +32,7 @@ public class Constants {
public static final Uri dashboard = webUri.buildUpon().appendEncodedPath("dashboard/").build();
public static final Uri faqUri = webUri.buildUpon().appendEncodedPath("faq/").build();
public static final Uri helpUri = webUri.buildUpon().appendEncodedPath("user-guide/android/").build();
public static final Uri forgotPassword = webUri.buildUpon().appendEncodedPath("accounts/password/reset/").build();
public static final Uri forgotPassword = faqUri.buildUpon().fragment("forgot-password").build();
public static final Uri serviceUrl = Uri.parse((DEBUG_REMOTE_URL == null) ? "https://api.etesync.com/" : DEBUG_REMOTE_URL);
public static final String etebaseServiceUrl = (DEBUG_REMOTE_URL == null) ? "https://api.etebase.com/partner/etesync/" : DEBUG_REMOTE_URL;

View File

@ -29,12 +29,6 @@
android:text="@string/login_enter_service_details"
android:layout_marginBottom="14dp"/>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/login_service_details_description"
android:layout_marginBottom="14dp"/>
<com.google.android.material.textfield.TextInputLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"