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
ebc5c3f4
Commit
ebc5c3f4
authored
Aug 05, 2013
by
Max Lv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix #31
parent
cb8908e4
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
8 deletions
+4
-8
project/Build.scala
project/Build.scala
+2
-2
src/main/res/layout/layout_apps.xml
src/main/res/layout/layout_apps.xml
+0
-3
src/main/res/values/strings.xml
src/main/res/values/strings.xml
+1
-3
src/main/scala/com/github/shadowsocks/AppManager.scala
src/main/scala/com/github/shadowsocks/AppManager.scala
+1
-0
No files found.
project/Build.scala
View file @
ebc5c3f4
...
...
@@ -5,8 +5,8 @@ import sbtandroid._
import
sbtandroid.AndroidKeys._
object
App
{
val
version
=
"1.8.
0
"
val
versionCode
=
4
5
val
version
=
"1.8.
1
"
val
versionCode
=
4
6
}
object
General
{
...
...
src/main/res/layout/layout_apps.xml
View file @
ebc5c3f4
...
...
@@ -2,9 +2,6 @@
<LinearLayout
android:layout_width=
"fill_parent"
android:layout_height=
"fill_parent"
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:orientation=
"vertical"
android:duplicateParentState=
"false"
>
<TextView
android:text=
"@string/proxied_help"
android:layout_width=
"fill_parent"
android:layout_height=
"wrap_content"
android:textSize=
"16sp"
android:padding=
"3dp"
/>
<ListView
android:layout_width=
"fill_parent"
android:layout_height=
"wrap_content"
android:id=
"@+id/applistview"
/>
</LinearLayout>
\ No newline at end of file
src/main/res/values/strings.xml
View file @
ebc5c3f4
...
...
@@ -35,7 +35,7 @@
<string
name=
"proxied_apps"
>
Individual Proxy
</string>
<string
name=
"proxied_apps_summary"
>
Set individual proxy for apps
</string>
<string
name=
"proxied_help"
>
Select
apps to use with Shadowsocks:
</string>
<string
name=
"proxied_help"
>
Select
Apps
</string>
<string
name=
"bypass_apps"
>
Bypass Mode
</string>
<string
name=
"bypass_apps_summary"
>
Enable this option to bypass selected apps
</string>
<string
name=
"auto_connect"
>
Auto Connect
</string>
...
...
@@ -71,8 +71,6 @@
<string
name=
"recovery"
>
Reset
</string>
<string
name=
"about"
>
About
</string>
<string
name=
"about_title"
>
Shadowsocks %s
</string>
<string
name=
"donate"
>
Donate
</string>
<string
name=
"donate_address"
>
http://buildbot.sinaapp.com/donate.html
</string>
<string
name=
"flush_dnscache"
>
Flush DNS Cache
</string>
<string
name=
"flushing"
>
Flushing
</string>
...
...
src/main/scala/com/github/shadowsocks/AppManager.scala
View file @
ebc5c3f4
...
...
@@ -217,6 +217,7 @@ class AppManager extends SherlockActivity with OnCheckedChangeListener with OnCl
protected
override
def
onCreate
(
savedInstanceState
:
Bundle
)
{
super
.
onCreate
(
savedInstanceState
)
getSupportActionBar
.
setTitle
(
R
.
string
.
proxied_help
)
this
.
setContentView
(
R
.
layout
.
layout_apps
)
this
.
overlay
=
View
.
inflate
(
this
,
R
.
layout
.
overlay
,
null
).
asInstanceOf
[
TextView
]
getWindowManager
.
addView
(
overlay
,
new
...
...
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