Fully migrated to Kotlin

This commit is contained in:
2017-08-25 20:24:25 +02:00
parent 852e38b97d
commit cc18f34161
104 changed files with 5064 additions and 6111 deletions

View File

@ -10,7 +10,7 @@
android:paddingTop="4dp">
<AutoCompleteTextView
android:id="@+id/recipient"
android:id="@+id/recipient_input"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="@string/to"
@ -24,7 +24,7 @@
android:layout_height="wrap_content">
<EditText
android:id="@+id/subject"
android:id="@+id/subject_input"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="@string/subject"
@ -34,7 +34,7 @@
</android.support.design.widget.TextInputLayout>
<EditText
android:id="@+id/body"
android:id="@+id/body_input"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1"

View File

@ -20,7 +20,7 @@
<string name="add_deterministic_address">Deterministic identity</string>
<string name="add_deterministic_address_description">Create or recreate a deterministic identity</string>
<string name="add_chan">Add Chan</string>
<string name="add_chan_description">Create or join a chan</string>
<string name="add_chan_description">Create or join a isChan</string>
<string name="title_activity_open_bitmessage_link">Import Contact</string>
<string name="connection_info_1">Stream #%1$d: one connection</string>

View File

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<sync-adapter
<sync-swipeableMessageAdapter
xmlns:android="http://schemas.android.com/apk/res/android"
android:contentAuthority="ch.dissem.apps.abit.provider"
android:accountType="ch.dissem.bitmessage"
android:userVisible="true"
android:supportsUploading="true"
android:allowParallelSyncs="false"
android:isAlwaysSyncable="true"/>
android:isAlwaysSyncable="true"/>