Skip to content

Releases: MiPushFramework/MiPushTester

0.115

19 Aug 17:08
e97bb9d
Compare
Choose a tag to compare
0.115 Pre-release
Pre-release
Merge pull request #23 from MiPushFramework/canary

fix(server): do not throw an exception when data contains unexpected …

0.114

17 Aug 03:48
063c295
Compare
Choose a tag to compare
0.114 Pre-release
Pre-release
Merge pull request #22 from MiPushFramework/canary

fix(server): ignore null strings as well when ignorable=true

0.113

09 Aug 21:47
56ad17c
Compare
Choose a tag to compare

Features

  • The release apk is now debuggable.

Fixes

  • Fix registration issues

0.104

04 Feb 01:53
07889dc
Compare
Choose a tag to compare
0.104 Pre-release
Pre-release

Snapshot version automatically generated by Travis CI. Please be cautious to experience due to potential bugs.

0.102

03 Feb 22:45
464b6dd
Compare
Choose a tag to compare
0.102 Pre-release
Pre-release

Snapshot version automatically generated by Travis CI. Please be cautious to experience due to potential bugs.

0.99

21 Jan 17:42
5ae0d67
Compare
Choose a tag to compare
0.99 Pre-release
Pre-release

Features

  • Log the received intent in push receiver
  • Delete files and databases when you reset

Fixes

  • Do not enable privacy protection as default

Others

  • Upgrade com.android.tools.build:gradle

0.95

10 Jan 16:27
a0a2341
Compare
Choose a tag to compare
0.95 Pre-release
Pre-release

Features

  • Add notification when registration fails
  • Add Simplified Chinese translation
  • Enable debugging for Fabric
  • Add privacy protection

Others

  • Remove space in the folder name to pass cloning on Windows platform

0.88

06 Jan 20:47
7473a69
Compare
Choose a tag to compare
0.88 Pre-release
Pre-release

Snapshot version automatically generated by Travis CI. Please be cautious to experience due to potential bugs.

0.84

04 Jan 23:08
143477b
Compare
Choose a tag to compare
0.84 Pre-release
Pre-release

Features

  • Add alias and account support (Has some issues on my device)
  • Add permission spoofing (May cause registration error? I don't know enough)
  • Update repo URL
  • Support clearing notifications (Not tested)
  • Change docker image ENTRYPOINT to CMD to allow tweaking the command

Fixes

  • Update package name of State.kt

Refactors

  • Rewrite common in Kotlin
  • Move kotlin source codes to src/main/kotlin

0.74

29 Dec 18:58
8a1ae50
Compare
Choose a tag to compare

Features

  • Add notices for global option
  • Add more information in registration info dialog
  • Add description for pass through notification option
  • Add accept time support
  • Add device info and MIUI info into the message details #5
  • Disable some options before registration
  • (Experimental) Add version name to release APK file name
  • Rewritten app in Kotlin

Fixes

  • Pass through message cannot be displayed
  • Some accept time attributes cannot be saved
  • MiPushMessage is obfuscated #6
  • Still show update available alert on the latest release #7
  • ShadowJar doesn't support Gradle 5

Others

  • Upgrade Gradle