Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
com.ccwangluo.accelerator
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sheteng
com.ccwangluo.accelerator
Commits
4de39f3b
Commit
4de39f3b
authored
Aug 23, 2018
by
Mygod
Committed by
Max Lv
Aug 28, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix build
parent
4898ff58
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
16 additions
and
29 deletions
+16
-29
.circleci/config.yml
.circleci/config.yml
+10
-1
core/src/androidTest/java/com/github/shadowsocks/ExampleInstrumentedTest.java
.../java/com/github/shadowsocks/ExampleInstrumentedTest.java
+0
-26
core/src/androidTest/java/com/github/shadowsocks/acl/AclTest.kt
...rc/androidTest/java/com/github/shadowsocks/acl/AclTest.kt
+0
-0
core/src/androidTest/java/com/github/shadowsocks/database/ProfileTest.kt
...dTest/java/com/github/shadowsocks/database/ProfileTest.kt
+0
-0
core/src/androidTest/java/com/github/shadowsocks/utils/SubnetTest.kt
...droidTest/java/com/github/shadowsocks/utils/SubnetTest.kt
+0
-0
core/src/test/java/com/github/shadowsocks/database/KeyValuePairTest.kt
.../java/com/github/shadowsocks/database/KeyValuePairTest.kt
+0
-0
mobile/src/main/AndroidManifest.xml
mobile/src/main/AndroidManifest.xml
+5
-2
tv/src/main/AndroidManifest.xml
tv/src/main/AndroidManifest.xml
+1
-0
No files found.
.circleci/config.yml
View file @
4de39f3b
...
...
@@ -32,6 +32,15 @@ jobs:
-
store_artifacts
:
path
:
tv/build/outputs/apk
destination
:
apk/tv
-
store_artifacts
:
path
:
core/build/reports
destination
:
reports/core
-
store_artifacts
:
path
:
mobile/build/reports
destination
:
reports
destination
:
reports/mobile
-
store_artifacts
:
path
:
plugin/build/reports
destination
:
reports/plugin
-
store_artifacts
:
path
:
tv/build/reports
destination
:
reports/tv
core/src/androidTest/java/com/github/shadowsocks/ExampleInstrumentedTest.java
deleted
100644 → 0
View file @
4898ff58
package
com.github.shadowsocks
;
import
android.content.Context
;
import
androidx.test.InstrumentationRegistry
;
import
androidx.test.runner.AndroidJUnit4
;
import
org.junit.Test
;
import
org.junit.runner.RunWith
;
import
static
org
.
junit
.
Assert
.*;
/**
* Instrumented test, which will execute on an Android device.
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
@RunWith
(
AndroidJUnit4
.
class
)
public
class
ExampleInstrumentedTest
{
@Test
public
void
useAppContext
()
throws
Exception
{
// Context of the app under test.
Context
appContext
=
InstrumentationRegistry
.
getTargetContext
();
assertEquals
(
"com.github.shadowsocks.core.test"
,
appContext
.
getPackageName
());
}
}
mobil
e/src/androidTest/java/com/github/shadowsocks/acl/AclTest.kt
→
cor
e/src/androidTest/java/com/github/shadowsocks/acl/AclTest.kt
View file @
4de39f3b
File moved
mobil
e/src/androidTest/java/com/github/shadowsocks/database/ProfileTest.kt
→
cor
e/src/androidTest/java/com/github/shadowsocks/database/ProfileTest.kt
View file @
4de39f3b
File moved
mobil
e/src/androidTest/java/com/github/shadowsocks/utils/SubnetTest.kt
→
cor
e/src/androidTest/java/com/github/shadowsocks/utils/SubnetTest.kt
View file @
4de39f3b
File moved
mobil
e/src/test/java/com/github/shadowsocks/database/KeyValuePairTest.kt
→
cor
e/src/test/java/com/github/shadowsocks/database/KeyValuePairTest.kt
View file @
4de39f3b
File moved
mobile/src/main/AndroidManifest.xml
View file @
4de39f3b
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:tools=
"http://schemas.android.com/tools"
package=
"com.github.shadowsocks"
>
package=
"com.github.shadowsocks"
tools:ignore=
"MissingLeanbackSupport"
>
<uses-permission
android:name=
"android.permission.NFC"
/>
<uses-permission
android:name=
"android.permission.CAMERA"
/>
...
...
@@ -12,7 +13,9 @@
<uses-feature
android:name=
"android.hardware.camera"
android:required=
"false"
/>
<application
android:name=
".App"
>
<application
android:name=
".App"
tools:ignore=
"MissingTvBanner"
>
<activity
android:name=
".MainActivity"
...
...
tv/src/main/AndroidManifest.xml
View file @
4de39f3b
...
...
@@ -13,6 +13,7 @@
<application
android:name=
".App"
android:theme=
"@style/Theme.Shadowsocks.TV"
tools:ignore=
"MissingTvBanner"
tools:replace=
"theme"
>
<activity
android:name=
".MainActivity"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment