mirror of https://github.com/ThmmyNoLife/mTHMMY
Ezerous
5 years ago
51 changed files with 69 additions and 69 deletions
@ -1,4 +1,4 @@ |
|||||
package gr.thmmy.mthmmy.utils; |
package gr.thmmy.mthmmy.utils.crashreporting; |
||||
|
|
||||
import com.crashlytics.android.Crashlytics; |
import com.crashlytics.android.Crashlytics; |
||||
|
|
@ -1,4 +1,4 @@ |
|||||
package gr.thmmy.mthmmy.utils; |
package gr.thmmy.mthmmy.utils.crashreporting; |
||||
|
|
||||
import android.util.Log; |
import android.util.Log; |
||||
|
|
@ -1,4 +1,4 @@ |
|||||
package gr.thmmy.mthmmy.utils; |
package gr.thmmy.mthmmy.utils.ui; |
||||
|
|
||||
import android.graphics.Canvas; |
import android.graphics.Canvas; |
||||
import android.graphics.Paint; |
import android.graphics.Paint; |
@ -1,4 +1,4 @@ |
|||||
package gr.thmmy.mthmmy.utils; |
package gr.thmmy.mthmmy.utils.ui; |
||||
|
|
||||
import android.graphics.Bitmap; |
import android.graphics.Bitmap; |
||||
import android.graphics.BitmapShader; |
import android.graphics.BitmapShader; |
@ -1,4 +1,4 @@ |
|||||
package gr.thmmy.mthmmy.utils; |
package gr.thmmy.mthmmy.utils.ui; |
||||
|
|
||||
import android.content.Context; |
import android.content.Context; |
||||
import android.util.AttributeSet; |
import android.util.AttributeSet; |
@ -1,4 +1,4 @@ |
|||||
package gr.thmmy.mthmmy.utils; |
package gr.thmmy.mthmmy.utils.ui; |
||||
|
|
||||
import android.animation.Animator; |
import android.animation.Animator; |
||||
import android.content.Context; |
import android.content.Context; |
@ -1,4 +1,4 @@ |
|||||
package gr.thmmy.mthmmy.utils; |
package gr.thmmy.mthmmy.utils.ui; |
||||
|
|
||||
import android.annotation.SuppressLint; |
import android.annotation.SuppressLint; |
||||
import android.app.Dialog; |
import android.app.Dialog; |
@ -1,4 +1,4 @@ |
|||||
package gr.thmmy.mthmmy.utils; |
package gr.thmmy.mthmmy.views; |
||||
|
|
||||
import android.annotation.SuppressLint; |
import android.annotation.SuppressLint; |
||||
import android.content.Context; |
import android.content.Context; |
@ -1,4 +1,4 @@ |
|||||
package gr.thmmy.mthmmy.utils; |
package gr.thmmy.mthmmy.views; |
||||
|
|
||||
import android.content.Context; |
import android.content.Context; |
||||
|
|
@ -1,4 +1,4 @@ |
|||||
package gr.thmmy.mthmmy.utils; |
package gr.thmmy.mthmmy.views; |
||||
|
|
||||
import android.content.Context; |
import android.content.Context; |
||||
import android.util.AttributeSet; |
import android.util.AttributeSet; |
@ -1,4 +1,4 @@ |
|||||
package gr.thmmy.mthmmy.utils; |
package gr.thmmy.mthmmy.views; |
||||
|
|
||||
import android.annotation.SuppressLint; |
import android.annotation.SuppressLint; |
||||
import android.content.Context; |
import android.content.Context; |
@ -1,4 +1,4 @@ |
|||||
package gr.thmmy.mthmmy.utils; |
package gr.thmmy.mthmmy.views; |
||||
import android.content.Context; |
import android.content.Context; |
||||
import android.util.AttributeSet; |
import android.util.AttributeSet; |
||||
|
|
@ -1,4 +1,4 @@ |
|||||
package gr.thmmy.mthmmy.editorview; |
package gr.thmmy.mthmmy.views.editorview; |
||||
|
|
||||
import android.animation.Animator; |
import android.animation.Animator; |
||||
import android.annotation.SuppressLint; |
import android.annotation.SuppressLint; |
@ -1,4 +1,4 @@ |
|||||
package gr.thmmy.mthmmy.editorview; |
package gr.thmmy.mthmmy.views.editorview; |
||||
|
|
||||
import android.view.inputmethod.InputConnection; |
import android.view.inputmethod.InputConnection; |
||||
|
|
@ -1,4 +1,4 @@ |
|||||
package gr.thmmy.mthmmy.editorview; |
package gr.thmmy.mthmmy.views.editorview; |
||||
|
|
||||
import android.content.Context; |
import android.content.Context; |
||||
import android.os.Handler; |
import android.os.Handler; |
@ -1,4 +1,4 @@ |
|||||
package gr.thmmy.mthmmy.editorview; |
package gr.thmmy.mthmmy.views.editorview; |
||||
|
|
||||
import android.graphics.drawable.AnimationDrawable; |
import android.graphics.drawable.AnimationDrawable; |
||||
import android.view.LayoutInflater; |
import android.view.LayoutInflater; |
@ -1,4 +1,4 @@ |
|||||
package gr.thmmy.mthmmy.editorview; |
package gr.thmmy.mthmmy.views.editorview; |
||||
|
|
||||
import android.view.LayoutInflater; |
import android.view.LayoutInflater; |
||||
import android.view.View; |
import android.view.View; |
@ -1,4 +1,4 @@ |
|||||
package gr.thmmy.mthmmy.editorview; |
package gr.thmmy.mthmmy.views.editorview; |
||||
|
|
||||
public interface IEmojiKeyboard { |
public interface IEmojiKeyboard { |
||||
/** |
/** |
Loading…
Reference in new issue