Umbenennung vollendet.
This commit is contained in:
@@ -30,7 +30,7 @@ android {
|
||||
compileSdkVersion 25
|
||||
buildToolsVersion "25.0.2"
|
||||
defaultConfig {
|
||||
applicationId "com.p3.bewoplanner"
|
||||
applicationId "de.beyondsoft.ownchat"
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 25
|
||||
versionCode 1
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"client_info": {
|
||||
"mobilesdk_app_id": "1:1021949586645:android:113c5b5fc97fb0bb",
|
||||
"android_client_info": {
|
||||
"package_name": "com.p3.bewoplanner"
|
||||
"package_name": "de.beyondsoft.ownchat"
|
||||
}
|
||||
},
|
||||
"oauth_client": [
|
||||
@@ -18,7 +18,7 @@
|
||||
"client_id": "1021949586645-vnidi5tjof2kgsal6qgqrbokel0q0hvi.apps.googleusercontent.com",
|
||||
"client_type": 1,
|
||||
"android_info": {
|
||||
"package_name": "com.p3.bewoplanner",
|
||||
"package_name": "de.beyondsoft.ownchat",
|
||||
"certificate_hash": "349feb470feaf535c1074c91721714ced3d81f0c"
|
||||
}
|
||||
},
|
||||
@@ -26,7 +26,7 @@
|
||||
"client_id": "1021949586645-ttle1pv465pp7gdigqh93futan4cmn8p.apps.googleusercontent.com",
|
||||
"client_type": 1,
|
||||
"android_info": {
|
||||
"package_name": "com.p3.bewoplanner",
|
||||
"package_name": "de.beyondsoft.ownchat",
|
||||
"certificate_hash": "458abe7a8928c32f3ad3fbcc575373b613070aae"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
android:layout_gravity="bottom"
|
||||
android:background="@color/colorWhite"
|
||||
android:gravity="center"
|
||||
app:layout_behavior="com.p3.bewoplaner.utils.ui.LinearLayoutBehavior">
|
||||
app:layout_behavior="de.beyondsoft.ownchat.utils.ui.LinearLayoutBehavior">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/emoji_button"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
tools:context="com.p3.bewoplaner.de.p3.bewoplaner.page.fileconfirmation.FileConfirmationActivity">
|
||||
tools:context="de.beyondsoft.ownchat.page.fileconfirmation.FileConfirmationActivity">
|
||||
|
||||
<WebView
|
||||
android:id="@+id/media_file_webview"
|
||||
@@ -19,7 +19,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:background="@color/colorPrimary"
|
||||
app:layout_behavior="com.p3.bewoplaner.utils.ui.LinearLayoutBehavior">
|
||||
app:layout_behavior="de.beyondsoft.ownchat.utils.ui.LinearLayoutBehavior">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/file_emoji_button"
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
android:layout_marginLeft="@dimen/activity_horizontal_margin"
|
||||
android:layout_marginRight="@dimen/activity_horizontal_margin"
|
||||
android:orientation="vertical"
|
||||
app:layout_behavior="com.p3.bewoplaner.utils.ui.LayoutBehavior">
|
||||
app:layout_behavior="de.beyondsoft.ownchat.utils.ui.LayoutBehavior">
|
||||
|
||||
<EditText
|
||||
android:id="@+id/login_chat_code"
|
||||
|
||||
Reference in New Issue
Block a user