Rename im.vector.riotredesign to im.vector.riotx

This commit is contained in:
Benoit Marty
2019-07-02 17:27:08 +02:00
parent 73277c5b08
commit 504009499f
429 changed files with 1633 additions and 1742 deletions

View File

@ -1,13 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="im.vector.riotx">
<application>
<activity android:name="im.vector.riotredesign.features.debug.TestLinkifyActivity" />
<activity android:name=".features.debug.TestLinkifyActivity" />
<activity
android:name="im.vector.riotredesign.features.debug.DebugMaterialThemeLightActivity"
android:name=".features.debug.DebugMaterialThemeLightActivity"
android:theme="@style/VectorMaterialThemeDebugLight" />
<activity
android:name="im.vector.riotredesign.features.debug.DebugMaterialThemeDarkActivity"
android:name=".features.debug.DebugMaterialThemeDarkActivity"
android:theme="@style/VectorMaterialThemeDebugDark" />
</application>

View File

@ -14,7 +14,7 @@
* limitations under the License.
*/
package im.vector.riotredesign.features.debug
package im.vector.riotx.features.debug
import android.os.Bundle
import android.view.Menu
@ -22,8 +22,8 @@ import androidx.appcompat.app.AlertDialog
import androidx.appcompat.app.AppCompatActivity
import com.google.android.material.bottomsheet.BottomSheetDialogFragment
import com.google.android.material.snackbar.Snackbar
import im.vector.riotredesign.R
import im.vector.riotredesign.core.utils.toast
import im.vector.riotx.R
import im.vector.riotx.core.utils.toast
import kotlinx.android.synthetic.debug.activity_test_material_theme.*
// Rendering is not the same with VectorBaseActivity

View File

@ -14,6 +14,6 @@
* limitations under the License.
*/
package im.vector.riotredesign.features.debug
package im.vector.riotx.features.debug
class DebugMaterialThemeDarkActivity : DebugMaterialThemeActivity()

View File

@ -14,6 +14,6 @@
* limitations under the License.
*/
package im.vector.riotredesign.features.debug
package im.vector.riotx.features.debug
class DebugMaterialThemeLightActivity : DebugMaterialThemeActivity()

View File

@ -14,7 +14,7 @@
* limitations under the License.
*/
package im.vector.riotredesign.features.debug
package im.vector.riotx.features.debug
import android.app.NotificationChannel
import android.app.NotificationManager
@ -24,8 +24,8 @@ import android.os.Build
import androidx.core.app.NotificationCompat
import androidx.core.app.Person
import butterknife.OnClick
import im.vector.riotredesign.R
import im.vector.riotredesign.core.platform.VectorBaseActivity
import im.vector.riotx.R
import im.vector.riotx.core.platform.VectorBaseActivity
class DebugMenuActivity : VectorBaseActivity() {

View File

@ -14,7 +14,7 @@
* limitations under the License.
*/
package im.vector.riotredesign.features.debug
package im.vector.riotx.features.debug
import android.os.Bundle
import android.view.LayoutInflater
@ -25,7 +25,7 @@ import androidx.appcompat.app.AppCompatActivity
import androidx.coordinatorlayout.widget.CoordinatorLayout
import butterknife.BindView
import butterknife.ButterKnife
import im.vector.riotredesign.R
import im.vector.riotx.R
class TestLinkifyActivity : AppCompatActivity() {

View File

@ -14,12 +14,12 @@
* limitations under the License.
*/
package im.vector.riotredesign.receivers
package im.vector.riotx.receivers
import android.content.*
import android.preference.PreferenceManager
import androidx.core.content.edit
import im.vector.riotredesign.core.utils.lsFiles
import im.vector.riotx.core.utils.lsFiles
import timber.log.Timber
/**

View File

@ -3,7 +3,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context="im.vector.riotredesign.features.debug.DebugMenuActivity"
tools:context="im.vector.riotx.features.debug.DebugMenuActivity"
tools:ignore="HardcodedText">
<ScrollView

View File

@ -5,7 +5,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/riot_secondary_text_color_status"
tools:context="im.vector.riotredesign.features.debug.TestLinkifyActivity">
tools:context="im.vector.riotx.features.debug.TestLinkifyActivity">
<androidx.core.widget.NestedScrollView
android:layout_width="match_parent"