Description:
ShortenMobile watches the clipboard of the device and automatically shortens the urls for you. The application can be set to run at start up and hides in the background. I developed this application cause of the lack of this functionality in HTC Peep.
Currently implemented url shortening services:
- bit.ly
- tinyurl.com
- snipurl.com
- is.gd
- anonym.to
How to use:
- Install the cab file.
- Open ShortenMobile from StartMenu.
- Activate the checkbox "Run at startup".
- Click on Hide-Softkey.
- Copy any url (including "http://" at the beginning) to the clipboard.
- The shortened url is available in the clipboard after the confirmation dialog has been shown.
Remarks:
Found one minor bug. If you've upgraded from version 1.0, please uncheck and recheck the "Run at startup" checkbox. Otherwise an error message will occur after restart. (That's cause I've changed the installation folder and so the start up routine links to the wrong path.)
This version is just a very, very first alpha, but did work for me since a few days. Don't get confused by the version number.
Please post any errors, ideas, or your favorite url shortening services.
Update Description:
v1.4:
- Completely refreshed user interface, which integrates flawlessly into the HTC Manila dialog style (thanks to Manila Interface SDK).
- Allows recognizing hyperlinks with missing "http://" prefix.
- Fixed crash, when loading plugins (PluginInterface.DefaultPluginAttribute wasn't found in assembly PluginInterface).
v1.3:
- Added new service: anonym.to.
v1.2:
- Startup is unsuccessful, when the application path contains whitespaces.
v1.1:
- Changed some labels.
- Added new shortening services: tinyurl.com, snipurl.com, is.gd.