File tree Expand file tree Collapse file tree
java/com/moithepro/instatoolsandroid Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ android {
88
99 defaultConfig {
1010 applicationId " com.moithepro.instatoolsandroid"
11- minSdkVersion 22
11+ minSdkVersion 28
1212 targetSdkVersion 31
1313 versionCode 1
1414 versionName " 1.0"
Original file line number Diff line number Diff line change 88 android : label =" @string/app_name"
99 android : roundIcon =" @mipmap/ic_launcher_round"
1010 android : supportsRtl =" true"
11- android : theme =" @style/Theme.InstaToolsAndroid " >
11+ android : theme =" @style/Theme.AppCompat.Light " >
1212 <activity
13- android : name =" //TODO"
14- android : label =" @string/app_name" >
13+ android : name =" .InstagramActivity"
14+ android : exported =" false"
15+ android : screenOrientation =" portrait" />
16+
17+ <activity
18+ android : name =" .AddProfileActivity"
19+ android : exported =" false"
20+ android : screenOrientation =" portrait" />
21+
22+ <activity
23+ android : name =" .RegisterActivity"
24+ android : exported =" true"
25+ android : screenOrientation =" portrait" >
1526 <intent-filter >
1627 <action android : name =" android.intent.action.MAIN" />
1728
Original file line number Diff line number Diff line change 1+ package com .moithepro .instatoolsandroid ;
2+
13import android .content .Intent ;
24import android .graphics .Color ;
35import android .os .Bundle ;
Original file line number Diff line number Diff line change 1+ package com .moithepro .instatoolsandroid ;
2+
13import androidx .appcompat .app .AlertDialog ;
24import androidx .appcompat .app .AppCompatActivity ;
35import androidx .constraintlayout .widget .ConstraintLayout ;
46
57import android .content .Intent ;
6- import android .graphics .Bitmap ;
7- import android .graphics .BitmapFactory ;
88import android .graphics .Color ;
99import android .os .Bundle ;
1010import android .view .View ;
11- import android .widget .ImageView ;
1211import android .widget .ScrollView ;
13- import android .widget .Toast ;
14-
15- import com .moithepro .instatoolsandroid .R ;
1612
1713import java .util .ArrayList ;
18- import java .util .LinkedList ;
1914
2015import or .nevet .goraphics .ExceptiOrn ;
2116import or .nevet .goraphics .GOraphicViewBuilder ;
Original file line number Diff line number Diff line change 1+ package com .moithepro .instatoolsandroid ;
2+
13import androidx .appcompat .app .AppCompatActivity ;
24
35import android .content .Intent ;
68import android .view .View ;
79import android .widget .EditText ;
810
9- import com .moithepro .instatoolsandroid .R ;
10-
1111import or .nevet .goraphics .ExceptiOrn ;
1212import or .nevet .goraphics .GOraphicViewBuilder ;
1313import or .nevet .goraphics .GOraphics ;
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments