[App] App Update Notifier - Android Apps and Games

Hey everybody,
just wanted to show you one of my apps.
"App Update Notifier" checks all your installed apps for updates via android-market-api. It also includes an optional background service which checks in a configurable interval for new updates and notifies you if any updates are available.
Also includes a Blacklist to exclude some apps from being checked.
There is a free (ad-supported) version as well as a (ad-free) donate version in the market. See qr codes in the attachements.
Give it a try and leave me comments
Greets, Goddchen

Related

[APP] Permission Monitor - Automate your permission checking!

I just released my first application, and I'd like to share it to you guys.
Permission Monitor allows you to monitor you applications based on your preferences.
Once installed you can define suspicious permissions and permission sets. The next time you install an application with those suspicious permissions (sets), the monitor will notify you.
Never again you will need to check permissions of applications you want to download. Let Permission Monitor do that for you!
Features:
- List all your applications.
- List permissions and show applications who use them.
- Set up monitor to check installed and/or updated applications.
- Check all your installed applications for suspicious applications.
- Notify user when suspicious application is installed.
- Minimum battery usage
Bonus features of pro version:
- Whitelist certain applications you trust. No more notifications of trusted applications that use suspicious permissions.
- Show which applications use a specific permission set.
- No Ads
Because you can set your own preferences, the monitor will not bother you, unless you are installing a suspicious application.
Note: When the application fails or Force Closes, please send a mail to me and give me some time to fix it. I'll try to fix it as soon as possible.
Download pro version
Download free version
Sounds/Looks great Will try and report back
EDIT: Works great! No issues noticed so far!
Sounds interesting! LBE privacy guard now fulfills my permission-checking needs, though. Check it out, it's spectacularly effective.
Additionally; I'm forced, against my better judgment, to tell you that "automize" isn't even nearly a word. "Automate" is and has been around for a while. I apologise for being pedantic and hope you'll accept that my intention is only to inform and not criticise you.
Sent from my GT-I9000 using XDA App
Thanks for your feedback. I changed Automize into Automate
Small update released:
Version 1.01:
- Less text in main screen
- Loading dialogs can now be cancelled
- Fixed a bug in List Permissions, which caused a force close (thanks for bug report!)
- Changed notification icon, now smaller and without colors
- Fixed a bug which caused the monitor to always check updates(even when unchecked the option to do so)
- Fixed bug when there are 2 or more notifications at same time
- Fixed a bug while showing application info
- Some other small bugfixes
Sweet app!
I was looking for a convenient way to keep tabs on app permissions in a simple, generalized way, without getting entangled in any of the more over-hyped anti-malware apps, and this one seems to do the trick!
It might be nice to have some general recommendations regarding which options to check under "Select permissions to monitor." Also, more suggested permission sets might be useful. Perhaps users of the app could post their suggestions here.
Bottom line: this is a very nifty app!
Would it be possible to enhance an app like that and set permissions on your own app by app? Some apps wants to read phone stats for no apparent reason at all. It would be nice to keep the app but deny it permisssion to read phone stats. Could that be done?

[APP] CodeHunter Database

I am trying to compile a database of barcodes for an upcoming app that I plan to work on. If anyone who has an Android device can go to the link and download the app to your device that would be great. All you have to do is every time you go shopping or you are by a barcode just scan it with the app or enter it manually and insert some details about the product, then just click "Add product" and it will be sent to my database. There is a known issue with the app, where when you hit the button it seems that nothing happened, but believe me IT DID GET SENT! There is some issue with the threading that I need to fix that is not allowing my dialog box to come up. Obviously there are some problems with it, but it does what I need it to do which is add barcodes! I just wanted to get in on the market so that I can start getting a lot of barcodes added and so people can easily receive updates to the app.
If it is not available in your country, it should be soon, just updated my listing to include all countries!
**UPDATE** - New URL, had to unpublish old version of app since I lost my old signature file
Play Link
Updated as of 7/7/2013
**Recent Changes**
- Re-organized my database
- Application now grabs the location of where you entered/scanned the barcode
**In Progress**
- Starting to work on the main app that will use this database!
Click to expand...
Click to collapse
**holding for future**

[APP][4.0.3+] ApkTrack 2.0.2 - Automatic update checks for devices without Play Store

Apktrack
ApkTrack is a simple Android application which periodically checks if your installed apps can be updated.
It was created for users who don't want to use the Google Play Store, but still need to know when new APKs are available for their apps. ApkTrack performs simple website scraping to grab the latest versions of packages present on the device.
This application is distributed under the terms of the GPL v3 License
Usage
See the attached screenshot for a preview of the application.
Click on an application to perform a manual version check.
The buttons at the top are used to respectively search the installed application list and perform a version check for all applications.
That's it!
Things to keep in mind:
Applications are *not* updated automatically. You still have to find a way to download the latest APKs and sideload them yourself. ApkTrack is simply here to tell you that the update is available.
The application will perform HTTP requests both on demand and silently. You can configure whether mobile data should be used for background checks in the settings.
ApkTrack uses regular expressions to scrape webpages, so it may cease to work without notice if the target websites are modified.
Although there is a background service checking for updates every day, it may get killed by the OS. Remember to check for updates manually in the application from time to time.
Changelog:
Code:
0-----------------------------------------------------------------------------0
| Changelog: |
0-----------------------------------------------------------------------------0
2.1.2:
------
* Features
- You can now configure a proxy in the settings. It will be used to check
for updates, but *NOT* for APK downloads and searches.
- Downloaded APKs can now be cleaned from the settings screen.
- Added an option to ignore apps for which no update source could be found.
* Update Sources & Search Engines
- Timeouts between version checks have been reduced, which makes the
process of checking all apps much faster.
- Updated the direct download regexp for F-Droid as their layout had
slightly changed.
- Added a new search engine, APK-DL.
* Translations
- Japanese translation contributed by Naofumi F. Thanks!
* Permissions
- A new permission (REQUEST_INSTALL_PACKAGES) is required to be able to
install APKs on Oreo.
* Supported Devices
- ApkTrack should work on Android O.
* Bugfix
- Fixes a major bug caused by ProGuard in F-Droid builds which prevented
users from entering the setting.
2.1.1:
------
* UI
- The app's design was materialized by Tetsuo55.
- Icons have been vectorized (also by Tetsuo55).
- The last check date is now relative (i.e. "10 minutes ago").
* Update Sources
- Removed the Nightly (Firefox) update source, because their website keeps
changing and the app has built-in update capabilities anyway.
- Fixed the WhatsApp update source. Support has been added in the AppBrain
proxy and this source will be phased out in later versions.
* Version Checks:
- Version checks for Google Play Services now ignore the part of the
version number identifying the architecture and DPI of the device.
* Supported Devices:
- ApkTrack now works on Android N.
2.1.0:
------
* APK Downloads
- The OS' download service is now used directly instead of proxying
requests through the installed browser.
- Downloads respect the user's preference regarding which networks are
OK to use (WiFi / mobile data).
- Downloaded APKs can be installed directly from ApkTrack's UI.
* Permissions
- ApkTrack needs a new permission (WRITE_EXTERNAL_STORAGE) to write
downloaded APKs to the sdcard.
* UI
- Fixed a longstanding issue where the last check date could overlap
the action icon (that one really bugged me).
* Settings
- Added options to ignore all system / Xposed apps in a single click.
A screen dedicated to managing ignored apps is still warranted.
- Added a preference allowing users who enabled background checks to
automatically download new APKs when they become available.
* Update Sources
- Merged the 9Folders update source (only used for com.ninefolders.hd3)
into the AppBrain proxy, because of new anti-scraping countermeasures.
2.0.4:
------
* Source detection
- ApkTrack will set the right update source for itself (upstream or
F-Droid) depending on who signed the APK.
- The source for all Xposed modules is now detected automatically.
- The F-Droid app is now correctly handled by the F-Droid source.
* Miscellaneous
- Moved the ApkTrack APKs to a server with more bandwidth.
- Version checks for ApkTrack now take place over HTTPS.
- Updated German translation.
* Bugfixes
- Fixed a widespread crash triggered during the initialization
of the app.
- Fixed a problem with icon resizing for devices with uncommon DPI.
- Minor bugfixes for crashes reported through ACRA.
2.0.3:
------
* Security
- Communications with the AppBrain proxy and crash report service now take
place over HTTPS.
- Certificates used by those websites are bundled with ApkTrack to prevent
man in the middle attacks.
* Translations
- Updated Polish translation.
- Added Italian translation.
* Bugfixes
- Resolved a race condition potentially leading to random crashes.
- The AppBrain update source returned a malformed result when it doesn't
have version information for particular apps (i.e. org.eff.actioncenter).
This is now handled gracefully so other update sources can be tried.
- Fixed the "currently updating" icon getting hidden because of screen
rotations.
2.0.2:
------
* Automated crash reports
- ACRA has been integrated to the app in order to submit stacktraces when
ApkTrack crashes (no data is sent without user consent).
- New settings were created to control whether bug reports should be sent.
- A privacy policy was written to describe how bug data and user data is
handled in general.
* Bugfixes
- Fixed a bug introduced in 2.0.1 triggered when trying to resize
non-square icons.
- Fixed a bug causing a crash with VectorDrawables for devices without
Lollipop.
- Fixed a bug where trying to determine the network type (WiFi / data) would
cause a crash.
2.0.1:
------
* Miscellaneous bugfixes
- Oversized icons no longer break the UI.
- Download URLs for Xposed apps are now obtained correctly.
- App uninstallations now also delete stored icons in the database.
2.0.0:
------
* Ignoring irrelevant apps
- When detecting apps present on the device, disabled apps are ignored by
default.
- Apps can be swiped to indicate that they should stop being displayed in
the UI and be ignored in subsequent update checks.
- An option was added in the settings to reset ignored apps.
* Detecting installed apps
- The full app detection is only done once, during the first launch. All
subsequent updates (packages added and/or removed from the system) are
now detected through Intents sent by the system.
- ApkTrack and its background services now communicate with the help of an
Event Bus, which allows complex information to be passed reliably. Model
modifications trigger notifications on this event bus, which tell the
applist which information should be refreshed. Thanks to this, there are
no more loadings when the model is updated.
- It shouldn't be possible for ApkTrack to miss apps that are installed,
removed or updated with this new design. So I'm removing the "Redetect
installed apps" button which wasn't very elegant nor user-friendly.
* Database overhaul
- ApkTrack now uses Sugar ORM to perform its database operations (branch
1.x contained a lot of manual SQL queries). The codebase is much cleaner
and easier to maintain now.
- Icons have been moved to a separate table, which allows ApkTrack to read
all the application info without eating up the device's RAM. From now on,
Icons are only loaded when they need to be displayed.
* Update sources
- ApkTrack can guess the default update source for some predetermined apps
based on their digital signature or their package name.
- The structure of sources.json has been changed. It is more complex now,
but it allows contributors to specify per-package regular expressions in
case the information for multiple apps is hosted on a single webpage.
Formerly, it would have been necessary to create an update source per
package in some cases.
- It is also possible to specify a regular expression to locate an APK
download link on the page. This will allow more direct downloads to be
provided.
- F-Droid, Mirakel, Xposed Stable / Beta now all provide direct APK
downloads.
* Misc
- Build system switched to Gradle to make third-party builds easier.
- ApkTrack will now remember across reboots whether you want to display
system apps or not.
- Searches are more flexible, and any part of the name or package name
can now be matched (not just the beginning as it was the case).
- Apps with vector icons are now displayed correctly on devices with an API
level >= 21.
- Manual changes to the update source are immediately reflected in the UI.
- The spinning icon which indicates that an app is currently being checked
isn't lost anymore when the app list is refreshed, sorted or updated.
- Notifications will not be displayed more than once for each updated app
(ApkTrack 1.1 would keep display notifications until the app was
upgraded).
Known issues:
-------------
* Swiping the app at position N, then scrolling down and up causes a blank
line to be displayed at position N-1.
* ApkTrack's APKs are still distributed over HTTP because the server uses a
self-signed certificate.
* If Greenify puts ApkTrack into hibernation, app installations, deletions
and upgrades will be missed. At the moment, the issue may be circumvented
by waking ApkTrack and performing the installation again, or deleting
ApkTrack's data to force a full re-detection.
Download
Source code
Stable APK (2.1.2)
Beta APK (2.1.2)
Let me know what you think!
Bu ne şimdi anlamadım
SM-N9005 cihazımdan Tapatalk kullanılarak gönderildi
Link??
Sent from my XT1068
I'm a new user, I can't post them!
Source code: github.com/JusticeRage/ApkTrack
APK: kwiatkowski.fr/apktrack/ApkTrack.apk
Just the app i needed, loving it, could be great with a sort feature in the future.
failbed said:
Just the app i needed, loving it, could be great with a sort feature in the future.
Click to expand...
Click to collapse
I'm glad to see someone finds my app useful! Do you mean the possibility to sort applications depending on whether they can be updated or not? This is a great idea, I'll implement it!
JusticeRage said:
I'm glad to see someone finds my app useful! Do you mean the possibility to sort applications depending on whether they can be updated or not? This is a great idea, I'll implement it!
Click to expand...
Click to collapse
Yeah excatly something like that, when apktrack finds like an update to an app the apps that need go get updated gets sorted fo the top so you dont have to scroll through the list to find which apps that needs to get updated and so on.. Awesome ill be following this project bro.
The code and APK have been updated as suggested by your feedback!
Applications are now sorted by status (whether they have been updated or not) by default, but it is possible to switch back to alphabetical sort.
Parsing Package problem
Tablet PMT7787_3G Jelly Bean 4.2.2 It givse me parsing package error. Works fine on KitKat
it works
Thanks buddy for your work. it works in d802 (LG G2) cm-12-20150217-NIGHTLY-d802. But i can't update apps. it says there is a new version available. press the circle but nothing happens.
Are you only scraping google play or do you also check places like the amazon appstore and f-droid.org? If so, how do you handle app's that are in multiple locations? For example if I purchased an app at amazon appstore (or got it as the free app of the day) I can only use the latest version on that appstore even if google play has a newer version. Amazon appstore is usually always behind google play in versions. In some cases f-droid (open source app store) will have versions compiled without ads where google play may have versions with. (The simplest solution may be to let the user pick the location to check for each app?)
Forgot to mention if you used xposed framework the module updates might be worthy of tracking as well. http://repo.xposed.info/module-overview
[email protected] said:
Tablet PMT7787_3G Jelly Bean 4.2.2 It givse me parsing package error. Works fine on KitKat
Click to expand...
Click to collapse
Could you post a stacktrace? I assume this is because the required API version in the AndroidManifest.xml is 19 (4.4+). This is probably a very conservative choice, but I have no devices using anterior versions to run tests. I'll try to post an APK compatible with more Android versions soon.
bor51 said:
Thanks buddy for your work. it works in d802 (LG G2) cm-12-20150217-NIGHTLY-d802. But i can't update apps. it says there is a new version available. press the circle but nothing happens.
Click to expand...
Click to collapse
I'll quote my first post : "applications are *not* updated automatically. You still have to find a way to download the latest APKs and sideload them yourself. ApkTrack is simply here to tell you that the update is available."
Simply put, I finding the latest version of an APK reliably is not always easy (I usually have to do some googling myself).
framewolf said:
Are you only scraping google play or do you also check places like the amazon appstore and f-droid.org?
Click to expand...
Click to collapse
I scrape Google Play, then if I get a message like "Varies with device" I try appbrain.com.
Sadly, I don't track versions on an app store basis. ApkTrack was really made in mind with the idea of downloading APKs and installing them through adb. Doesn't the Amazon app store already notify you of available updates?
One of the features I would like to implement in the future would be custom web scraping though (let the user specify the webpage and regular expression). I'll look into F-Froid too.
And thanks for the Xposed modules idea, I'll definitely implement that!
Just the app I was looking for. Working on 4.4.4 Oneplus Mahdi
Reminds me of AppWatch, but without being limited to just the Play Store. Cool idea. I'm gonna try it out.
JusticeRage said:
I scrape Google Play, then if I get a message like "Varies with device" I try appbrain.com.
Sadly, I don't track versions on an app store basis. ApkTrack was really made in mind with the idea of downloading APKs and installing them through adb. Doesn't the Amazon app store already notify you of available updates?
One of the features I would like to implement in the future would be custom web scraping though (let the user specify the webpage and regular expression). I'll look into F-Froid too.
And thanks for the Xposed modules idea, I'll definitely implement that!
Click to expand...
Click to collapse
Using Greenify and Xprivacy my appstores don't notify me of anything until I actually run them. Have you considered taking the full app name and kicking it into a google (or better yet startpage.com since it anonymizes the search but uses same parms as google) search maybe with additional keywords like "apk" and "download"? This would point folks to where they might be able to download the updated module. A similar technique is used by windows software update checker "sumo" (software update monitor) A similar idea would be to do the same with an appstore search of where the update was located...minimal code is needed since you are just kicking an url to be opened to the browser via the "view" feature.
JusticeRage said:
Apktrack
ApkTrack is a simple Android application which periodically checks if your installed apps can be updated.
It was created for users who don't want to use the Google Play Store, but still need to know when new APKs are available for their apps. ApkTrack performs simple website scraping to grab the latest versions of packages present on the device.
This application is distributed under the terms of the GPL v3 License
The source code is available at github.com/JusticeRage/ApkTrack.
Usage
See the attached screenshot for a preview of the application.
Click on an application to perform a manual version check.
The buttons at the top are used to respectively refresh the installed application list and perform a version check for all applications.
That's it!
Things to keep in mind:
The application will perform HTTP requests both on demand and silently. It does not care whether you are using 3G, 4G or WiFi. Please do not install it if your mobile plan charges data at a premium.
Updates, installations and uninstallations are not detected automatically by the application. You have to press a button to refresh the installed apps.
ApkTrack uses regular expressions to scrape webpages, so it may cease to work without notice if the target websites are modified.
Applications are *not* updated automatically. You still have to find a way to download the latest APKs and sideload them yourself. ApkTrack is simply here to tell you that the update is available.
Although there is a background service checking for updates every day, it may get killed by the OS. Remember to check for updates manually in the application from time to time.
ApkTrack has no fancy icon Feel free to design one!
I am by no means an Android developper. This is a project I hacked quickly because I was tired of checking updates manually. If you are learning Android development, what you see in the code should definitely not be considered best practice. You're welcome to point out what I did wrong, though!
Download
A precompiled APK can be found on the GitHub page. I would post the link, but as a new user, I can't yet.
Source code: https://github.com/JusticeRage/ApkTrack
APK: http://kwiatkowski.fr/apktrack/ApkTrack.apk
Let me know what you think!
Click to expand...
Click to collapse
This is fantastic! I use Raccoon to download apps to my computer before manually transferring them to my phone, and when i wanted to check if there was an update out for an app i'd have to check one by one the apps on Raccoon, This is going to be a huge time saver.
famewolf said:
Have you considered taking the full app name and kicking it into a google (or better yet startpage.com since it anonymizes the search but uses same parms as google) search maybe with additional keywords like "apk" and "download"? This would point folks to where they might be able to download the updated module. A similar technique is used by windows software update checker "sumo" (software update monitor) A similar idea would be to do the same with an appstore search of where the update was located...minimal code is needed since you are just kicking an url to be opened to the browser via the "view" feature.
Click to expand...
Click to collapse
That's another great idea. I will work on that in the upcoming weeks!
Very interesting project!
Someone suggested sorting option. I'd go one step ahead and request you to implement a feature which could hide non play store apps
@JusticeRage, this project sounds promising, however when I tested that, some of the applications were saying they are not uptodate, like CM Browser (I'm in beta programm), Naked Browser (maybe there is some problem with APK version?), Google Drive and Google Camera etc.
Also time ago I posted this question : http://forum.xda-developers.com/showthread.php?t=2988051 ... Maybe this can be implemented with your application ? So in this case I would rather prefer to highlight such disappering aps. rather then filtering them out.
Another option to jump on app from to the list to GooglePlay or searching on web for apk or alternate repository (ApToide) would be really nice. ?
Working fine here. Now This is my ChangelogDroid replacement, because its not working on my device with MUI rom. Keep update this app & would be nice if you push it to playstore.

[APP][4.0+][No Root]MoboClean: Get Root style control without Root

MoboClean Free http://moboclean.com/
Arm64 is supported in V2.1
MoboClean, gets Root style control without Root, making your Android phone as smooth, safe and battery-saving as iPhone!
MoboClean allows you to replace apps with cleaned version. For cleaned version, autostart and background running can be disabled, and privacy access can be denied. With this, you can enjoy the true phone boost and battery saving, and your sensitive data will be protected.
Highlights:
★ NO ROOT needed
★ Disable autostart
★ Disable background running
★ Granular permissions control
★ Notification conrtol
★ No ads and all FREE
★ Available from Android 4.0 to 5.1
Main features:
★ Update your apps to cleaned version for granular permission control.
★ Turn off autostart, and background running for longer battery usage.
★ Deny call log access, SMS access, contacts access to protect your privacy.
★ Deny annoying notifications.
★ Detect all privacy invasions from apps.
★ Cleaned apps' update is supported in MoboClean.
★ Get new cleaned apps from MoboClean. All apps are scanned with anti-virus tools.
★ Set permissions before download, or alter permissions after installation.
Changelog:
July 20,2014 v2.3
1. UI optimization, check real status of your phone
2. Setting enterance on homepage, permission management is more convenient
3. Detection of newly installed apps
4. Bug fix
You can find more about us on Facebook: https://www.facebook.com/moboclean
or on our website: http://moboclean.com/
You can also join our community on Google+: https://plus.google.com/u/0/communities/116259496162534078513
Notice: We don’t support x86 cpu so far.
FAQ
1. What is cleaned app?
Cleaned app is an original app loaded by wrapper. Granular permission management can be realized after cleaning. App cleaning will wrap the original app in your phone locally and reinstall the wrapped app so all access to privacy will be controlled. The wrapped app is exactly the same one as the original app, except it is loaded by the wrapper, so it is safe to use. The way we process an app is similar to Amazon. For cleaned version, autostart and background running can be disabled, and privacy access can be denied.
2. What permissions can be controlled after cleaning?
Granular app permissions includes autorun, background running, notifications, SMS sending, call making, SMS access, call log access, contact access, phone number acquisition, and location.
3. How to update an original app to cleaned version?
There are 3 ways to get app “cleaned”:
1) All apps downloaded from MoboClean are cleaned version.
2) Update apps downloaded from other markets to cleaned version through “Permission”>“App Manager”>“Original”
3) Set Cleaning Installer as default installer. Apps installed by Cleaning Installer are cleaned version as well.
4. Can cleaned apps update as usual?
Yes. Through two ways:
1) The most convenient way: Update through MoboClean
2) Install update APK through Cleaning Installer
5. Differences between cleaned app and the original app
Cleaned app is on the basis of the original app but with a wrapper. The wrapped app is exactly the same one as the original app, except it is loaded by the wrapper, so granular permission control can be realized.
Declaration: MoboClean will not gather or upload any of your private data.
6. Cleaned app is not pirated one and contains no virus!
App cleaning means adding a wrapper to the original app to have fine-grained permission control, which will cause signature change. Cleaned version may be recognized as pirated or unsafe by some security or market apps, please ignore it.
Thank you so much for your everlasting support!!
Remind: UU AppPurifier does not need to "root" your phone. It will wrapper the original apk locally, then re-install the app. After that, you can control the permission dynamically. Only apps you want to control need to be "purified". Your suggestions are welcome!
All comments are welcome!
Let us know what you request from our app. We’ll work hard on the improvements.
Update to v1.2.3 today!
Change log:
1. Improvement of auto-installation
2. Improvement of stability
3. Bug fix.
Unfortunately, we will not support Android 2.3 in this and future version. Sorry for the inconvenience.
Get UU AppPurifier for FREE https://play.google.com/store/apps/details?id=com.uusafe.appmaster
like this app even for root user finally:good:
but google app can't be purified
pixiebob said:
like this app even for root user finally:good:
but google app can't be purified
Click to expand...
Click to collapse
Thanks a lot for your support!
Google apps are not available now. We are working on it.
uusafe said:
Thanks a lot for your support!
Google apps are not available now. We are working on it.
Click to expand...
Click to collapse
i find this app is more convenient, simple that xprivacy.
it will be great to choice coordinate gps for faking location(and not limited choice town), need this for example application meeting
Does work the update through Playstore after "purification"?
gonna love this!! great app man!!
anyway I noticed that after I purified one of the apps, its still showing in the android running apps list but with service:0 and consume 0.00mb memory, so is it safe to assume that it's not running? (neither app or service...)
Thanks and keep up the good job!
truemagic said:
gonna love this!! great app man!!
anyway I noticed that after I purified one of the apps, its still showing in the android running apps list but with service:0 and consume 0.00mb memory, so is it safe to assume that it's not running? (neither app or service...)
Thanks and keep up the good job!
Click to expand...
Click to collapse
Thanks a lot for your support!
We will check into the issue you mentioned
Sorry, you can not update the purified app directly from GP. We will add a feature for updating very soon.
Uriens said:
Does work the update through Playstore after "purification"?
Click to expand...
Click to collapse
uusafe said:
Sorry, you can not update the purified app directly from GP. We will add a feature for updating very soon.
Click to expand...
Click to collapse
Thank you for your quick feedback, I really look forward to such feature!
Hi uusafe,
I just found out that once I purified "Shazam Encore" (before first start), I'm not able to signon from Google or Facebook from inside of the Shazam app.
Is there a workaround for this to be released soon?
And...is there an option to remove purified app from the list? For it to become original app?
Many thanks
After installing this phone became slow and broke some apps I have. Will also uninstall and reinstall all your apps so alot at least 1 hour before you can use your phone again. You will also be signed out of your apps that requires signing in
chachoi said:
After installing this phone became slow and broke some apps I have. Will also uninstall and reinstall all your apps so alot at least 1 hour before you can use your phone again. You will also be signed out of your apps that requires signing in
Click to expand...
Click to collapse
true for those apps which are signed in via Google+ or Facebook...that's what I would like AppPurifier to improve on next version
truemagic said:
Hi uusafe,
I just found out that once I purified "Shazam Encore" (before first start), I'm not able to signon from Google or Facebook from inside of the Shazam app.
Is there a workaround for this to be released soon?
And...is there an option to remove purified app from the list? For it to become original app?
Many thanks
Click to expand...
Click to collapse
Sorry for the inconvenience. If you want to remove the purified app you can uninstall the purified one and install the original one. Furthermore, we will add an "un-purify" feature in recent version.
As for "Shazam Encore", we are testing on it. And we think it may because of the block from Google or Facebook to get corresponding information to sign. Purification of Facebook may solve this problem. We are testing on it and you can have a try if you want
Would like to ask something more about Shazam Encore.
1. What's the version of it
2. When did it need to signon? To share or to purchase or other condition?
Thanks for your prompt reply!
The Shazam Encore is just one of the apps that allows login via Google+ or Facebook. I believe in general (not only Shazam) purified apps unable to login with Google+ or Facebook. Some apps I need to login (either via Google+ or Facebook) because it can provide personal experience such as storing my favorite songs or publish my post on Facebook, etc.
FYI the Shazam Encore I downloaded as of today is the latest version ie. 5.3.3
Another example of app that failed to login(bind) via Facebook is this: https://play.google.com/store/apps/details?id=com.mt.mtxx.mtxx&hl=en
Thanks for your hardwork
chachoi said:
After installing this phone became slow and broke some apps I have. Will also uninstall and reinstall all your apps so alot at least 1 hour before you can use your phone again. You will also be signed out of your apps that requires signing in
Click to expand...
Click to collapse
You can turn on the auto-installer function(turn on it in menu->settings) which can simplify the procedure of purication greatly.
Purification should not cost that long What is the purification time for one app on average?
About the sign in part: Did you sign through Google+ or Facebook app?
BTW, we are working on solution for the login issue and will release it in a few weeks.
truemagic said:
Thanks for your prompt reply!
The Shazam Encore is just one of the apps that allows login via Google+ or Facebook. I believe in general (not only Shazam) purified apps unable to login with Google+ or Facebook. Some apps I need to login (either via Google+ or Facebook) because it can provide personal experience such as storing my favorite songs or publish my post on Facebook, etc.
FYI the Shazam Encore I downloaded as of today is the latest version ie. 5.3.3
Another example of app that failed to login(bind) via Facebook is this: https://play.google.com/store/apps/details?id=com.mt.mtxx.mtxx&hl=en
Thanks for your hardwork
Click to expand...
Click to collapse
Would like to ask something more about the sign in
Did it need to sign on the current page with web signin?
like thisView attachment 3265374
Or did it need to skip to Google+ or Facebook client to complete the signin?
like thisView attachment 3265375
uusafe said:
Would like to ask something more about the sign in
( 1 ) Did it need to sign on the current page with web signin?
like thisView attachment 3265374
( 2 ) Or did it need to skip to Google+ or Facebook client to complete the signin?
like thisView attachment 3265375
Click to expand...
Click to collapse
( 2 ) If I've Google+ app or Facebook app/client installed, then it will proceed to client to complete the sign-in. It will then popup Google or Facebook permission window and user is asked to click "OK" to proceed sign-in.
( 1 ) Otherwise, (without Google/Facebook client installed), it will proceed to web sign-in (same like weibo sign-in screenshot you posted), I believe it's the case for the apps that adopt such sign-in methods.
Many thanks

[APP][4.0.3+][GPLv3] APKUpdater 2 - Get Updates for your Apps!

APKUpdater 2
APKUpdater is an open source tool that simplifies the process of finding updates for your installed apps. It will provide similar functionality to an app store, making it a very useful app for those who want to run Android without Google Play.
It has been rewritten from scratch with modern technologies to make it easier to maintain.
Releases
Latest version: 2.0.5
Features
Update Sources: Find updates from APKMirror, Aptoide, F-Droid, Google Play.
Search Sources: Find new apps to install from APKMirror, Aptoide, F-Droid, Google Play.
Schedule background update checks and receive a notification when updates are found.
Supports Android 4.0.3 to Android 10.
Android TV support.
Modern Material Design 2 with multiple theme support.
Direct install of updates for sources that support it.
Root install of apps.
App ignore list. Filter updates by architecture. Filter experimental apps. Filter apps by API level.
Github
Source code can be found on Github: https://github.com/rumboalla/apkupdater
XDA:DevDB Information
APKUpdater, App for the Apps & Games
Contributors
rumboalla
Version Information
Status: Stable
Created 2017-02-24
Last Updated 2019-11-29
FAQ
How can I help with the translations?
POEditor is used for translations. If you want to help visit https://poeditor.com/join/project/NWTNMrPFj8
Amazing App, thanks.
Regards.
Very useful! thx!!!
EDIT: will the white list function become a bit easier to add apps in the future?
Thanks for this
Edit:
Direct Download feature would be nice for apk mirror
Prince Chandela said:
Thanks for this
Edit:
Direct Download feature would be nice for apk mirror
Click to expand...
Click to collapse
It would be nice to have direct downloads, but for the moment I will not be adding it since I don't want to steal traffic from these sites.
Added multiple theme support and published version 1.1.0
thanks for sharing :good:
Changelog 1.1.1
* Some bugfixing.
* Added toolbar to settings activity.
The update check is really fast and easy to use :good:
A couple suggestions:
• exclude apps from the list
• bug in the notification bar
Nice App and really useful. Have a nice weekend. [emoji106]
Primokorn said:
The update check is really fast and easy to use :good:
A couple suggestions:
• exclude apps from the list
• bug in the notification bar
Click to expand...
Click to collapse
The notification bug should be fixed with last commit. I'll make a new release this weekend when I have some more time.
Long press makes app ignored (you will see it grayed). Don't see any easy way of completely removing apps from the list and letting the user add them back again.
Changelog 1.1.2
* Fixed progress issue in notification if more than one source was selected.
* Fixed issue with default values of ignore list.
Very nice app to have! Thanks
Droidphilev said:
Very useful! thx!!!
EDIT: will the white list function become a bit easier to add apps in the future?
Click to expand...
Click to collapse
You just need to long press an app to add or remove from ignore list.
I've installed this app on a old LG with cyanogenmod 7 without gapps, but when i press on the button for refresh the apps list or the settings button, the app crash! I've uploaded also the log, i think that can be useful
muggy1980 said:
I've installed this app on a old LG with cyanogenmod 7 without gapps, but when i press on the button for refresh the apps list or the settings button, the app crash! I've uploaded also the log, i think that can be useful
Click to expand...
Click to collapse
Changelog for 1.1.3
Fixed issue with notification on 2.3 android devices.
Fixed ignore app background issue in 2.3 android devices.
Changed SwitchPreference to CheckboxPreference in android devices below api 14.
This should make the app working again on 2.3. However there are some minor cosmetic issues that I will probably not fix:
Dark themes will look wrong.
On settings activity %s will be displayed instead of the right value.
It would be nice to know which apps failed (I have 38 errors but I don't know for which apps).
I had a bug, duplicates in the Updates tab after launching the update process several times.
Primokorn said:
It would be nice to know which apps failed (I have 38 errors but I don't know for which apps).
I had a bug, duplicates in the Updates tab after launching the update process several times.
Click to expand...
Click to collapse
Changelog 1.1.4
* Fixed dark themes in Android 2.3
* Don't return an error if app is not found on Play.
Most errors are coming from checking apps that do not exist in Google Play. These are no longer marked as an error.
Apart from that the most common errors are either connection errors or version parsing errors. Version parsing errors happen when apps have weird version names. Adding a way to see what exactly are the errors is something I'd like to add in the future.
rumboalla said:
Changelog 1.1.4
* Fixed dark themes in Android 2.3
* Don't return an error if app is not found on Play.
Most errors are coming from checking apps that do not exist in Google Play. These are no longer marked as an error.
Apart from that the most common errors are either connection errors or version parsing errors. Version parsing errors happen when apps have weird version names. Adding a way to see what exactly are the errors is something I'd like to add in the future.
Click to expand...
Click to collapse
Yep and adding a solution to check the repos of F-Droid and Xposed would be appreciated.
Apktrack's source code may help (GPLv3).

Categories

Resources