Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/src/main/java/com/etesync/syncadapter/App.kt
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ class App : Application() {
}

/** 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() {
val prefs = getSharedPreferences("app", Context.MODE_PRIVATE)
if (prefs.getInt(PREF_VERSION, 0) == 0) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ open class ChangeEncryptionPasswordActivity : BaseActivity() {
val httpClient = HttpClient.Builder(this@ChangeEncryptionPasswordActivity).setForeground(true).build().okHttpClient

try {
Logger.log.info("Loging in with old password")
Logger.log.info("Logging in with old password")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's an internal log, let's keep it the way it is so it's easier to search for it.

val client = Client.create(httpClient, settings.uri?.toString())
val etebase = com.etebase.client.Account.login(client, account.name, old_password)
Logger.log.info("Login successful")
Expand Down
2 changes: 1 addition & 1 deletion fastlane/metadata/android/en-US/changelogs/20102.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
* 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 changes: 1 addition & 1 deletion gradlew.bat

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.