2012年10月26日金曜日

AppSender 2.0

AppSender 2.0 is now available.

I just released it to Android Market and should be available to everyone shortly (it seems to take a few hours before its available).

In 2.0, I have added a feature to share without having to attach the APK file to the email.  AppSender can now upload the APK file to AppSender cloud server and provide a download web link in the email.  This is useful when APK is large since email has attachment size limitation.  Since I want to continue to offer AppSender for free, the download link will only be available for 60 minutes (or so).  Hopefully, this is enough time for my users to share APK.




As always, if you have experienced any bugs, it would be greatly appreciated if you can contact me at moto.android.software@gmail.com. Please include as much information as possible to reproduce the problem (including your version of Android OS). I will try my best to fix it soon as possible.

Also feel free to send me feedback. I would love to hear your wish list and improve this app.  As for those of you that provided great new ideas, I hope to get those implemented very soon.  Some of the things on my todo list are:

- share APK to SDCARD
- ability to select multiple files at once
- tablet screen support (or large screen support)

If you have time, please visit AppSender Web Site.

Have a great day!

- Moto

2012年6月17日日曜日

AppSender BETA v1.11 - Added CSV export feature

I received a feature request to add CSV export of app installed on device. Its sounds like a great idea an implemented it (Thanks Roy for the great idea!!!). I just posted an update to Android Market and should be available to everyone shortly (it seems to take a few hours before its available).

CSV export button is available in AppSender main dialog's menu. Just click your android menu button to access the menu.




If you are a developer, there is an undocumented feature. You can also grab the CSV file from "/sdcard/appsender.csv". A new CSV file is created each time app starts. You can grab it with your favorite file manager app or via ADB tool.

As always, if you have experienced any bugs, it would be greatly appreciated if you can contact me at moto.android.software@gmail.com. Please include as much information as possible to reproduce the problem (including your version of Android OS). I will try my best to fix it soon as possible.

Also feel free to send me feedback. I would love to hear your wish list and improve this app.

Have a great day!

- Moto

BTW, please check out the new version of SecureBrain Antivirus (day time job). Since all scanning occurs in the cloud, no need to re-scan files each time new signatures are released to the save battery life. Detection rates should be in par with all the other top antivirus apps. Its called SecureBrain Antivirus and can be downloaded from Android Market for FREE.

2011年11月19日土曜日

AppSender BETA Version 1.10 Released

I got request to add a confirmation dialog before generating the email. Its a great idea and implemented it. I just released it to Android Market and should be available to everyone shortly (it seems to take a few hours before its available).

Version 1.10 will now prompt you a dialog before launching email app.



As always, if you have experienced any bugs, it would be greatly appreciated if you can contact me at moto.android.software@gmail.com. Please include as much information as possible to reproduce the problem (including your version of Android OS). I will try my best to fix it soon as possible.

Also feel free to send me feedback. I would love to hear your wish list and improve this app.

BTW, I just got done developing an antivirus app (day time job). This is no ordinary antivirus app. It utilizes the cloud to the max to save battery and ScanNow button is lighting fast. Its a BETA release, but its FREE. You can install it even if you already have an antivirus app. Its called SecureBrain Antivirus and can be downloaded from Android Market.



Have a great day!

- Moto

2011年11月12日土曜日

AppSender BETA Version 1.9 Released...(0 byte attachment fixed)

AppSender BETA Version 1.9 is now available from Android Market

The main reason for the update was to fix the 0 byte attachment reported by several users.

I also enhanced the GUI a bit. When switching from portrait mode to landscape mode, it no longer needs to re-generate the application list. This was very annoying, so now its fixed.

As always, if you have experienced any bugs, it would be greatly appreciated if you can contact me at moto.android.software@gmail.com. Please include as much information as possible to reproduce the problem (including your version of Android OS). I will try my best to fix it soon as possible.

Also feel free to send me feedback. I would love to hear your wish list and improve this app.

Have a great day!

- Moto

2011年8月22日月曜日

Blank Screen finally fixed in AppSender v1.8 ?!?!

I have been receiving feedback from several users that AppSender still displays a blank screen with v1.7. I been trying to fix this for some time now, but was having problems reproducing this bug. Recently, I picked up a new Android device and I was able to reproduce this bug immediately. Hopefully, this is the same bug some of my users are seeing in the field....(I hope).

After a bit of debugging, I found that following code was giving an error.

List pkginfo_list = pm.getInstalledPackages(PackageManager.GET_ACTIVITIES);

I use the PackageManager to grab a list of package installed on the device. Apparently, when there are lots of apps installed (i.e. over 200 apps), it will give the following error (in logcat).

E/JavaBinder( 2225): !!! FAILED BINDER TRANSACTION !!!

Since I don't really need to use the flag "GET_ACTIVITIES". So I simply changed it to the following (which should consume less memory):

List pkginfo_list = pm.getInstalledPackages(0);

Tada!! The bug is now fixed.

I have just released AppSender Version 1.8 on Android Market with this fix.

If anyone find any bugs, please feel free to report them to moto.android.software@gmail.com and I will try my best to fix it.

Enjoy!

2011年8月7日日曜日

AppSender BETA Version 1.7 Released...

AppSender BETA Version 1.7 is now available from Android Market

The main reason for the update was to fix the "blank screen" problem reported by new users when launching AppSender.

I have found that AppSender was functioning, but was simply taking a bit of time generating initial application list for various reason (low memory, too many apps installed...etc).

To help resolve this problem, AppSender 1.7 will now display a dialog box. Probably much nicer than looking at a blank screen. Hopefully, this will help the user see progress while waiting patiently for the app to start.



The App will now display the following next to the App name. Please note Copy Protected Apps cannot be shared.
-User Installed Application: AppSender can share these apps
-Preinstalled Application: AppSender can share these apps
-Copy Protected Application: AppSender cannot share these apps


As always, if you have experienced any bugs, it would be greatly appreciated if you can contact me at moto.android.software@gmail.com. Please include as much information as possible to reproduce the problem. I will try my best to fix it soon as possible.

Also feel free to send me feedback. I would love to hear your wish list and improve this app.

Have a great day!

2011年6月28日火曜日

AppSender BETA Version 1.6 Now available

I just released AppSender BETA version 1.6 to android market.

The new build (version 1.6) is now available on Android Market.

Version 1.6 has the following changes:
  • Enhanced email message. Now includes link to Android Market to search for the app.

  • Removed the annoying "Beta message" displayed at beginning of the app.

  • Removed Beta license expiration time bomb. You can now use this app after Sept 1, 2011.



  • If you have experienced any bugs, it would be greatly appreciated if you can contact me at moto.android.software@gmail.com. Please include as much information as possible to reproduce the problem. I will try my best to fix it soon as possible.

    Also feel free to send me feedback. I would love to hear your wish list and improve this app.

    Have a great day!