-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update version v1.4.1(280) #144
Conversation
jiangzhiguo1992
commented
Jan 29, 2023
- Add a new private group.
- Added the function of sliding left and right when browsing multiple pictures/videos.
- Added sharing and pull-down exit functions in the picture/video details page.
- Optimize the stability and fault tolerance of file transfer.
- Optimized the situation that the Apple end could not receive notifications.
- Fix the problem that the client fails to link in some regions.
- Fix the problem that the thumbnail image download fails for file transfer.
- Fix the inconsistency between session summary and message list.
- Fixed the problem of flashback caused by incorrect wallet address verification.
- Increase the acceleration function of all transactions, and related settings interface.
- Add the function of secondary confirmation of picture selection, and increase the multi-selection function of picture selection.
- Remove unnecessary phone permissions on Android.
Signed-off-by: heron <[email protected]>
Signed-off-by: heron <[email protected]>
Signed-off-by: heron <[email protected]>
Signed-off-by: heron <[email protected]>
|
||
/** | ||
* Created by JZG on 2021/6/28. | ||
*/ | ||
class APNSPush { | ||
companion object { | ||
private const val ApnsTopic = "org.nkn.nmobile" | ||
private const val ApnsTopic = "com.xxx.xxx" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add in config file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
||
let pushTopic = "com.xxx.xxx" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add in config file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.