Skip to content

Commit

Permalink
Add Phyphox, Shattered Pixel, SkyMap, Tor, WaveUp, Google/Yandex Tran…
Browse files Browse the repository at this point in the history
…slate and update Twidere
  • Loading branch information
williamd1k0 committed Aug 4, 2019
1 parent 0dab3e6 commit e793fda
Show file tree
Hide file tree
Showing 22 changed files with 35 additions and 16 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
minSdkVersion 17
targetSdkVersion 27
versionCode 27
versionName "0.3.0"
versionName "0.4.0"
resConfigs "en", "zh-rCN"
}

Expand Down
Binary file modified app/src/main/res/drawable-nodpi/google_translate.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/phyphox.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/shattered_pixel.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/skymap.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/tor.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/twidere.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/waveup.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/yandex_translate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 7 additions & 15 deletions app/src/main/res/values/arrays.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,14 @@
</string-array>

<string-array name="whatsnew">
<item>aurora_store</item>
<item>binaural_beats</item>
<item>calculator_notify</item>
<item>clipboard</item>
<item>open_flood</item>
<item>pin</item>
<item>fm</item>
<item>radiodroid</item>
<item>syncthing</item>
<item>subway_tooter</item>
<item>tetris</item>
<item>tinder</item>
<item>phyphox</item>
<item>shattered_pixel</item>
<item>skymap</item>
<item>tor</item>
<item>waveup</item>
<item>yandex_translate</item>
<item>google_translate</item>
<item>twidere</item>
<item>vector_camera</item>
<item>mail</item>
<item>touchpal_keyboard</item>
</string-array>

</resources>
21 changes: 21 additions & 0 deletions app/src/main/res/xml/appfilter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4934,4 +4934,25 @@
<item
component="ComponentInfo{jp.juggler.subwaytooter/jp.juggler.subwaytooter.ActMain}"
drawable="subway_tooter" />

<!-- 2019.08.03 Add -->
<item
component="ComponentInfo{de.rwth_aachen.phyphox/de.rwth_aachen.phyphox.ExperimentList}"
drawable="phyphox" />
<item
component="ComponentInfo{com.shatteredpixel.shatteredpixeldungeon/com.shatteredpixel.shatteredpixeldungeon.ShatteredPixelDungeon}"
drawable="shattered_pixel" />
<item
component="ComponentInfo{com.google.android.stardroid/com.google.android.stardroid.activities.SplashScreenActivity}"
drawable="skymap" />
<item
component="ComponentInfo{org.torproject.torbrowser/org.torproject.torbrowser.App}"
drawable="tor" />
<item
component="ComponentInfo{ru.yandex.translate/ru.yandex.translate.ui.activities.MainActivity}"
drawable="yandex_translate" />
<item
component="ComponentInfo{com.jarsilio.android.waveup/com.jarsilio.android.waveup.MainActivity}"
drawable="waveup" />

</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 @@ -744,5 +744,11 @@
<item drawable="clipboard" />
<item drawable="syncthing" />
<item drawable="subway_tooter" />
<item drawable="phyphox" />
<item drawable="shattered_pixel" />
<item drawable="skymap" />
<item drawable="tor" />
<item drawable="waveup" />
<item drawable="yandex_translate" />

</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/google_translate.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/phyphox.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/shattered_pixel.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/skymap.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/tor.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/icons/twidere.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/waveup.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/yandex_translate.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 e793fda

Please sign in to comment.