Skip to content

Commit c9bbcba

Browse files
committed
more things
1 parent f95fa6b commit c9bbcba

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+181
-11692
lines changed

.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
33
<classpathentry kind="src" path="src"/>
4-
<classpathentry kind="src" path="gen"/>
54
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
65
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
76
<classpathentry kind="lib" path="libs/GoogleAdMobAdsSdk-6.0.1.jar"/>
7+
<classpathentry kind="src" path="gen"/>
88
<classpathentry kind="output" path="bin/classes"/>
99
</classpath>

AndroidManifest.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="org.onaips.vnc"
4-
android:versionCode="57"
5-
android:versionName="1.1RC0" >
4+
android:versionCode="58"
5+
android:versionName="1.1RC1" >
66

7-
<uses-sdk android:minSdkVersion="5" />
7+
<uses-sdk android:minSdkVersion="4" />
88

99
<uses-permission android:name="android.permission.WRITE_SETTINGS" >
1010
</uses-permission>
11-
11+
1212
<application
1313
android:name="MainApplication"
14-
android:debuggable="true"
14+
android:debuggable="false"
1515
android:icon="@drawable/icon"
1616
android:label="droid VNC server" >
1717
<activity
1818
android:name=".MainActivity"
1919
android:icon="@drawable/icon"
2020
android:label="@string/app_name"
21-
android:launchMode="singleInstance" >
22-
<intent-filter>
21+
android:launchMode="singleInstance">
22+
<intent-filter>
2323
<action android:name="android.intent.action.MAIN" />
2424

2525
<category android:name="android.intent.category.LAUNCHER" />
26-
26+
2727
<action android:name="org.onaips.vnc.ACTIVITY_UPDATE" />
2828
</intent-filter>
29-
</activity>
30-
<activity
29+
</activity>
30+
<activity
3131
android:name="preferences"
3232
android:label="Preferences" >
3333
</activity>

CHANGELOG

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
v1.1a
1+
v1.1RC1
2+
- Changed libpng and libjpeg to more recent SIMD optimized.
3+
- Fixed bug on gralloc and flinger loading.
4+
- x86 and MIPS support added!
5+
6+
v1.1RC0
27

38
- ICS support
49
- Changed to official libvncserver v0.9.9.

README

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Connects to the daemon using local IPC.
1717
-------------- Compile C daemon ---------------------
1818
On project folder:
1919
$ ndk-build
20-
$ mv libs/armeabi/androidvncserver /res/raw/androidvncserver.mp3 :O mp3 overcomes the 1MB limitation on some resources
20+
$ ./updateExecsAndLibs.sh
2121

2222
-------------- Compile Wrapper libs -----------------
2323
$ cd <aosp_folder>
@@ -26,9 +26,10 @@ On project folder:
2626
$ ln -s <droid-vnc-folder>/nativeMethods/ external/
2727

2828
To build:
29-
$ mm external/nativeMethods
30-
$ cp <droid-vnc-folder>/nativeMethods/lib/* <droid-vnc-folder>/res/raw
31-
29+
$ cd external/nativeMethods
30+
$ mm .
31+
$ cd <droid-vnc-folder>
32+
$ ./updateExecsAndLibs.sh
3233

3334
-------------- Compile GUI------- -------------------
3435
Import using eclipse as a regular Android project

TODO

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
[ADD] GnuTLS support (already working on libvncserver)
22
[ADD] Map volume keys
33
[ADD] Custom key mapping
4-
[ADD] MIPS and X86 to APP_ABI (and more)
54
[ADD] Key/Touch injection though WindowManagerService/Binder mechanism (looking for a aidl->cpp translator)
65

76
[CHANGE] Tcp socket to unix socket
8-
9-
[FIX] Click on address field will iterate show interface addresses

bin/droid-VNC-server.apk

1.12 MB
Binary file not shown.

jni/Application.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
APP_ABI:=armeabi armeabi-v7a
1+
APP_ABI:=armeabi armeabi-v7a x86 mips
22
#APP_MODULES:= jpeg libpng libcrypto_static libssl_static androidvncserver

jni/libpng/CleanSpec.mk

Lines changed: 0 additions & 49 deletions
This file was deleted.

jni/libpng/KNOWNBUG

Lines changed: 0 additions & 22 deletions
This file was deleted.

jni/libpng/MODULE_LICENSE_BSD_LIKE

Whitespace-only changes.

jni/libpng/NOTICE

Lines changed: 0 additions & 111 deletions
This file was deleted.

jni/libpng/ThirdPartyProject.prop

Lines changed: 0 additions & 10 deletions
This file was deleted.

jni/libpng/Y2KINFO

Lines changed: 0 additions & 55 deletions
This file was deleted.

jni/libpng/contrib/pngminim/decoder/gather.sh

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)