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
a610eef0
Commit
a610eef0
authored
Jul 12, 2018
by
Mygod
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused stuff
parent
5d55cc55
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
5 deletions
+0
-5
mobile/src/main/java/com/github/shadowsocks/ScannerActivity.kt
...e/src/main/java/com/github/shadowsocks/ScannerActivity.kt
+0
-1
mobile/src/main/java/com/github/shadowsocks/bg/LocalSocketListener.kt
...ain/java/com/github/shadowsocks/bg/LocalSocketListener.kt
+0
-1
mobile/src/main/java/com/github/shadowsocks/database/ProfileManager.kt
...in/java/com/github/shadowsocks/database/ProfileManager.kt
+0
-2
mobile/src/main/java/com/github/shadowsocks/utils/Utils.kt
mobile/src/main/java/com/github/shadowsocks/utils/Utils.kt
+0
-1
No files found.
mobile/src/main/java/com/github/shadowsocks/ScannerActivity.kt
View file @
a610eef0
...
@@ -35,7 +35,6 @@ import android.util.SparseArray
...
@@ -35,7 +35,6 @@ import android.util.SparseArray
import
android.view.MenuItem
import
android.view.MenuItem
import
android.widget.Toast
import
android.widget.Toast
import
com.crashlytics.android.Crashlytics
import
com.crashlytics.android.Crashlytics
import
com.github.shadowsocks.App.Companion.app
import
com.github.shadowsocks.database.Profile
import
com.github.shadowsocks.database.Profile
import
com.github.shadowsocks.database.ProfileManager
import
com.github.shadowsocks.database.ProfileManager
import
com.github.shadowsocks.utils.openBitmap
import
com.github.shadowsocks.utils.openBitmap
...
...
mobile/src/main/java/com/github/shadowsocks/bg/LocalSocketListener.kt
View file @
a610eef0
...
@@ -23,7 +23,6 @@ package com.github.shadowsocks.bg
...
@@ -23,7 +23,6 @@ package com.github.shadowsocks.bg
import
android.net.LocalServerSocket
import
android.net.LocalServerSocket
import
android.net.LocalSocket
import
android.net.LocalSocket
import
android.net.LocalSocketAddress
import
android.net.LocalSocketAddress
import
com.github.shadowsocks.App.Companion.app
import
com.github.shadowsocks.utils.printLog
import
com.github.shadowsocks.utils.printLog
import
java.io.File
import
java.io.File
import
java.io.IOException
import
java.io.IOException
...
...
mobile/src/main/java/com/github/shadowsocks/database/ProfileManager.kt
View file @
a610eef0
...
@@ -34,8 +34,6 @@ import java.sql.SQLException
...
@@ -34,8 +34,6 @@ import java.sql.SQLException
* to ensure we are in a consistent state.
* to ensure we are in a consistent state.
*/
*/
object
ProfileManager
{
object
ProfileManager
{
private
const
val
TAG
=
"ProfileManager"
@Throws
(
SQLException
::
class
)
@Throws
(
SQLException
::
class
)
fun
createProfile
(
p
:
Profile
?
=
null
):
Profile
{
fun
createProfile
(
p
:
Profile
?
=
null
):
Profile
{
val
profile
=
p
?:
Profile
()
val
profile
=
p
?:
Profile
()
...
...
mobile/src/main/java/com/github/shadowsocks/utils/Utils.kt
View file @
a610eef0
...
@@ -16,7 +16,6 @@ import android.support.v4.content.ContextCompat
...
@@ -16,7 +16,6 @@ import android.support.v4.content.ContextCompat
import
android.support.v7.util.SortedList
import
android.support.v7.util.SortedList
import
android.util.TypedValue
import
android.util.TypedValue
import
com.crashlytics.android.Crashlytics
import
com.crashlytics.android.Crashlytics
import
com.github.shadowsocks.App.Companion.app
import
com.github.shadowsocks.JniHelper
import
com.github.shadowsocks.JniHelper
import
java.net.InetAddress
import
java.net.InetAddress
import
java.net.URLConnection
import
java.net.URLConnection
...
...
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