mirror of
https://github.com/etesync/android
synced 2025-01-23 06:01:01 +00:00
Corrected texts
This commit is contained in:
parent
425c637ead
commit
ef6df3a8ca
@ -147,7 +147,7 @@ class App : Application() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/** Init the preferences version of the app.
|
/** Init the preferences version of the app.
|
||||||
* This is used to initialise the first version if not alrady set. */
|
* This is used to initialise the first version if not already set. */
|
||||||
private fun initPrefVersion() {
|
private fun initPrefVersion() {
|
||||||
val prefs = getSharedPreferences("app", Context.MODE_PRIVATE)
|
val prefs = getSharedPreferences("app", Context.MODE_PRIVATE)
|
||||||
if (prefs.getInt(PREF_VERSION, 0) == 0) {
|
if (prefs.getInt(PREF_VERSION, 0) == 0) {
|
||||||
|
@ -72,7 +72,7 @@ open class ChangeEncryptionPasswordActivity : BaseActivity() {
|
|||||||
val httpClient = HttpClient.Builder(this@ChangeEncryptionPasswordActivity).setForeground(true).build().okHttpClient
|
val httpClient = HttpClient.Builder(this@ChangeEncryptionPasswordActivity).setForeground(true).build().okHttpClient
|
||||||
|
|
||||||
try {
|
try {
|
||||||
Logger.log.info("Loging in with old password")
|
Logger.log.info("Logging in with old password")
|
||||||
val client = Client.create(httpClient, settings.uri?.toString())
|
val client = Client.create(httpClient, settings.uri?.toString())
|
||||||
val etebase = com.etebase.client.Account.login(client, account.name, old_password)
|
val etebase = com.etebase.client.Account.login(client, account.name, old_password)
|
||||||
Logger.log.info("Login successful")
|
Logger.log.info("Login successful")
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
* Fix crash when generating email invitations while using a French locale
|
* Fix crash when generating email invitations while using a French locale
|
||||||
* Uptdate etebase dep to fix issue with custom urls not ending with a slash.
|
* Update etebase dep to fix issue with custom urls not ending with a slash.
|
||||||
|
2
gradlew.bat
vendored
2
gradlew.bat
vendored
@ -46,7 +46,7 @@ echo location of your Java installation.
|
|||||||
goto fail
|
goto fail
|
||||||
|
|
||||||
:init
|
:init
|
||||||
@rem Get command-line arguments, handling Windowz variants
|
@rem Get command-line arguments, handling Windows variants
|
||||||
|
|
||||||
if not "%OS%" == "Windows_NT" goto win9xME_args
|
if not "%OS%" == "Windows_NT" goto win9xME_args
|
||||||
if "%@eval[2+2]" == "4" goto 4NT_args
|
if "%@eval[2+2]" == "4" goto 4NT_args
|
||||||
|
Loading…
Reference in New Issue
Block a user