Skip to content

Commit

Permalink
Add Material Files, Mozc, Riot.im and Slide
Browse files Browse the repository at this point in the history
  • Loading branch information
williamd1k0 committed May 9, 2020
1 parent 7d463a5 commit f9c54e5
Show file tree
Hide file tree
Showing 14 changed files with 30 additions and 18 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "space.tumeo.pixel"
minSdkVersion 17
targetSdkVersion 27
versionCode 62
versionName "0.6.2"
versionCode 70
versionName "0.7.0"
resConfigs "en"
}

Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/drawable-nodpi/material_files.png
1 change: 1 addition & 0 deletions app/src/main/res/drawable-nodpi/mozc.png
1 change: 1 addition & 0 deletions app/src/main/res/drawable-nodpi/riot_im.png
1 change: 1 addition & 0 deletions app/src/main/res/drawable-nodpi/slide.png
20 changes: 4 additions & 16 deletions app/src/main/res/values/arrays.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,10 @@
</string-array>

<string-array name="whatsnew">
<item>amazon</item>
<item>aurora_store</item>
<item>banco_inter</item>
<item>bumble</item>
<item>click_bus</item>
<item>crunchyroll</item>
<item>downloads</item>
<item>gloob_games</item>
<item>katawa_shoujo</item>
<item>leafpic</item>
<item>ifood</item>
<item>markor_quicknote</item>
<item>markor_todo</item>
<item>red_moon</item>
<item>uber</item>
<item>uber_eats</item>
<item>material_files</item>
<item>mozc</item>
<item>riot_im</item>
<item>slide</item>
</string-array>

</resources>
14 changes: 14 additions & 0 deletions app/src/main/res/xml/appfilter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5068,4 +5068,18 @@
component="ComponentInfo{com.amazon.mShop.android.shopping/com.amazon.mShop.home.HomeActivity}"
drawable="amazon" />

<!-- v0.7.0 Add -->
<item
component="ComponentInfo{me.zhanghai.android.files/me.zhanghai.android.files.filelist.FileListActivity}"
drawable="material_files" />
<item
component="ComponentInfo{org.mozc.android.inputmethod.japanese/org.mozc.android.inputmethod.japanese.LauncherActivity}"
drawable="mozc" />
<item
component="ComponentInfo{im.vector.alpha/im.vector.activity.VectorLauncherActivity}"
drawable="riot_im" />
<item
component="ComponentInfo{me.ccrama.redditslide/me.ccrama.redditslide.Activities.Slide}"
drawable="slide" />

</resources>
6 changes: 6 additions & 0 deletions app/src/main/res/xml/drawable.xml
Original file line number Diff line number Diff line change
Expand Up @@ -778,5 +778,11 @@
<item drawable="banco_inter" />
<item drawable="red_moon" />
<item drawable="uber_eats" />
<item drawable="material_files" />
<item drawable="mozc" />
<item drawable="riot_im" />
<item drawable="slide" />
<item drawable="slide" />


</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/material_files.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/mozc.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/riot_im.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/slide.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f9c54e5

Please sign in to comment.