OSDN Git Service

android-x86/packages-apps-Superuser.git
12 years agoFix some build issues on ICS AOSP due to unlocalized strings
Adam Shanks [Tue, 22 Nov 2011 21:20:11 +0000 (21:20 +0000)]
Fix some build issues on ICS AOSP due to unlocalized strings

12 years agoAdd little green stars to the changelog for Elite features
Adam Shanks [Sun, 20 Nov 2011 18:27:12 +0000 (18:27 +0000)]
Add little green stars to the changelog for Elite features

12 years agoBump changelog and version
Adam Shanks [Sun, 20 Nov 2011 18:15:05 +0000 (18:15 +0000)]
Bump changelog and version

12 years agoFix bitwise operation for screen size (lilHermit)
Adam Shanks [Sun, 20 Nov 2011 18:11:55 +0000 (18:11 +0000)]
Fix bitwise operation for screen size (lilHermit)

12 years agoUpdated translations from crowdin.net
Adam Shanks [Sun, 20 Nov 2011 18:06:48 +0000 (18:06 +0000)]
Updated translations from crowdin.net

12 years agoShow a toast if only preferences are restored
Adam Shanks [Sun, 20 Nov 2011 16:30:04 +0000 (16:30 +0000)]
Show a toast if only preferences are restored

12 years agoFix PIN being broken after restoring a backup
Adam Shanks [Sun, 20 Nov 2011 16:25:10 +0000 (16:25 +0000)]
Fix PIN being broken after restoring a backup

12 years agoAdd a more user friendly prompt, and an option to turn it off for advanced users
Adam Shanks [Sun, 20 Nov 2011 15:24:11 +0000 (15:24 +0000)]
Add a more user friendly prompt, and an option to turn it off for advanced users

12 years agoSwap allow/deny button positions in ICS to match the rest of the system
Adam Shanks [Sun, 20 Nov 2011 14:55:29 +0000 (14:55 +0000)]
Swap allow/deny button positions in ICS to match the rest of the system

12 years agoFix portrait prompt on ICS phones
Adam Shanks [Sun, 20 Nov 2011 13:09:28 +0000 (13:09 +0000)]
Fix portrait prompt on ICS phones

12 years agoManually specify the uid name for any uid that isn't an app
Adam Shanks [Tue, 8 Nov 2011 06:31:30 +0000 (00:31 -0600)]
Manually specify the uid name for any uid that isn't an app

12 years agoMore of the fix for not remembered apps only showing once
Adam Shanks [Tue, 8 Nov 2011 03:22:40 +0000 (21:22 -0600)]
More of the fix for not remembered apps only showing once

12 years agoFix for not remembered apps only showing up in the log once, and only notifying once
Adam Shanks [Tue, 8 Nov 2011 03:21:18 +0000 (21:21 -0600)]
Fix for not remembered apps only showing up in the log once, and only notifying once

12 years agoMore elegant way of detecting root access in binary updater
Adam Shanks [Wed, 26 Oct 2011 22:42:29 +0000 (23:42 +0100)]
More elegant way of detecting root access in binary updater

12 years agoDon't show okay after message about failing to remount /system as ro
Adam Shanks [Sun, 23 Oct 2011 22:52:13 +0000 (23:52 +0100)]
Don't show okay after message about failing to remount /system as ro

12 years agoMore elegant method for detecting currently installed su binary that doesn't require...
Adam Shanks [Sun, 23 Oct 2011 22:48:58 +0000 (23:48 +0100)]
More elegant method for detecting currently installed su binary that doesn't require the which command

12 years agoMissed dimension from last commit
Adam Shanks [Sun, 23 Oct 2011 22:47:18 +0000 (23:47 +0100)]
Missed dimension from last commit

12 years agoAdd a little space between pages in HomeActivity
Adam Shanks [Sun, 23 Oct 2011 22:02:25 +0000 (23:02 +0100)]
Add a little space between pages in HomeActivity

12 years agoLimit the total number of times that the PermisionsDbService will run. If the databas...
Adam Shanks [Sun, 23 Oct 2011 21:58:00 +0000 (22:58 +0100)]
Limit the total number of times that the PermisionsDbService will run. If the database still hasn't been fixed, the service will just give up and try to update next time that the database is marked as dirty.

12 years agoAdd credit for the fix to HomerSP in the changelog
Adam Shanks [Sat, 22 Oct 2011 20:43:39 +0000 (21:43 +0100)]
Add credit for the fix to HomerSP in the changelog

12 years agoMerge branch 'master' of github.com:ChainsDD/Superuser
Adam Shanks [Sat, 22 Oct 2011 20:34:56 +0000 (21:34 +0100)]
Merge branch 'master' of github.com:ChainsDD/Superuser

12 years agoUpdate changelog and version
Adam Shanks [Sat, 22 Oct 2011 20:30:23 +0000 (21:30 +0100)]
Update changelog and version

12 years agoFix FC when remembering an app on some systems
Adam Shanks [Sat, 22 Oct 2011 19:24:30 +0000 (20:24 +0100)]
Fix FC when remembering an app on some systems

12 years agoMerge pull request #37 from DJGHOSTS3V3N/patch-3
Adam Shanks [Sat, 22 Oct 2011 13:35:57 +0000 (06:35 -0700)]
Merge pull request #37 from DJGHOSTS3V3N/patch-3

Updated Spanish translations

12 years agoUpdated Spanish translations -
DJGHOSTS3V3N [Thu, 20 Oct 2011 17:45:48 +0000 (14:45 -0300)]
Updated Spanish translations -

12 years agoUpdate changelog and version
Adam Shanks [Tue, 11 Oct 2011 19:06:00 +0000 (20:06 +0100)]
Update changelog and version

12 years agoDon't download busybox in binary updater if it's not required
Adam Shanks [Tue, 11 Oct 2011 00:58:30 +0000 (01:58 +0100)]
Don't download busybox in binary updater if it's not required

12 years agoFix FCs happening when users press back while the binary updater is running
Adam Shanks [Mon, 10 Oct 2011 08:30:38 +0000 (09:30 +0100)]
Fix FCs happening when users press back while the binary updater is running

There are two different kinds of canceling happening here, if back is
pressed while a file is being downloaded, the updater stops
immediately. If the user presses back once the updater reaches the
"critical phase", when the filesystem operations are actually
happening, the updater will finish if possible, just behind the scenes.

12 years agoPrevent a SQLiteConstraintException in PermisionsProvider
Adam Shanks [Mon, 10 Oct 2011 05:56:37 +0000 (06:56 +0100)]
Prevent a SQLiteConstraintException in PermisionsProvider

12 years agoEnsure that the ids between the two databases stay synced up
Adam Shanks [Mon, 10 Oct 2011 02:04:58 +0000 (03:04 +0100)]
Ensure that the ids between the two databases stay synced up

12 years agoBump version and update changelog
Adam Shanks [Sun, 9 Oct 2011 13:39:06 +0000 (14:39 +0100)]
Bump version and update changelog

12 years agoDon't show clear log in the menu if logging is disabled and show get elite if elite...
Adam Shanks [Sun, 9 Oct 2011 13:33:28 +0000 (14:33 +0100)]
Don't show clear log in the menu if logging is disabled and show get elite if elite isn't installed

12 years agoPrevent FC in ResultReceiver and remove log spam
Adam Shanks [Sun, 9 Oct 2011 13:02:37 +0000 (14:02 +0100)]
Prevent FC in ResultReceiver and remove log spam

12 years agoReorganize imports
Adam Shanks [Sun, 9 Oct 2011 13:01:40 +0000 (14:01 +0100)]
Reorganize imports

12 years agoChange UpdaterActivity to nosensor
Adam Shanks [Sun, 9 Oct 2011 12:56:40 +0000 (13:56 +0100)]
Change UpdaterActivity to nosensor

12 years agoGive better descriptions to the user as to why the updater can't update their binary
Adam Shanks [Sun, 9 Oct 2011 12:52:20 +0000 (13:52 +0100)]
Give better descriptions to the user as to why the updater can't update their binary

12 years agoGive the user the option to suppress the outdated binary notification
Adam Shanks [Sun, 9 Oct 2011 12:30:43 +0000 (13:30 +0100)]
Give the user the option to suppress the outdated binary notification

12 years agoFix incompatibility with old versions of the su binary
Adam Shanks [Sun, 9 Oct 2011 11:51:42 +0000 (12:51 +0100)]
Fix incompatibility with old versions of the su binary

It may seem as though this will hurt performance, but in my testing the
app is actually faster this way. There is a very minor decrease in
performance when using a 2.x binary, but that's almost exclusively in
the binary itself. Perhaps this is how Superuser should have worked all
along.

12 years agoVerify all fields of the manifest when it's downloaded to prevent problems later on
Adam Shanks [Sat, 8 Oct 2011 05:21:39 +0000 (06:21 +0100)]
Verify all fields of the manifest when it's downloaded to prevent problems later on

12 years agoFix FC when changing notification type without Elite installed
Adam Shanks [Sat, 8 Oct 2011 01:31:34 +0000 (02:31 +0100)]
Fix FC when changing notification type without Elite installed

12 years agoUpdate changelog and version
Adam Shanks [Thu, 6 Oct 2011 07:58:30 +0000 (08:58 +0100)]
Update changelog and version

12 years agoFix FC when viewing app details on phones
Adam Shanks [Thu, 6 Oct 2011 07:47:20 +0000 (08:47 +0100)]
Fix FC when viewing app details on phones

12 years agoUpdate changelog and bump version
Adam Shanks [Wed, 5 Oct 2011 20:43:29 +0000 (21:43 +0100)]
Update changelog and bump version

12 years agoDon't show log if logging is disabled, requires app restart after changing for now...
Adam Shanks [Wed, 5 Oct 2011 19:36:32 +0000 (20:36 +0100)]
Don't show log if logging is disabled, requires app restart after changing for now will fix later

12 years agoNew layout for tablets in portrait to improve usability
Adam Shanks [Tue, 4 Oct 2011 19:34:22 +0000 (20:34 +0100)]
New layout for tablets in portrait to improve usability

12 years agoMake multi-line entries in the console of UpdaterFragment display properly
Adam Shanks [Sat, 1 Oct 2011 15:45:58 +0000 (16:45 +0100)]
Make multi-line entries in the console of UpdaterFragment display properly

12 years agoOnly change the file mode once, fix commit fail
Adam Shanks [Fri, 30 Sep 2011 12:41:58 +0000 (13:41 +0100)]
Only change the file mode once, fix commit fail

12 years agoChange su file mode before moving it into it's final location
Adam Shanks [Fri, 30 Sep 2011 12:39:08 +0000 (13:39 +0100)]
Change su file mode before moving it into it's final location

12 years ago Try to catch some errors in the binary updater to make sure it works properly
Adam Shanks [Fri, 30 Sep 2011 12:03:49 +0000 (13:03 +0100)]
 Try to catch some errors in the binary updater to make sure it works properly

12 years agoPrevent FC when uninstalling an app.
Adam Shanks [Wed, 28 Sep 2011 02:04:02 +0000 (03:04 +0100)]
Prevent FC when uninstalling an app.

12 years agoBugfix in Hungarian language.
Adam Shanks [Wed, 28 Sep 2011 01:52:08 +0000 (02:52 +0100)]
Bugfix in Hungarian language.

12 years agoLast try to get master up to date with master-dev
Adam Shanks [Tue, 27 Sep 2011 12:00:01 +0000 (13:00 +0100)]
Last try to get master up to date with master-dev

12 years agoTrying again to merge master-dev into master
Adam Shanks [Tue, 27 Sep 2011 11:42:14 +0000 (12:42 +0100)]
Trying again to merge master-dev into master

12 years agoMerge master-dev into master
Adam Shanks [Tue, 27 Sep 2011 11:16:58 +0000 (12:16 +0100)]
Merge master-dev into master

12 years agoMerge pull request #28 from Flashinator/patch-2
Adam Shanks [Fri, 16 Sep 2011 00:19:51 +0000 (17:19 -0700)]
Merge pull request #28 from Flashinator/patch-2

Minor final changes.

12 years agoMinor final changes.
Flashinator [Sat, 10 Sep 2011 11:41:48 +0000 (14:41 +0300)]
Minor final changes.

12 years agoMerge pull request #27 from Flashinator/patch-1
Adam Shanks [Sat, 10 Sep 2011 09:48:33 +0000 (02:48 -0700)]
Merge pull request #27 from Flashinator/patch-1

Edited res/values-da/strings.xml via GitHub

12 years agoMerge pull request #25 from DJGHOSTS3V3N/patch-2
Adam Shanks [Sat, 10 Sep 2011 09:48:12 +0000 (02:48 -0700)]
Merge pull request #25 from DJGHOSTS3V3N/patch-2

Fixed some more typos.

12 years agoEdited res/values-da/strings.xml via GitHub
Flashinator [Sat, 10 Sep 2011 07:35:21 +0000 (10:35 +0300)]
Edited res/values-da/strings.xml via GitHub

13 years agoFixed some more typos.
DJGHOSTS3V3N [Sat, 3 Sep 2011 02:56:22 +0000 (23:56 -0300)]
Fixed some more typos.

13 years agoMerge pull request #18 from Rubemlrm/master
Adam Shanks [Wed, 31 Aug 2011 23:07:18 +0000 (16:07 -0700)]
Merge pull request #18 from Rubemlrm/master

Partial European Portuguese translation

13 years agoMerge pull request #21 from nomego/master
Adam Shanks [Wed, 31 Aug 2011 23:06:59 +0000 (16:06 -0700)]
Merge pull request #21 from nomego/master

Swedish translations, typo, translatable=false

13 years agoMerge pull request #22 from DJGHOSTS3V3N/patch-1
Adam Shanks [Wed, 31 Aug 2011 23:06:42 +0000 (16:06 -0700)]
Merge pull request #22 from DJGHOSTS3V3N/patch-1

[1] Edited some typos. Done here.

13 years agoFix Swedish typo
Patrik Kullman [Sun, 14 Aug 2011 09:42:04 +0000 (11:42 +0200)]
Fix Swedish typo

13 years agoEdited some typos. Done here.
DJGHOSTS3V3N [Mon, 8 Aug 2011 17:01:19 +0000 (14:01 -0300)]
Edited some typos. Done here.

13 years agoFix typo and set translatable=false
Patrik Kullman [Fri, 5 Aug 2011 05:27:03 +0000 (07:27 +0200)]
Fix typo and set translatable=false

13 years agoSet translatable=false for non-translatable arrays
Patrik Kullman [Fri, 5 Aug 2011 05:16:17 +0000 (07:16 +0200)]
Set translatable=false for non-translatable arrays

13 years agoSwedish translations
Patrik Kullman [Fri, 5 Aug 2011 05:15:28 +0000 (07:15 +0200)]
Swedish translations

13 years agoEdited res/values-pt/strings.xml via GitHub
Rubemlrm [Mon, 27 Jun 2011 11:47:16 +0000 (04:47 -0700)]
Edited res/values-pt/strings.xml via GitHub

13 years agoTranslation to european portuguese
Rubem Mota [Wed, 22 Jun 2011 19:52:16 +0000 (21:52 +0200)]
Translation to european portuguese

13 years agoTranslation to european portuguese
Rubem Mota [Wed, 22 Jun 2011 19:38:56 +0000 (21:38 +0200)]
Translation to european portuguese

13 years agoBump version
Adam Shanks [Fri, 17 Jun 2011 17:48:52 +0000 (18:48 +0100)]
Bump version

13 years agoActually fix the malicious app scanner. No app can be allowed to share a UID with...
Adam Shanks [Fri, 17 Jun 2011 17:46:13 +0000 (18:46 +0100)]
Actually fix the malicious app scanner. No app can be allowed to share a UID with Superuser, and no app can be allowed to request permission to respond to Superuser requests. New scanner checks for both implicit permission granting, as in an app having a shared UID with Superuser, and explicit permission granting, as in the app specifically requesting respond permissions.

13 years agoFix for updater cconstantly thinking there's a new version of the binary.
Adam Shanks [Fri, 17 Jun 2011 17:26:39 +0000 (18:26 +0100)]
Fix for updater cconstantly thinking there's a new version of the binary.

13 years agoClean up getSuVersion method and add method to retrieve su version code from the...
Adam Shanks [Wed, 15 Jun 2011 19:57:48 +0000 (20:57 +0100)]
Clean up getSuVersion method and add method to retrieve su version code from the binary.

13 years agoReduce false positives for malicious apps.
Adam Shanks [Tue, 14 Jun 2011 14:18:52 +0000 (15:18 +0100)]
Reduce false positives for malicious apps.

13 years agoBump version
Adam Shanks [Sat, 11 Jun 2011 13:46:05 +0000 (14:46 +0100)]
Bump version

13 years agoUpdate the updater to look for the proper binary version
Adam Shanks [Sat, 11 Jun 2011 13:45:45 +0000 (14:45 +0100)]
Update the updater to look for the proper binary version

13 years agoUpdated strings from with positional indicators from elegos
Adam Shanks [Fri, 10 Jun 2011 19:07:18 +0000 (20:07 +0100)]
Updated strings from with positional indicators from elegos

13 years agoMerge pull request #15 from Eug89/master
Adam Shanks [Fri, 10 Jun 2011 18:41:55 +0000 (11:41 -0700)]
Merge pull request #15 from Eug89/master

Updated Italian translations

13 years agoAdd README file
Adam Shanks [Tue, 1 Mar 2011 12:44:34 +0000 (12:44 +0000)]
Add README file

13 years agoUpdated strings for Gingerbread
Giacomo Furlan [Mon, 28 Feb 2011 21:52:45 +0000 (22:52 +0100)]
Updated strings for Gingerbread

13 years agoUpdated italian translations
Eug89 [Wed, 2 Feb 2011 11:48:26 +0000 (12:48 +0100)]
Updated italian translations

Change-Id: I2983b9f08f8d0d2d03b3cf828a2902224541fd8b

13 years agoClose the database during a pause to reduce the chances it'll be open/locked when...
Rafi Khardalian [Tue, 21 Dec 2010 08:05:13 +0000 (00:05 -0800)]
Close the database during a pause to reduce the chances it'll be open/locked when an su request is received.

13 years agoAdd clear log to options menu on log tab
ChainsDD [Sun, 5 Sep 2010 19:35:14 +0000 (14:35 -0500)]
Add clear log to options menu on log tab

13 years agoBump version
ChainsDD [Sun, 5 Sep 2010 19:03:56 +0000 (14:03 -0500)]
Bump version

Changes:
 - Only sleep as long as necessary in getSuVersion
 - Use a string resource for legacy versions of binary
 - Refresh su version in preferences after updating
 - Updated French translations thanks to sebyx31
 - Traditional and Simplified Chinese translations thanks to Mack Zhang
 - Fix permissions not being remembered in some cases

13 years agoFix for permissions not being remembered in some cases
ChainsDD [Sun, 5 Sep 2010 18:51:43 +0000 (13:51 -0500)]
Fix for permissions not being remembered in some cases

13 years agoPass a context into getSuVersion() instead of keeping one around static in Su
ChainsDD [Sun, 5 Sep 2010 18:33:50 +0000 (13:33 -0500)]
Pass a context into getSuVersion() instead of keeping one around static in Su

13 years agoChinese Simplified and Traditional localization thanks to Mack Zhang
ChainsDD [Sun, 5 Sep 2010 18:31:40 +0000 (13:31 -0500)]
Chinese Simplified and Traditional localization thanks to Mack Zhang

13 years agoMerge remote branch 'sebyx31/master'
ChainsDD [Sun, 5 Sep 2010 18:18:39 +0000 (13:18 -0500)]
Merge remote branch 'sebyx31/master'

14 years ago- fixed bug which show number instead of original in preferences action if user have...
tprochazka [Fri, 3 Sep 2010 05:48:15 +0000 (07:48 +0200)]
- fixed bug which show number instead of original in preferences action if user have original version of su binary
+ added refresh displayed version of su binary in preferences action after update (before stay old version here)
* more effective way to detect su version (don't sleep too long with already updates su binary)
* move not translatable strings at the end of strings.xml to better compare translation for translators

14 years agoUpdated French translations
sebyx31 [Mon, 30 Aug 2010 21:04:41 +0000 (23:04 +0200)]
Updated French translations

14 years agoWrap getSuVersion() in an AsyncTask as the new version takes > 500 ms
ChainsDD [Sun, 29 Aug 2010 01:13:34 +0000 (20:13 -0500)]
Wrap getSuVersion() in an AsyncTask as the new version takes > 500 ms

14 years agoBump version
ChainsDD [Sun, 29 Aug 2010 00:51:36 +0000 (19:51 -0500)]
Bump version

14 years agoChange empty string in log
ChainsDD [Sun, 29 Aug 2010 00:49:10 +0000 (19:49 -0500)]
Change empty string in log

14 years agoAdd preference to clear log
ChainsDD [Sun, 29 Aug 2010 00:41:51 +0000 (19:41 -0500)]
Add preference to clear log

14 years agoChange the way log data is handled in the apps list.
ChainsDD [Sun, 29 Aug 2010 00:23:03 +0000 (19:23 -0500)]
Change the way log data is handled in the apps list.

This way, apps will show up even if there's no log information

14 years agoPolish translation thanks to Piter1225 (xda)
ChainsDD [Sun, 29 Aug 2010 00:20:51 +0000 (19:20 -0500)]
Polish translation thanks to Piter1225 (xda)

14 years agoBump version that I failed to do in this repo
ChainsDD [Sat, 28 Aug 2010 21:13:42 +0000 (16:13 -0500)]
Bump version that I failed to do in this repo

14 years agoCheck for apps trying to respond to Superuser requests when they're installed.
ChainsDD [Sat, 28 Aug 2010 21:13:03 +0000 (16:13 -0500)]
Check for apps trying to respond to Superuser requests when they're installed.