File tree Expand file tree Collapse file tree 3 files changed +34
-19
lines changed
java/in/hridayan/ashell/activities Expand file tree Collapse file tree 3 files changed +34
-19
lines changed Original file line number Diff line number Diff line change 11{
22 "allFiles" : [
33 {
4- "file" : " /storage/emulated/0/AndroidIDEProjects/ashell/app/src/main/java/in/hridayan/ashell/fragments/aShellFragment.java " ,
4+ "file" : " /storage/emulated/0/AndroidIDEProjects/ashell/app/src/main/res/layout/item_settings.xml " ,
55 "selection" : {
66 "end" : {
77 "column" : 0 ,
1616 }
1717 },
1818 {
19- "file" : " /storage/emulated/0/AndroidIDEProjects/ashell/app/src/main/java/in/hridayan/ashell/activities/ChangelogActivity.java " ,
19+ "file" : " /storage/emulated/0/AndroidIDEProjects/ashell/app/src/main/res/layout/rv_examples.xml " ,
2020 "selection" : {
2121 "end" : {
22- "column" : 135 ,
23- "index" : 1284 ,
24- "line" : 38
22+ "column" : 0 ,
23+ "index" : 0 ,
24+ "line" : 0
2525 },
2626 "start" : {
27- "column" : 135 ,
28- "index" : 1284 ,
29- "line" : 38
27+ "column" : 0 ,
28+ "index" : 0 ,
29+ "line" : 0
3030 }
3131 }
3232 },
3333 {
3434 "file" : " /storage/emulated/0/AndroidIDEProjects/ashell/app/src/main/java/in/hridayan/ashell/activities/AboutActivity.java" ,
3535 "selection" : {
3636 "end" : {
37- "column" : 0 ,
38- "index" : 2548 ,
39- "line" : 78
37+ "column" : 59 ,
38+ "index" : 1273 ,
39+ "line" : 36
4040 },
4141 "start" : {
42- "column" : 0 ,
43- "index" : 2548 ,
44- "line" : 78
42+ "column" : 59 ,
43+ "index" : 1273 ,
44+ "line" : 36
45+ }
46+ }
47+ },
48+ {
49+ "file" : " /storage/emulated/0/AndroidIDEProjects/ashell/app/src/main/java/in/hridayan/ashell/activities/ChangelogActivity.java" ,
50+ "selection" : {
51+ "end" : {
52+ "column" : 11 ,
53+ "index" : 909 ,
54+ "line" : 29
55+ },
56+ "start" : {
57+ "column" : 11 ,
58+ "index" : 909 ,
59+ "line" : 29
4560 }
4661 }
4762 }
4863 ],
49- "selectedFile" : " /storage/emulated/0/AndroidIDEProjects/ashell/app/src/main/java/in/hridayan/ashell/activities/AboutActivity .java"
64+ "selectedFile" : " /storage/emulated/0/AndroidIDEProjects/ashell/app/src/main/java/in/hridayan/ashell/activities/ChangelogActivity .java"
5065}
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ public void onClick(View v) {
3535 List <ChangelogItem > changelogItems = new ArrayList <>();
3636 changelogItems .add (
3737 new ChangelogItem (
38- "Version 1.2 .0" ,
38+ "Version 1.3 .0" ,
3939 "\n \n • Revamped Settings panel.\n \n • Added Double Tap to instant scroll to top and bottom positions in shell output view.\n \n • Minor UI fixes." ));
4040 changelogItems .add (
4141 new ChangelogItem (
Original file line number Diff line number Diff line change 55 android : layout_width =" fill_parent"
66 android : layout_height =" wrap_content"
77 android : layout_margin =" 12.0dip"
8- app : cardCornerRadius =" 15 .0dip"
9- app : cardElevation = " 4.0dip "
10- app : strokeWidth =" 0 .0dip" >
8+ app : cardCornerRadius =" 20 .0dip"
9+ app : cardBackgroundColor = " @color/transparent "
10+ app : strokeWidth =" 1 .0dip" >
1111 <androidx .appcompat.widget.LinearLayoutCompat
1212 android : layout_gravity =" center"
1313 android : orientation =" vertical"
You can’t perform that action at this time.
0 commit comments