OSDN Git Service

android-x86/external-koush-Superuser.git
11 years agoC code fixups. Modify REQUESTOR if embedded in ROM.
Koushik Dutta [Wed, 27 Feb 2013 07:46:44 +0000 (23:46 -0800)]
C code fixups. Modify REQUESTOR if embedded in ROM.

11 years agoif a ROM is building superuser (vs embedding it into Settings), put the package into...
Koushik Dutta [Wed, 27 Feb 2013 07:30:24 +0000 (23:30 -0800)]
if a ROM is building superuser (vs embedding it into Settings), put the package into a com.thirdparty.superuser
This is so that it doesnt try to get updates from google play, which will be signed with a different key.

11 years agomove su to optional executables so it is suid
Koushik Dutta [Wed, 27 Feb 2013 07:02:37 +0000 (23:02 -0800)]
move su to optional executables so it is suid

11 years agoFix up request theme/
Koushik Dutta [Wed, 27 Feb 2013 06:53:15 +0000 (22:53 -0800)]
Fix up request theme/

11 years agoCrash Fix on tablets
Koushik Dutta [Wed, 27 Feb 2013 06:45:57 +0000 (22:45 -0800)]
Crash Fix on tablets

11 years agoholo dark done
Koushik Dutta [Wed, 27 Feb 2013 05:52:21 +0000 (21:52 -0800)]
holo dark done

11 years agoaosp fixes
Koushik Dutta [Wed, 27 Feb 2013 03:01:38 +0000 (19:01 -0800)]
aosp fixes

11 years agoUpdate README.md
Koushik Dutta [Wed, 27 Feb 2013 03:01:25 +0000 (19:01 -0800)]
Update README.md

11 years agoMerge pull request #16 from sparkym3/patch-1
Koushik Dutta [Wed, 27 Feb 2013 02:58:28 +0000 (18:58 -0800)]
Merge pull request #16 from sparkym3/patch-1

AndroidManifest to use the "signature" protection

11 years agoAndroidManifest to use the "signature" protection
sparkym3 [Wed, 27 Feb 2013 00:51:57 +0000 (18:51 -0600)]
AndroidManifest to use the "signature" protection

Updated the available permissions of REQUEST_SUPERUSER and REPORT_SUPERUSER to "signature" rather than "signatureOrSystem" since it is more strict and wouldn't allow access by other (unknown and possibly malicious) system apps.

11 years agoMerge pull request #15 from Smurph82/master
Koushik Dutta [Wed, 27 Feb 2013 00:21:12 +0000 (16:21 -0800)]
Merge pull request #15 from Smurph82/master

Close the DataInputStream after it is done reading the into the buffer.

11 years ago2013_0226 make sure to call close on the DataInputStream line 233
Ben [Tue, 26 Feb 2013 21:59:05 +0000 (16:59 -0500)]
2013_0226 make sure to call close on the DataInputStream line 233

11 years agoMerge pull request #14 from ogr3/ndk-tool-platform
Koushik Dutta [Tue, 26 Feb 2013 21:09:07 +0000 (13:09 -0800)]
Merge pull request #14 from ogr3/ndk-tool-platform

added possibility to change ndk-executable

11 years agoadded possibility to change ndk-executable
oGre [Tue, 26 Feb 2013 20:04:58 +0000 (21:04 +0100)]
added possibility to change ndk-executable

11 years agofix russian string formatting. lint fixes
Koushik Dutta [Tue, 26 Feb 2013 19:30:06 +0000 (11:30 -0800)]
fix russian string formatting. lint fixes

11 years agofix widgets ref
Koushik Dutta [Tue, 26 Feb 2013 19:20:59 +0000 (11:20 -0800)]
fix widgets ref

11 years agoFix bug where "Remember" does not work when pin protected.
Koushik Dutta [Tue, 26 Feb 2013 18:30:53 +0000 (10:30 -0800)]
Fix bug where "Remember" does not work when pin protected.

This was a intentional decision, but I think the desicion was wrong.

https://github.com/koush/Superuser/issues/6

11 years agoMerge pull request #12 from UniqueDroid/master
Koushik Dutta [Tue, 26 Feb 2013 18:28:11 +0000 (10:28 -0800)]
Merge pull request #12 from UniqueDroid/master

Added German translation part1

11 years agoMerge pull request #3 from jchleb/master
Koushik Dutta [Tue, 26 Feb 2013 18:27:58 +0000 (10:27 -0800)]
Merge pull request #3 from jchleb/master

French translation

11 years agoAdded German translation last part1
UniqueDroid [Tue, 26 Feb 2013 14:00:56 +0000 (15:00 +0100)]
Added German translation last part1

11 years agoAdded German translation last part
UniqueDroid [Tue, 26 Feb 2013 13:53:57 +0000 (14:53 +0100)]
Added German translation last part

11 years agoAdded German translation part2
UniqueDroid [Tue, 26 Feb 2013 12:58:16 +0000 (13:58 +0100)]
Added German translation part2

11 years agoAdded German translation part1
UniqueDroid [Tue, 26 Feb 2013 12:35:31 +0000 (13:35 +0100)]
Added German translation part1

11 years agodisable per command policy, as it is dumb.
Koushik Dutta [Tue, 26 Feb 2013 08:34:21 +0000 (00:34 -0800)]
disable per command policy, as it is dumb.
db close cleanups.
fixup uid name in the notification when logging is disabled.

11 years agorecoveryzip: handle spaces in zip path
Koushik Dutta [Tue, 26 Feb 2013 08:08:18 +0000 (00:08 -0800)]
recoveryzip: handle spaces in zip path
Fix up themes to inherit from Widgets project.

11 years agopull req rewritten. whitespace issues in original fix.
Koushik Dutta [Tue, 26 Feb 2013 03:26:12 +0000 (19:26 -0800)]
pull req rewritten. whitespace issues in original fix.
https://github.com/koush/Superuser/pull/10

11 years agoAdd permission group so the name shows up properly in the market description.
Koushik Dutta [Tue, 26 Feb 2013 02:41:26 +0000 (18:41 -0800)]
Add permission group so the name shows up properly in the market description.
It was showing "Default" before.

11 years agoremove noisy logging and cruft code
Koushik Dutta [Mon, 25 Feb 2013 21:47:13 +0000 (13:47 -0800)]
remove noisy logging and cruft code

11 years agouse TextUtils.isEmpty
Koushik Dutta [Mon, 25 Feb 2013 21:05:51 +0000 (13:05 -0800)]
use TextUtils.isEmpty

11 years agoMerge pull request #9 from ygorigor/master
Koushik Dutta [Mon, 25 Feb 2013 19:47:38 +0000 (11:47 -0800)]
Merge pull request #9 from ygorigor/master

This is initial translation for romanian language

11 years agoant: reenable ant. dont run this when eclipse is open.
Koushik Dutta [Mon, 25 Feb 2013 19:46:51 +0000 (11:46 -0800)]
ant: reenable ant. dont run this when eclipse is open.
Fix NRE in PIN entry when PIN is empty.

11 years agoMerge pull request #8 from MrYadro/master
Koushik Dutta [Mon, 25 Feb 2013 19:22:24 +0000 (11:22 -0800)]
Merge pull request #8 from MrYadro/master

Russian translation

11 years agoInitial Romanian translation for Superuser
Igor Sorocean [Mon, 25 Feb 2013 19:20:24 +0000 (21:20 +0200)]
Initial Romanian translation for Superuser

11 years agoMerge pull request #7 from gweedo767/master
Koushik Dutta [Mon, 25 Feb 2013 18:24:34 +0000 (10:24 -0800)]
Merge pull request #7 from gweedo767/master

Lowercase Deny in string.

11 years agoOops, missed it
yadro [Mon, 25 Feb 2013 18:02:37 +0000 (01:02 +0700)]
Oops, missed it

11 years agoAdded Russian translation
yadro [Mon, 25 Feb 2013 17:54:34 +0000 (00:54 +0700)]
Added Russian translation

11 years agoAdded Russian translation
yadro [Mon, 25 Feb 2013 17:49:00 +0000 (00:49 +0700)]
Added Russian translation

11 years agoCapitalization updated
gweedo767 [Mon, 25 Feb 2013 16:22:31 +0000 (10:22 -0600)]
Capitalization updated

Deny isn't a proper noun

11 years agoremove duplicate include
Koushik Dutta [Mon, 25 Feb 2013 09:41:39 +0000 (01:41 -0800)]
remove duplicate include

11 years agoMerge pull request #4 from Decad3nce/aesthetics
Koushik Dutta [Mon, 25 Feb 2013 09:40:23 +0000 (01:40 -0800)]
Merge pull request #4 from Decad3nce/aesthetics

Receiver: Set toast to content text not title

11 years agoReceiver: Set toast to content text not title
Decad3nce [Mon, 25 Feb 2013 09:28:27 +0000 (03:28 -0600)]
Receiver: Set toast to content text not title

11 years agoant signing is derpy, disable
Koushik Dutta [Mon, 25 Feb 2013 09:13:04 +0000 (01:13 -0800)]
ant signing is derpy, disable

11 years agoUpdate README.md
Koushik Dutta [Mon, 25 Feb 2013 08:15:17 +0000 (00:15 -0800)]
Update README.md

11 years agosuperuser
Koushik Dutta [Mon, 25 Feb 2013 08:07:00 +0000 (00:07 -0800)]
superuser

11 years agousermanager is only present >= api ver 17
Koushik Dutta [Mon, 25 Feb 2013 07:36:17 +0000 (23:36 -0800)]
usermanager is only present >= api ver 17

11 years agofix crash
Koushik Dutta [Mon, 25 Feb 2013 07:35:31 +0000 (23:35 -0800)]
fix crash

11 years agomultiuser all working
Koushik Dutta [Mon, 25 Feb 2013 07:33:53 +0000 (23:33 -0800)]
multiuser all working

11 years agofixup multiuser mode detection and usage, add -u option to print multiuser mode
Koushik Dutta [Mon, 25 Feb 2013 05:37:07 +0000 (21:37 -0800)]
fixup multiuser mode detection and usage, add -u option to print multiuser mode

11 years agoant support for creating a recovery.zip
Koushik Dutta [Mon, 25 Feb 2013 00:06:59 +0000 (16:06 -0800)]
ant support for creating a recovery.zip
x86 su

11 years agofixes for froyo-gb
Koushik Dutta [Sun, 24 Feb 2013 23:07:53 +0000 (15:07 -0800)]
fixes for froyo-gb

11 years agosu: add pid to request.
Koushik Dutta [Sun, 24 Feb 2013 22:03:14 +0000 (14:03 -0800)]
su: add pid to request.
su: fixup version info
Superuser: declared permission support
Superuser: Automatic responses
Superuser: notifications

11 years agosuperuser perm
Koushik Dutta [Sun, 24 Feb 2013 10:58:08 +0000 (02:58 -0800)]
superuser perm

11 years agoauto deny shouldnt create a policy
Koushik Dutta [Sun, 24 Feb 2013 09:50:55 +0000 (01:50 -0800)]
auto deny shouldnt create a policy

11 years agoremove junk xml
Koushik Dutta [Sun, 24 Feb 2013 09:39:29 +0000 (01:39 -0800)]
remove junk xml

11 years agoalmost done...
Koushik Dutta [Sun, 24 Feb 2013 09:39:12 +0000 (01:39 -0800)]
almost done...

11 years agosettings and logging config
Koushik Dutta [Sun, 24 Feb 2013 01:47:00 +0000 (17:47 -0800)]
settings and logging config

11 years agoUpdate README.md
Koushik Dutta [Sat, 23 Feb 2013 20:36:38 +0000 (12:36 -0800)]
Update README.md

11 years agoUpdate README.md
Koushik Dutta [Sat, 23 Feb 2013 20:35:55 +0000 (12:35 -0800)]
Update README.md

11 years agoadd ant build.xml and remove gen
Koushik Dutta [Sat, 23 Feb 2013 20:34:11 +0000 (12:34 -0800)]
add ant build.xml and remove gen

11 years agoUpdate README.md
Koushik Dutta [Sat, 23 Feb 2013 20:31:46 +0000 (12:31 -0800)]
Update README.md

11 years agoUpdate README.md
Koushik Dutta [Sat, 23 Feb 2013 20:30:41 +0000 (12:30 -0800)]
Update README.md

11 years agoreadme
Koushik Dutta [Sat, 23 Feb 2013 20:26:24 +0000 (12:26 -0800)]
readme

11 years agowip
Koushik Dutta [Sat, 23 Feb 2013 00:05:21 +0000 (16:05 -0800)]
wip

11 years agoback fix
Koushik Dutta [Fri, 22 Feb 2013 08:45:25 +0000 (00:45 -0800)]
back fix

11 years agowip
Koushik Dutta [Fri, 22 Feb 2013 08:24:54 +0000 (00:24 -0800)]
wip

11 years agoUpdate Superuser/res/values-fr/strings.xml
jchleb [Wed, 20 Feb 2013 11:43:45 +0000 (12:43 +0100)]
Update Superuser/res/values-fr/strings.xml

update as 94d2848fd6a2fd5fd6b4ce6ad7d5e445446cfc38

11 years agoconsolidate large resources
Koushik Dutta [Tue, 19 Feb 2013 21:37:23 +0000 (13:37 -0800)]
consolidate large resources

11 years agowip
Koushik Dutta [Tue, 19 Feb 2013 21:35:03 +0000 (13:35 -0800)]
wip

11 years agofixup not using datalen default
Koushik Dutta [Tue, 19 Feb 2013 00:18:58 +0000 (16:18 -0800)]
fixup not using datalen default

11 years agochange up activity hierarchy to get rid of nonsense inheritence.
Koushik Dutta [Mon, 18 Feb 2013 22:16:33 +0000 (14:16 -0800)]
change up activity hierarchy to get rid of nonsense inheritence.
switch to new extensible (future proof) wire protocol.

11 years agoFrench Translation
Julien Chlebowski [Mon, 18 Feb 2013 22:08:24 +0000 (23:08 +0100)]
French Translation

changes only in strings.xml, 2 other files are same as English source.

11 years agoadd missing layouts
Koushik Dutta [Mon, 18 Feb 2013 09:47:38 +0000 (01:47 -0800)]
add missing layouts

11 years agowatch for socket disappearing.
Koushik Dutta [Mon, 18 Feb 2013 08:25:07 +0000 (00:25 -0800)]
watch for socket disappearing.

11 years agofixes around superuser first launch
Koushik Dutta [Mon, 18 Feb 2013 08:21:29 +0000 (00:21 -0800)]
fixes around superuser first launch

11 years agodb requests are working... time for cleanup in aisle 4 (layouts)
Koushik Dutta [Mon, 18 Feb 2013 08:06:19 +0000 (00:06 -0800)]
db requests are working... time for cleanup in aisle 4 (layouts)

11 years agowork in progress...
Koushik Dutta [Mon, 18 Feb 2013 06:18:45 +0000 (22:18 -0800)]
work in progress...

11 years agoadd sqlite. fixes for multiuser.
Koushik Dutta [Mon, 18 Feb 2013 01:03:56 +0000 (17:03 -0800)]
add sqlite. fixes for multiuser.

11 years agomore cleanups. TODO: whitelist/blacklist db. TODO: logs.
Koushik Dutta [Sun, 17 Feb 2013 19:57:40 +0000 (11:57 -0800)]
more cleanups. TODO: whitelist/blacklist db. TODO: logs.

11 years agoi gud at english
Koushik Dutta [Sun, 17 Feb 2013 09:46:40 +0000 (01:46 -0800)]
i gud at english

11 years agoexplain my insanity
Koushik Dutta [Sun, 17 Feb 2013 09:45:41 +0000 (01:45 -0800)]
explain my insanity

11 years agoexplain my insanity
Koushik Dutta [Sun, 17 Feb 2013 09:45:08 +0000 (01:45 -0800)]
explain my insanity

11 years agowip
Koushik Dutta [Sun, 17 Feb 2013 09:05:47 +0000 (01:05 -0800)]
wip

11 years agorevert back to file sockets
Koushik Dutta [Sun, 17 Feb 2013 03:59:10 +0000 (19:59 -0800)]
revert back to file sockets

11 years agointial commit
Koushik Dutta [Sun, 17 Feb 2013 03:20:58 +0000 (19:20 -0800)]
intial commit