• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

packages/apps/Superuser


RSS
修訂. 時間 作者
939fed0 2010-08-11 23:51:16 ChainsDD

Add check for bad values in getStatusButtonDrawable()

It was possible for a bad value to be given to getStatusButtonDrawable() causing an ArrayIndexOutOfBoundsException. This commit adds a check to ensure this doesn't happen. Instead the function will return null causing no status icon to be displayed in the app list.

ef9da4d 2010-08-11 11:39:33 ChainsDD

Remove some unnecessary imports

847aa96 2010-08-11 06:41:09 Eug89

Fixed an italian string

a824079 2010-08-11 06:20:22 ChainsDD

Fix Portugese Brazilian translations. I messed these up too...

04bb272 2010-08-11 06:20:14 ChainsDD

Fix Danish translations. I must've messed something when I added it the first time.

914628b 2010-08-11 06:19:07 kmobs

Revert "Buildbreaker Revert "Updated Danish translation thanks to mljjlm""

This reverts commit 6792a4226fd0d11ffcc9fb1d8603733a0de3d745.

eb04367 2010-08-11 06:18:53 kmobs

Revert "Buildbreaker too Revert "Portuguese Brazilian translation thanks to @massayoshi (twitter)""

This reverts commit 6bc4f00891b2aaa57cc07ed59c0f9071cec6e562.

c80e5f1 2010-08-11 06:13:19 ChainsDD

Fix Portugese Brazilian translations. I messed these up too...

6bc4f00 2010-08-11 06:05:40 kmobs

Buildbreaker too Revert "Portuguese Brazilian translation thanks to @massayoshi (twitter)"

This reverts commit b957e21eb57c7fa8d69d9f81259a43b50c2b4608.

42f0077 2010-08-11 06:05:35 ChainsDD

Fix Danish translations. I must've messed something when I added it the first time.

6792a42 2010-08-11 06:04:29 kmobs

Buildbreaker Revert "Updated Danish translation thanks to mljjlm"

This reverts commit a355eef3dda36de841d19b4e398d9e98b94d7f2e.

40bd257 2010-08-11 02:18:19 Eug89

Fixed an italian string

a355eef 2010-08-11 01:42:06 ChainsDD

Updated Danish translation thanks to mljjlm

b957e21 2010-08-11 01:39:22 ChainsDD

Portuguese Brazilian translation thanks to @massayoshi (twitter)

6d86a33 2010-08-11 01:28:01 ChainsDD

Merge remote branch 'thiasB/eclair-froyo' into eclair-froyo

389a130 2010-08-11 01:23:06 thiasB

German: v2.3 translation

c77dc2d 2010-08-11 01:21:14 ChainsDD

Merge remote branch 'Eug89/eclair-froyo' into eclair-froyo

d9da2c7 2010-08-11 00:55:43 Eug89

Updated Italian Translations for v2.3

037c396 2010-08-11 00:10:19 Eug89

Merge branch 'eclair-froyo' of http://github.com/CyanogenMod/android_packages_apps_Superuser into eclair-froyo

cc1953e 2010-08-10 23:29:26 Takuo Kitame

Update Japanese translation.

8216a05 2010-08-10 22:25:45 Steve Kondik

superuser: Remove unused translations

592e690 2010-08-10 22:19:15 Eug89

Improved italian translations

cc454f0 2010-08-10 22:17:53 Koushik Dutta

LOCAL_MODULE_TAG is not needed for packages.

8f7933c 2010-08-10 22:10:45 ChainsDD

Remove some unnecessary code I accidentally left in

29906e0 2010-08-10 20:07:53 ChainsDD

Superuser v2.3

This is a really bad case of too much coding, not enough commiting.

Major changes include:
- New layout of main app
- Full logging
- New request layout
- Fixed boot bug
- Date/time format options
- Better notification system
- New icon
- Better allow system
- A whole mess of code cleanup
- Rearranged drawables so that only one apk needs to be built for any firmware

de43bf0 2010-08-07 07:16:28 ChainsDD

Bump version in su binary

Forgot to include this in commit e656da3c275e0f9b3f57

51f0c52 2010-08-07 07:12:44 ChainsDD

Don't use empty catches.

a866b25 2010-08-07 01:40:06 ChainsDD

Steal PinnedHeaderListView from Froyo's Contacts app.

54387b2 2010-08-07 01:36:17 ChainsDD

Move utility functions to a separate class.

e656da3 2010-07-23 11:35:14 ChainsDD

Increase socket lifetime so that apps can get permission on boot.

This seems a little hacky to me, but it works for now. Will continue to investigate better courses of action.