Skip to content

Commit e793fda

Browse files
committed
Add Phyphox, Shattered Pixel, SkyMap, Tor, WaveUp, Google/Yandex Translate and update Twidere
1 parent 0dab3e6 commit e793fda

22 files changed

+35
-16
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ android {
99
minSdkVersion 17
1010
targetSdkVersion 27
1111
versionCode 27
12-
versionName "0.3.0"
12+
versionName "0.4.0"
1313
resConfigs "en", "zh-rCN"
1414
}
1515

Loading
435 Bytes
Loading
444 Bytes
Loading
445 Bytes
Loading
433 Bytes
Loading
1 Byte
Loading
443 Bytes
Loading
Loading

app/src/main/res/values/arrays.xml

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,14 @@
1616
</string-array>
1717

1818
<string-array name="whatsnew">
19-
<item>aurora_store</item>
20-
<item>binaural_beats</item>
21-
<item>calculator_notify</item>
22-
<item>clipboard</item>
23-
<item>open_flood</item>
24-
<item>pin</item>
25-
<item>fm</item>
26-
<item>radiodroid</item>
27-
<item>syncthing</item>
28-
<item>subway_tooter</item>
29-
<item>tetris</item>
30-
<item>tinder</item>
19+
<item>phyphox</item>
20+
<item>shattered_pixel</item>
21+
<item>skymap</item>
22+
<item>tor</item>
23+
<item>waveup</item>
24+
<item>yandex_translate</item>
25+
<item>google_translate</item>
3126
<item>twidere</item>
32-
<item>vector_camera</item>
33-
<item>mail</item>
34-
<item>touchpal_keyboard</item>
3527
</string-array>
3628

3729
</resources>

app/src/main/res/xml/appfilter.xml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4934,4 +4934,25 @@
49344934
<item
49354935
component="ComponentInfo{jp.juggler.subwaytooter/jp.juggler.subwaytooter.ActMain}"
49364936
drawable="subway_tooter" />
4937+
4938+
<!-- 2019.08.03 Add -->
4939+
<item
4940+
component="ComponentInfo{de.rwth_aachen.phyphox/de.rwth_aachen.phyphox.ExperimentList}"
4941+
drawable="phyphox" />
4942+
<item
4943+
component="ComponentInfo{com.shatteredpixel.shatteredpixeldungeon/com.shatteredpixel.shatteredpixeldungeon.ShatteredPixelDungeon}"
4944+
drawable="shattered_pixel" />
4945+
<item
4946+
component="ComponentInfo{com.google.android.stardroid/com.google.android.stardroid.activities.SplashScreenActivity}"
4947+
drawable="skymap" />
4948+
<item
4949+
component="ComponentInfo{org.torproject.torbrowser/org.torproject.torbrowser.App}"
4950+
drawable="tor" />
4951+
<item
4952+
component="ComponentInfo{ru.yandex.translate/ru.yandex.translate.ui.activities.MainActivity}"
4953+
drawable="yandex_translate" />
4954+
<item
4955+
component="ComponentInfo{com.jarsilio.android.waveup/com.jarsilio.android.waveup.MainActivity}"
4956+
drawable="waveup" />
4957+
49374958
</resources>

app/src/main/res/xml/drawable.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -744,5 +744,11 @@
744744
<item drawable="clipboard" />
745745
<item drawable="syncthing" />
746746
<item drawable="subway_tooter" />
747+
<item drawable="phyphox" />
748+
<item drawable="shattered_pixel" />
749+
<item drawable="skymap" />
750+
<item drawable="tor" />
751+
<item drawable="waveup" />
752+
<item drawable="yandex_translate" />
747753

748754
</resources>

assets/dev/all-xxl.png

2.81 KB
Loading

assets/dev/all.png

409 Bytes
Loading

assets/icons/google_translate.png

269 Bytes
Loading

assets/icons/phyphox.png

239 Bytes
Loading

assets/icons/shattered_pixel.png

274 Bytes
Loading

assets/icons/skymap.png

252 Bytes
Loading

assets/icons/tor.png

252 Bytes
Loading

assets/icons/twidere.png

-4 Bytes
Loading

assets/icons/waveup.png

259 Bytes
Loading

assets/icons/yandex_translate.png

257 Bytes
Loading

0 commit comments

Comments
 (0)