Skip to content

Commit

Permalink
fit new version
Browse files Browse the repository at this point in the history
  • Loading branch information
nondanee committed Mar 27, 2019
1 parent 5e0b19f commit 49a09d2
Show file tree
Hide file tree
Showing 13 changed files with 17 additions and 44 deletions.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
Binary file added .idea/caches/gradle_models.ser
Binary file not shown.
9 changes: 3 additions & 6 deletions .idea/gradle.xml

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

32 changes: 4 additions & 28 deletions .idea/misc.xml

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

8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<img src="/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png" alt="logo" width="144" height="144" align="right" />

# KeyakiMsgAssistant
Xposed module for "欅坂46メッセー" app
Xposed module for "欅坂46/日向坂46 メッセージ" app

<a href="https://www.coolapk.com/apk/com.nondanee.keyakimsgassistant"><img alt="Get it on Coolapk" src="https://user-images.githubusercontent.com/26399680/47835376-b1302200-ddde-11e8-8303-77d106cb4f02.png" height=42px /></a>
<a href="https://www.coolapk.com/apk/com.nondanee.keyakimsgassistant"><img src="https://user-images.githubusercontent.com/26399680/47835376-b1302200-ddde-11e8-8303-77d106cb4f02.png" height=42px /></a>

## Requirement
- [x] Android 5.0+
Expand All @@ -18,11 +18,11 @@ Xposed module for "欅坂46メッセー" app

## Feature
- Add double-tap-to-copy function for text
- Help to download photos, audios, videos in messages
- Click to download photo, audio, video in messages
- Lift the restriction on screenshot and screenrecord

## Screenshot
<img alt="text" src="screenshots/text.jpg" width="25%"/><img alt="photo" src="screenshots/photo.jpg" width="25%"/><img alt="video" src="screenshots/video.jpg" width="25%"/><img alt="audio" src="screenshots/audio.jpg" width="25%"/>
<img alt="text" src="https://user-images.githubusercontent.com/26399680/55107355-12e58580-510c-11e9-92b5-01888a67fc20.jpg" width="25%"/><img alt="photo" src="https://user-images.githubusercontent.com/26399680/55107354-124cef00-510c-11e9-9b3f-6204e27eb296.jpg" width="25%"/><img alt="video" src="https://user-images.githubusercontent.com/26399680/55107356-12e58580-510c-11e9-84af-c22a999e6d10.jpg" width="25%"/><img alt="audio" src="https://user-images.githubusercontent.com/26399680/55107353-11b45880-510c-11e9-928d-425be2dac12c.jpg" width="25%"/>

## Reference

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {
applicationId "com.nondanee.keyakimsgassistant"
minSdkVersion 21
targetSdkVersion 26
versionCode 16
versionName "3.2"
versionCode 17
versionName "3.3"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ protected void beforeHookedMethod(MethodHookParam param) throws Throwable {

// VOICE
XposedHelpers.findAndHookMethod(
"jp.co.sonymusic.communication.keyakizaka.common.dr",
"jp.co.sonymusic.communication.keyakizaka.common.de",
loadPackageParam.classLoader,
"a",
loadPackageParam.classLoader.loadClass("jp.co.sonymusic.communication.keyakizaka.db.dto.TalkInfo"),
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.1'
classpath 'com.android.tools.build:gradle:3.3.1'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sun Sep 09 13:53:19 CST 2018
#Thu Mar 28 01:42:02 CST 2019
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip
Binary file removed screenshots/audio.jpg
Binary file not shown.
Binary file removed screenshots/photo.jpg
Binary file not shown.
Binary file removed screenshots/text.jpg
Binary file not shown.
Binary file removed screenshots/video.jpg
Binary file not shown.

0 comments on commit 49a09d2

Please sign in to comment.