Skip to content

Commit

Permalink
Disable apply fragment, update about icon and add more icons
Browse files Browse the repository at this point in the history
  • Loading branch information
williamd1k0 committed Mar 20, 2019
1 parent 54a7d44 commit a084c29
Show file tree
Hide file tree
Showing 48 changed files with 193 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import me.iacn.mbestyle.R;
import me.iacn.mbestyle.ui.fragment.BaseFragment;
import me.iacn.mbestyle.ui.fragment.AboutFragment;
import me.iacn.mbestyle.ui.fragment.ApplyFragment;
// import me.iacn.mbestyle.ui.fragment.ApplyFragment;
import me.iacn.mbestyle.ui.fragment.IconFragment;
import me.iacn.mbestyle.util.ScreenUtils;
import me.iacn.mbestyle.util.StatusBarUtils;
Expand Down Expand Up @@ -57,7 +57,7 @@ protected void onCreate(@Nullable Bundle savedInstanceState) {

mFragments = Arrays.asList(
new IconFragment(),
new ApplyFragment(),
// new ApplyFragment(),
new AboutFragment());

mFragmentManager = getFragmentManager();
Expand Down
Binary file modified app/src/main/res/drawable-hdpi/bg_about_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable-nodpi/browser.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable-nodpi/clock.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable-nodpi/contacts.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/res/drawable-nodpi/footguy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/res/drawable-nodpi/ltecleaner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable-nodpi/mxplayer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/res/drawable-nodpi/simple_calendar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/res/drawable-nodpi/simple_camera.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/res/drawable-nodpi/simple_clock.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/res/drawable-nodpi/simple_contacts.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/res/drawable-nodpi/simple_draw.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/res/drawable-nodpi/simple_gallery.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/res/drawable-nodpi/simple_notes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/res/drawable-nodpi/simple_thankyou.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable-xhdpi/bg_about_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable-xxhdpi/bg_about_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions app/src/main/res/menu/bottom_bar.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
android:orderInCategory="0"
android:title="Icons" />

<item
<!-- <item
android:icon="@drawable/selector_bottom_launcher"
android:orderInCategory="1"
android:title="Launchers" />
android:title="Launchers" /> -->

<item
android:icon="@drawable/selector_bottom_about"
android:orderInCategory="2"
android:orderInCategory="1"
android:title="About" />

</menu>
25 changes: 19 additions & 6 deletions app/src/main/res/values/arrays.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,25 @@
</string-array>

<string-array name="whatsnew">
<item>markor</item>
<item>musicpiped</item>
<item>stanley</item>
<item>deltacamera</item>
<item>odyssey</item>
<item>spotify</item>
<item>footguy</item>
<item>ltecleaner</item>
<item>browser</item>
<item>clock</item>
<item>contacts</item>
<item>mxplayer</item>
<item>simple_calculator</item>
<item>simple_calendar</item>
<item>simple_camera</item>
<item>simple_clock</item>
<item>simple_contacts</item>
<item>simple_draw</item>
<item>simple_filemanager</item>
<item>simple_flashlight</item>
<item>simple_gallery</item>
<item>simple_applauncher</item>
<item>simple_musicplayer</item>
<item>simple_notes</item>
<item>simple_thankyou</item>
</string-array>

</resources>
155 changes: 154 additions & 1 deletion app/src/main/res/xml/appfilter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4744,4 +4744,157 @@
component="ComponentInfo{fr.xgouchet.packageexplorer/fr.xgouchet.packageexplorer.applist.AppListActivity}"
drawable="stanley" />

</resources>
<!-- 2019.03.20 Add -->
<item
component="ComponentInfo{com.iazasoft.footguy/com.iazasoft.footguy.FootHelp}"
drawable="footguy" />
<item
component="ComponentInfo{theredspy15.ltecleanerfoss/theredspy15.ltecleanerfoss.MainActivity}"
drawable="ltecleaner" />

<!-- Simple Mobile Tools -->
<item
component="ComponentInfo{com.simplemobiletools.calculator/com.simplemobiletools.calculator.activities.SplashActivity.Orange}"
drawable="simple_calculator" />
<item
component="ComponentInfo{com.simplemobiletools.calculator.pro/com.simplemobiletools.calculator.pro.activities.SplashActivity.Orange}"
drawable="simple_calculator" /> <item
component="ComponentInfo{com.simplemobiletools.calculator/com.simplemobiletools.calculator.activities.SplashActivity}"
drawable="simple_calculator" />
<item
component="ComponentInfo{com.simplemobiletools.calculator.pro/com.simplemobiletools.calculator.pro.activities.SplashActivity}"
drawable="simple_calculator" />
<item
component="ComponentInfo{com.simplemobiletools.calendar/com.simplemobiletools.calendar.activities.SplashActivity.Orange}"
drawable="simple_calendar" />
<item
component="ComponentInfo{com.simplemobiletools.calendar.pro/com.simplemobiletools.calendar.pro.activities.SplashActivity.Orange}"
drawable="simple_calendar" /> <item
component="ComponentInfo{com.simplemobiletools.calendar/com.simplemobiletools.calendar.activities.SplashActivity}"
drawable="simple_calendar" />
<item
component="ComponentInfo{com.simplemobiletools.calendar.pro/com.simplemobiletools.calendar.pro.activities.SplashActivity}"
drawable="simple_calendar" />
<item
component="ComponentInfo{com.simplemobiletools.camera/com.simplemobiletools.camera.activities.SplashActivity.Orange}"
drawable="simple_camera" />
<item
component="ComponentInfo{com.simplemobiletools.camera.pro/com.simplemobiletools.camera.pro.activities.SplashActivity.Orange}"
drawable="simple_camera" /> <item
component="ComponentInfo{com.simplemobiletools.camera/com.simplemobiletools.camera.activities.SplashActivity}"
drawable="simple_camera" />
<item
component="ComponentInfo{com.simplemobiletools.camera.pro/com.simplemobiletools.camera.pro.activities.SplashActivity}"
drawable="simple_camera" />
<item
component="ComponentInfo{com.simplemobiletools.clock/com.simplemobiletools.clock.activities.SplashActivity.Orange}"
drawable="simple_clock" />
<item
component="ComponentInfo{com.simplemobiletools.clock.pro/com.simplemobiletools.clock.pro.activities.SplashActivity.Orange}"
drawable="simple_clock" /> <item
component="ComponentInfo{com.simplemobiletools.clock/com.simplemobiletools.clock.activities.SplashActivity}"
drawable="simple_clock" />
<item
component="ComponentInfo{com.simplemobiletools.clock.pro/com.simplemobiletools.clock.pro.activities.SplashActivity}"
drawable="simple_clock" />
<item
component="ComponentInfo{com.simplemobiletools.contacts/com.simplemobiletools.contacts.activities.SplashActivity.Orange}"
drawable="simple_contacts" />
<item
component="ComponentInfo{com.simplemobiletools.contacts.pro/com.simplemobiletools.contacts.pro.activities.SplashActivity.Orange}"
drawable="simple_contacts" /> <item
component="ComponentInfo{com.simplemobiletools.contacts/com.simplemobiletools.contacts.activities.SplashActivity}"
drawable="simple_contacts" />
<item
component="ComponentInfo{com.simplemobiletools.contacts.pro/com.simplemobiletools.contacts.pro.activities.SplashActivity}"
drawable="simple_contacts" />
<item
component="ComponentInfo{com.simplemobiletools.draw/com.simplemobiletools.draw.activities.SplashActivity.Orange}"
drawable="simple_draw" />
<item
component="ComponentInfo{com.simplemobiletools.draw.pro/com.simplemobiletools.draw.pro.activities.SplashActivity.Orange}"
drawable="simple_draw" /> <item
component="ComponentInfo{com.simplemobiletools.draw/com.simplemobiletools.draw.activities.SplashActivity}"
drawable="simple_draw" />
<item
component="ComponentInfo{com.simplemobiletools.draw.pro/com.simplemobiletools.draw.pro.activities.SplashActivity}"
drawable="simple_draw" />
<item
component="ComponentInfo{com.simplemobiletools.filemanager/com.simplemobiletools.filemanager.activities.SplashActivity.Orange}"
drawable="simple_filemanager" />
<item
component="ComponentInfo{com.simplemobiletools.filemanager.pro/com.simplemobiletools.filemanager.pro.activities.SplashActivity.Orange}"
drawable="simple_filemanager" /> <item
component="ComponentInfo{com.simplemobiletools.filemanager/com.simplemobiletools.filemanager.activities.SplashActivity}"
drawable="simple_filemanager" />
<item
component="ComponentInfo{com.simplemobiletools.filemanager.pro/com.simplemobiletools.filemanager.pro.activities.SplashActivity}"
drawable="simple_filemanager" />
<item
component="ComponentInfo{com.simplemobiletools.flashlight/com.simplemobiletools.flashlight.activities.SplashActivity.Orange}"
drawable="simple_flashlight" />
<item
component="ComponentInfo{com.simplemobiletools.flashlight.pro/com.simplemobiletools.flashlight.pro.activities.SplashActivity.Orange}"
drawable="simple_flashlight" /> <item
component="ComponentInfo{com.simplemobiletools.flashlight/com.simplemobiletools.flashlight.activities.SplashActivity}"
drawable="simple_flashlight" />
<item
component="ComponentInfo{com.simplemobiletools.flashlight.pro/com.simplemobiletools.flashlight.pro.activities.SplashActivity}"
drawable="simple_flashlight" />
<item
component="ComponentInfo{com.simplemobiletools.gallery/com.simplemobiletools.gallery.activities.SplashActivity.Orange}"
drawable="simple_gallery" />
<item
component="ComponentInfo{com.simplemobiletools.gallery.pro/com.simplemobiletools.gallery.pro.activities.SplashActivity.Orange}"
drawable="simple_gallery" /> <item
component="ComponentInfo{com.simplemobiletools.gallery/com.simplemobiletools.gallery.activities.SplashActivity}"
drawable="simple_gallery" />
<item
component="ComponentInfo{com.simplemobiletools.gallery.pro/com.simplemobiletools.gallery.pro.activities.SplashActivity}"
drawable="simple_gallery" />
<item
component="ComponentInfo{com.simplemobiletools.applauncher/com.simplemobiletools.applauncher.activities.SplashActivity.Orange}"
drawable="simple_applauncher" />
<item
component="ComponentInfo{com.simplemobiletools.applauncher.pro/com.simplemobiletools.applauncher.pro.activities.SplashActivity.Orange}"
drawable="simple_applauncher" /> <item
component="ComponentInfo{com.simplemobiletools.applauncher/com.simplemobiletools.applauncher.activities.SplashActivity}"
drawable="simple_applauncher" />
<item
component="ComponentInfo{com.simplemobiletools.applauncher.pro/com.simplemobiletools.applauncher.pro.activities.SplashActivity}"
drawable="simple_applauncher" />
<item
component="ComponentInfo{com.simplemobiletools.musicplayer/com.simplemobiletools.musicplayer.activities.SplashActivity.Orange}"
drawable="simple_musicplayer" />
<item
component="ComponentInfo{com.simplemobiletools.musicplayer.pro/com.simplemobiletools.musicplayer.pro.activities.SplashActivity.Orange}"
drawable="simple_musicplayer" /> <item
component="ComponentInfo{com.simplemobiletools.musicplayer/com.simplemobiletools.musicplayer.activities.SplashActivity}"
drawable="simple_musicplayer" />
<item
component="ComponentInfo{com.simplemobiletools.musicplayer.pro/com.simplemobiletools.musicplayer.pro.activities.SplashActivity}"
drawable="simple_musicplayer" />
<item
component="ComponentInfo{com.simplemobiletools.notes/com.simplemobiletools.notes.activities.SplashActivity.Orange}"
drawable="simple_notes" />
<item
component="ComponentInfo{com.simplemobiletools.notes.pro/com.simplemobiletools.notes.pro.activities.SplashActivity.Orange}"
drawable="simple_notes" /> <item
component="ComponentInfo{com.simplemobiletools.notes/com.simplemobiletools.notes.activities.SplashActivity}"
drawable="simple_notes" />
<item
component="ComponentInfo{com.simplemobiletools.notes.pro/com.simplemobiletools.notes.pro.activities.SplashActivity}"
drawable="simple_notes" />
<item
component="ComponentInfo{com.simplemobiletools.thankyou/com.simplemobiletools.thankyou.activities.SplashActivity.Orange}"
drawable="simple_thankyou" />
<item
component="ComponentInfo{com.simplemobiletools.thankyou.pro/com.simplemobiletools.thankyou.pro.activities.SplashActivity.Orange}"
drawable="simple_thankyou" /> <item
component="ComponentInfo{com.simplemobiletools.thankyou/com.simplemobiletools.thankyou.activities.SplashActivity}"
drawable="simple_thankyou" />
<item
component="ComponentInfo{com.simplemobiletools.thankyou.pro/com.simplemobiletools.thankyou.pro.activities.SplashActivity}"
drawable="simple_thankyou" />

</resources>
15 changes: 15 additions & 0 deletions app/src/main/res/xml/drawable.xml
Original file line number Diff line number Diff line change
Expand Up @@ -716,5 +716,20 @@
<item drawable="markor" />
<item drawable="odyssey" />
<item drawable="deltacamera" />
<item drawable="footguy" />
<item drawable="ltecleaner" />
<item drawable="simple_calculator" />
<item drawable="simple_calendar" />
<item drawable="simple_camera" />
<item drawable="simple_clock" />
<item drawable="simple_contacts" />
<item drawable="simple_draw" />
<item drawable="simple_filemanager" />
<item drawable="simple_flashlight" />
<item drawable="simple_gallery" />
<item drawable="simple_applauncher" />
<item drawable="simple_musicplayer" />
<item drawable="simple_notes" />
<item drawable="simple_thankyou" />

</resources>
Binary file modified assets/dev/all-xxl.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/dev/all.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icons/browser.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icons/clock.png
Binary file added assets/icons/contacts.png
Binary file added assets/icons/footguy.png
Binary file added assets/icons/ltecleaner.png
Binary file added assets/icons/mxplayer.png
Binary file added assets/icons/simple_applauncher.png
Binary file added assets/icons/simple_calculator.png
Binary file added assets/icons/simple_calendar.png
Binary file added assets/icons/simple_camera.png
Binary file added assets/icons/simple_clock.png
Binary file added assets/icons/simple_contacts.png
Binary file added assets/icons/simple_draw.png
Binary file added assets/icons/simple_filemanager.png
Binary file added assets/icons/simple_flashlight.png
Binary file added assets/icons/simple_gallery.png
Binary file added assets/icons/simple_musicplayer.png
Binary file added assets/icons/simple_notes.png
Binary file added assets/icons/simple_thankyou.png

0 comments on commit a084c29

Please sign in to comment.