Skip to content

Commit

Permalink
Merge pull request #39 from Puffercat2/develop
Browse files Browse the repository at this point in the history
Add Talon for Twitter and TickTick
  • Loading branch information
RadekBledowski authored Sep 28, 2022
2 parents 9e6ae5c + dd2046e commit c7b1d9f
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 0 deletions.
12 changes: 12 additions & 0 deletions app/src/main/res/drawable/talon.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:pathData="M22,7C20.014,8.078 17.512,9.251 14.951,10.439L14.365,16.259L5.165,15.257C3.591,16.174 2.441,17.019 2,17.741L2,15.65C2.758,13.007 17.359,7.475 22,7ZM13.491,11.116L12.978,11.354C10.889,12.324 8.84,13.29 7.079,14.208L13.162,14.712L13.491,11.116Z"
android:strokeWidth="1"
android:fillColor="#000000"
android:fillType="evenOdd"
android:strokeColor="#00000000"/>
</vector>
12 changes: 12 additions & 0 deletions app/src/main/res/drawable/ticktick.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:pathData="M11.599,2.369L11.599,4.651C9.756,4.651 7.822,5.406 6.365,6.725C4.786,8.154 3.883,10.114 3.883,12.394C3.883,14.669 4.787,16.616 6.37,18.034C7.827,19.339 9.762,20.086 11.602,20.086C13.455,20.086 15.386,19.354 16.834,18.066C18.415,16.659 19.316,14.71 19.316,12.394L21.598,12.394C21.598,15.371 20.412,17.937 18.351,19.771C16.485,21.431 14.014,22.369 11.602,22.369C9.197,22.369 6.72,21.412 4.847,19.734C2.79,17.891 1.601,15.33 1.601,12.394C1.601,9.457 2.785,6.887 4.834,5.033C6.708,3.337 9.187,2.369 11.599,2.369ZM17.756,4.601L19.78,6.223L12.735,15.008C12.284,15.569 11.463,15.656 10.905,15.202L6.966,11.997L8.603,9.985L11.529,12.366L17.756,4.601Z"
android:strokeWidth="1"
android:fillColor="#000000"
android:fillType="nonZero"
android:strokeColor="#00000000"/>
</vector>
2 changes: 2 additions & 0 deletions app/src/main/res/xml/grayscale_icon_map.xml
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,7 @@
<icon drawable="@drawable/sync" package="com.laurencedawson.reddit_sync.dev" name="Sync" />
<icon drawable="@drawable/sync" package="com.laurencedawson.reddit_sync" name="Sync" />
<icon drawable="@drawable/sync" package="com.laurencedawson.reddit_sync.pro" name="Sync" />
<icon drawable="@drawable/talon" package="com.klinker.android.twitter" name="Talon for Twitter" />
<icon drawable="@drawable/tapatalk_pro" package="com.quoord.tapatalk" name="Tapatalk Pro" />
<icon drawable="@drawable/tele2" package="nl.tele2.mytele2" name="Mijn Tele2" />
<icon drawable="@drawable/telegram" package="org.telegram.messenger.beta" name="Telegram" />
Expand All @@ -375,6 +376,7 @@
<icon drawable="@drawable/telegram_x" package="org.thunderdog.challegramtwo" name="Telegram X" />
<icon drawable="@drawable/termux" package="com.termux" name="Termux" />
<icon drawable="@drawable/theathletic" package="com.theathletic" name="The Athletic" />
<icon drawable="@drawable/ticktick" package="com.ticktick.task" name="TickTick" />
<icon drawable="@drawable/tidal" package="com.aspiro.tidal" name="Tidal" />
<icon drawable="@drawable/tiktok" package="com.ss.android.ugc.trill" name="TikTok" />
<icon drawable="@drawable/tiktok" package="com.zhiliaoapp.musically" name="TikTok" />
Expand Down
7 changes: 7 additions & 0 deletions svgs/talon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions svgs/ticktick.svg
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 c7b1d9f

Please sign in to comment.