-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
63 changed files
with
9,527 additions
and
15,323 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
include: package:pedantic/analysis_options.yaml | ||
|
||
linter: | ||
rules: | ||
camel_case_types: false | ||
camel_case_extensions: false | ||
omit_local_variable_types: false | ||
prefer_single_quotes: false | ||
unnecessary_this: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4,048 changes: 2,558 additions & 1,490 deletions
4,048
android/src/main/java/me/yohom/jcore_fluttify/sub_handler/SubHandler0.java
Large diffs are not rendered by default.
Oops, something went wrong.
5,076 changes: 2,605 additions & 2,471 deletions
5,076
android/src/main/java/me/yohom/jcore_fluttify/sub_handler/SubHandler1.java
Large diffs are not rendered by default.
Oops, something went wrong.
4,866 changes: 1,699 additions & 3,167 deletions
4,866
android/src/main/java/me/yohom/jcore_fluttify/sub_handler/SubHandler2.java
Large diffs are not rendered by default.
Oops, something went wrong.
1,357 changes: 0 additions & 1,357 deletions
1,357
android/src/main/java/me/yohom/jcore_fluttify/sub_handler/SubHandler3.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
22d64be1d635a203ad23c3644d824910 | ||
017eee7aac34cccd814dd9abbbd3ae04 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,40 @@ | ||
export 'cn/jiguang/net/HttpRequest.g.dart'; | ||
export 'cn/jiguang/net/HttpResponse.g.dart'; | ||
export 'cn/jiguang/net/DefaultHostVerifier.g.dart'; | ||
export 'cn/jiguang/net/SSLTrustManager.g.dart'; | ||
export 'cn/jiguang/net/HttpUtils.g.dart'; | ||
export 'cn/jiguang/internal/JCoreHelperAction.g.dart'; | ||
export 'cn/jiguang/internal/JCoreInternalHelper.g.dart'; | ||
export 'cn/jiguang/internal/JConstants.g.dart'; | ||
export 'cn/jiguang/internal/ActionManager.g.dart'; | ||
export 'cn/jcore/client/android/BuildConfig.g.dart'; | ||
export 'cn/jiguang/analytics/page/ActivityLifecycle.g.dart'; | ||
export 'cn/jiguang/analytics/page/PushSA.g.dart'; | ||
export 'cn/jiguang/android/BuildConfig.g.dart'; | ||
export 'cn/jiguang/android/IDataShare.g.dart'; | ||
export 'cn/jiguang/dy/Protocol.g.dart'; | ||
export 'cn/jiguang/api/JDispatchAction.g.dart'; | ||
export 'cn/jiguang/api/MultiSpHelper.g.dart'; | ||
export 'cn/jiguang/api/BaseLogger.g.dart'; | ||
export 'cn/jiguang/api/JResponse.g.dart'; | ||
export 'cn/jiguang/api/JRequest.g.dart'; | ||
export 'cn/jiguang/api/utils/ProtocolUtil.g.dart'; | ||
export 'cn/jiguang/api/utils/OutputDataUtil.g.dart'; | ||
export 'cn/jiguang/api/utils/ByteBufferUtils.g.dart'; | ||
export 'cn/jiguang/api/JProtocol.g.dart'; | ||
export 'cn/jiguang/api/ReportCallBack.g.dart'; | ||
export 'cn/jiguang/api/JAnalyticsAction.g.dart'; | ||
export 'cn/jiguang/api/JAction.g.dart'; | ||
export 'cn/jiguang/api/JActionExtra.g.dart'; | ||
export 'cn/jiguang/api/JAnalyticsAction.g.dart'; | ||
export 'cn/jiguang/api/JCoreInterface.g.dart'; | ||
export 'cn/jiguang/api/JCoreManager.g.dart'; | ||
export 'cn/jiguang/api/JActionExtra.g.dart'; | ||
export 'cn/jiguang/api/JDispatchAction.g.dart'; | ||
export 'cn/jiguang/api/JProtocol.g.dart'; | ||
export 'cn/jiguang/api/JRequest.g.dart'; | ||
export 'cn/jiguang/api/JResponse.g.dart'; | ||
export 'cn/jiguang/api/MultiSpHelper.g.dart'; | ||
export 'cn/jiguang/api/ReportCallBack.g.dart'; | ||
export 'cn/jiguang/api/SdkType.g.dart'; | ||
export 'cn/jiguang/analytics/page/PushSA.g.dart'; | ||
export 'cn/jiguang/analytics/page/ActivityLifecycle.g.dart'; | ||
export 'cn/jcore/client/android/BuildConfig.g.dart'; | ||
export 'cn/jpush/android/service/DownloadActivity.g.dart'; | ||
export 'cn/jiguang/api/utils/ByteBufferUtils.g.dart'; | ||
export 'cn/jiguang/api/utils/OutputDataUtil.g.dart'; | ||
export 'cn/jiguang/api/utils/ProtocolUtil.g.dart'; | ||
export 'cn/jiguang/net/DefaultHostVerifier.g.dart'; | ||
export 'cn/jiguang/net/HttpRequest.g.dart'; | ||
export 'cn/jiguang/net/HttpResponse.g.dart'; | ||
export 'cn/jiguang/net/HttpUtils.g.dart'; | ||
export 'cn/jiguang/net/SSLTrustManager.g.dart'; | ||
export 'cn/jpush/android/service/AlarmReceiver.g.dart'; | ||
export 'cn/jpush/android/service/DActivity.g.dart'; | ||
export 'cn/jpush/android/service/DaemonService.g.dart'; | ||
export 'cn/jpush/android/service/DataProvider.g.dart'; | ||
export 'cn/jpush/android/service/DataShare.g.dart'; | ||
export 'cn/jpush/android/service/DownloadActivity.g.dart'; | ||
export 'cn/jpush/android/service/DownloadProvider.g.dart'; | ||
export 'cn/jpush/android/service/DaemonService.g.dart'; | ||
export 'cn/jpush/android/service/JCommonService.g.dart'; | ||
export 'cn/jpush/android/service/PushReceiver.g.dart'; | ||
export 'cn/jpush/android/service/PushService.g.dart'; | ||
export 'cn/jpush/android/service/WakedResultReceiver.g.dart'; | ||
export 'cn/jpush/android/service/DActivity.g.dart'; | ||
export 'cn/jpush/android/service/AlarmReceiver.g.dart'; | ||
export 'cn/jpush/android/service/JCommonService.g.dart'; | ||
export 'type_op.g.dart'; | ||
export 'constants.g.dart'; | ||
export 'type_op.g.dart'; | ||
export '../facade/objects.g.dart'; |
Oops, something went wrong.