What does this do?
When launched it shows your last 15 applications. Just an improvement over the home long press functionality that is limited to 6.
You can launch it by long pressing search.
To Install:
if you had a previous version, use this to reinstall:
Code:
The code can be seen at http://code.google.com/p/morerecent/
This is my first app so be gentle
Open to suggestions for improvement. Report any bugs.
Change Log:
5/19/2010
- downloads will be available at the project/code site only
5/18/2010
- released code
- profiled and optimized. Upto 3x faster.
Uses its application object to cache data between launches.
5/6/2010
- supports receiving the search long press intent.
Note: Its tied to Search-long-press because thats the only one thats programmable. Let me know if you have any new info.
To undo the default setting: settings->applications->MoreRecent->"clear defaults"
- hid button background
- button text color set to white
- fixed button height and fixed rotate/landscape mode
- hid title, was a waste of space
- renamed app from "Recent12" to "MoreRecent"
- shows 15 recent apps now
- changed application icon.
Todos:
Downloads:
On the Market! https://market.android.com/details?id=com.britoso.morerecent
From the project site (the key signing key may vary) : http://code.google.com/p/morerecent/downloads/list
When launched it shows your last 15 applications. Just an improvement over the home long press functionality that is limited to 6.
You can launch it by long pressing search.
To Install:
Code:
adb install MoreRecent.apk
Code:
adb install -r MoreRecent.apk
Code:
The code can be seen at http://code.google.com/p/morerecent/
This is my first app so be gentle
Open to suggestions for improvement. Report any bugs.


Change Log:
5/19/2010
- downloads will be available at the project/code site only
5/18/2010
- released code
- profiled and optimized. Upto 3x faster.
Uses its application object to cache data between launches.
5/6/2010
- supports receiving the search long press intent.
Note: Its tied to Search-long-press because thats the only one thats programmable. Let me know if you have any new info.
To undo the default setting: settings->applications->MoreRecent->"clear defaults"
- hid button background
- button text color set to white
- fixed button height and fixed rotate/landscape mode
- hid title, was a waste of space
- renamed app from "Recent12" to "MoreRecent"
- shows 15 recent apps now
- changed application icon.
Todos:
- Smart icon resize for lower resolution devices.
- Ability to 'pin' apps so they are always available. Like a quick launcher.
Downloads:
On the Market! https://market.android.com/details?id=com.britoso.morerecent
From the project site (the key signing key may vary) : http://code.google.com/p/morerecent/downloads/list
Last edited: