File tree Expand file tree Collapse file tree 15 files changed +185
-4
lines changed
java/com/oasisfeng/nevo/decorators/wechat Expand file tree Collapse file tree 15 files changed +185
-4
lines changed Original file line number Diff line number Diff line change 11buildscript {
22 repositories {
33 google()
4- jcenter ()
4+ mavenCentral ()
55 }
66
77 dependencies {
8- classpath ' com.android.tools.build:gradle:7.0.4 '
8+ classpath ' com.android.tools.build:gradle:7.1.1 '
99
1010 // NOTE: Do not place your application dependencies here; they belong
1111 // in the individual module build.gradle files
@@ -14,14 +14,14 @@ buildscript {
1414
1515repositories {
1616 google()
17- jcenter ()
17+ mavenCentral ()
1818}
1919
2020if (! project. plugins. hasPlugin(" com.android.library" )) apply plugin : ' com.android.application'
2121apply plugin : ' kotlin-android'
2222
2323android {
24- compileSdkVersion 30
24+ compileSdkVersion 31
2525
2626 defaultConfig {
2727 minSdkVersion 23
Original file line number Diff line number Diff line change 3434 <service android : name =" .WeChatDecorator"
3535 android : directBootAware =" true" tools : targetApi =" N"
3636 android : permission =" com.oasisfeng.nevo.permission.BIND_DECORATOR_SERVICE"
37+ android : exported =" true"
3738 android : label =" @string/decorator_wechat_title"
3839 android : description =" @string/decorator_wechat_description" >
3940 <intent-filter android : priority =" 5" >
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (C) 2015 The Nevolution Project
3+ *
4+ * Licensed under the Apache License, Version 2.0 (the "License");
5+ * you may not use this file except in compliance with the License.
6+ * You may obtain a copy of the License at
7+ *
8+ * http://www.apache.org/licenses/LICENSE-2.0
9+ *
10+ * Unless required by applicable law or agreed to in writing, software
11+ * distributed under the License is distributed on an "AS IS" BASIS,
12+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+ * See the License for the specific language governing permissions and
14+ * limitations under the License.
15+ */
16+
117package com.oasisfeng.nevo.decorators.wechat
218
319import android.annotation.SuppressLint
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (C) 2015 The Nevolution Project
3+ *
4+ * Licensed under the Apache License, Version 2.0 (the "License");
5+ * you may not use this file except in compliance with the License.
6+ * You may obtain a copy of the License at
7+ *
8+ * http://www.apache.org/licenses/LICENSE-2.0
9+ *
10+ * Unless required by applicable law or agreed to in writing, software
11+ * distributed under the License is distributed on an "AS IS" BASIS,
12+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+ * See the License for the specific language governing permissions and
14+ * limitations under the License.
15+ */
16+
117package com.oasisfeng.nevo.decorators.wechat
218
319import android.content.ContentProvider
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (C) 2015 The Nevolution Project
3+ *
4+ * Licensed under the Apache License, Version 2.0 (the "License");
5+ * you may not use this file except in compliance with the License.
6+ * You may obtain a copy of the License at
7+ *
8+ * http://www.apache.org/licenses/LICENSE-2.0
9+ *
10+ * Unless required by applicable law or agreed to in writing, software
11+ * distributed under the License is distributed on an "AS IS" BASIS,
12+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+ * See the License for the specific language governing permissions and
14+ * limitations under the License.
15+ */
16+
117package com.oasisfeng.nevo.decorators.wechat
218
319import android.app.Activity
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (C) 2015 The Nevolution Project
3+ *
4+ * Licensed under the Apache License, Version 2.0 (the "License");
5+ * you may not use this file except in compliance with the License.
6+ * You may obtain a copy of the License at
7+ *
8+ * http://www.apache.org/licenses/LICENSE-2.0
9+ *
10+ * Unless required by applicable law or agreed to in writing, software
11+ * distributed under the License is distributed on an "AS IS" BASIS,
12+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+ * See the License for the specific language governing permissions and
14+ * limitations under the License.
15+ */
16+
117package com.oasisfeng.nevo.decorators.wechat
218
319import android.app.Notification
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (C) 2015 The Nevolution Project
3+ *
4+ * Licensed under the Apache License, Version 2.0 (the "License");
5+ * you may not use this file except in compliance with the License.
6+ * You may obtain a copy of the License at
7+ *
8+ * http://www.apache.org/licenses/LICENSE-2.0
9+ *
10+ * Unless required by applicable law or agreed to in writing, software
11+ * distributed under the License is distributed on an "AS IS" BASIS,
12+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+ * See the License for the specific language governing permissions and
14+ * limitations under the License.
15+ */
16+
117package com .oasisfeng .nevo .decorators .wechat ;
218
319import static android .os .Build .VERSION .SDK_INT ;
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (C) 2015 The Nevolution Project
3+ *
4+ * Licensed under the Apache License, Version 2.0 (the "License");
5+ * you may not use this file except in compliance with the License.
6+ * You may obtain a copy of the License at
7+ *
8+ * http://www.apache.org/licenses/LICENSE-2.0
9+ *
10+ * Unless required by applicable law or agreed to in writing, software
11+ * distributed under the License is distributed on an "AS IS" BASIS,
12+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+ * See the License for the specific language governing permissions and
14+ * limitations under the License.
15+ */
16+
117package com.oasisfeng.nevo.decorators.wechat
218
319import android.text.SpannableStringBuilder
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (C) 2015 The Nevolution Project
3+ *
4+ * Licensed under the Apache License, Version 2.0 (the "License");
5+ * you may not use this file except in compliance with the License.
6+ * You may obtain a copy of the License at
7+ *
8+ * http://www.apache.org/licenses/LICENSE-2.0
9+ *
10+ * Unless required by applicable law or agreed to in writing, software
11+ * distributed under the License is distributed on an "AS IS" BASIS,
12+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+ * See the License for the specific language governing permissions and
14+ * limitations under the License.
15+ */
16+
117package com.oasisfeng.nevo.decorators.wechat
218
319import android.content.Context
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (C) 2015 The Nevolution Project
3+ *
4+ * Licensed under the Apache License, Version 2.0 (the "License");
5+ * you may not use this file except in compliance with the License.
6+ * You may obtain a copy of the License at
7+ *
8+ * http://www.apache.org/licenses/LICENSE-2.0
9+ *
10+ * Unless required by applicable law or agreed to in writing, software
11+ * distributed under the License is distributed on an "AS IS" BASIS,
12+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+ * See the License for the specific language governing permissions and
14+ * limitations under the License.
15+ */
16+
117package com.oasisfeng.nevo.decorators.wechat
218
319import android.annotation.SuppressLint
You can’t perform that action at this time.
0 commit comments