Skip to content

Commit

Permalink
support squid
Browse files Browse the repository at this point in the history
  • Loading branch information
springhack committed Oct 12, 2021
1 parent 99941a7 commit c43892d
Show file tree
Hide file tree
Showing 6 changed files with 134 additions and 6 deletions.
123 changes: 123 additions & 0 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/codeStyles/codeStyleConfig.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion app/src/main/java/org/springhack/stickercrap/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ public static class Emojis {
public static String[] ALLOW_PACKAGES = {
"com.fluidtouch.noteshelf2",
"com.samsung.android.app.notes",
"com.samsung.android.spdfnote"
"com.samsung.android.spdfnote",
"com.steadfastinnovation.android.projectpapyrus"
};
public static class FetchConfig {
public static String STICKER_LIST_URL = "https://sticker.weixin.qq.com/cgi-bin/mmemoticon-bin/emoticonview?oper=billboard&t=rank";
Expand Down

0 comments on commit c43892d

Please sign in to comment.