[APP][4.0.3+] pypmin web monitor - Android Apps and Games

Hey all,
pypmin is a web monitoring application for administrators, it helps you keep track of the availability and response time of your website applications on the go using your phones internet connection.
You simply build a list of websites and pypmin will poll them in the background. When a website is unreachable pypmin alerts you with the http status code, you can also opt in to receive alerts whenever the content of the website changes.
You can configure the poll interval, and also the threshold of consecutive failures before an alert is made, in order to account for occasional problems with your phones connectivity.
I made this app a few weeks ago as a private tool for monitoring the websites that I host, I figured it was ready to dish out to people. Please tell me what you think, if you end up using it and want new features then please let me know.
You can find the app at: https://play.google.com/store/apps/details?id=com.creepy.pyp
Edit: New features including content change alerts have been added to version 1.0.6, there is now also a pro version with extras on the play store. Some advanced settings have been made pro exclusive, so if you rely on those settings you'll have to stick with 1.0.5, which will remain attached to this thread.

For those interested, I've added an APK file.

Has anyone had a chance to try this out? I'd be interested to know of any opinions/issues you've come across. So far I've only managed to test it on the Galaxy Nexus, Nexus 5 and Galaxy Note.

Jeffail said:
Has anyone had a chance to try this out? I'd be interested to know of any opinions/issues you've come across. So far I've only managed to test it on the Galaxy Nexus, Nexus 5 and Galaxy Note.
Click to expand...
Click to collapse
Will test a bit later today, could be very useful. Maybe add a feature that counts how many visitors / hits your page as had that day?

PulseDroid said:
Will test a bit later today, could be very useful. Maybe add a feature that counts how many visitors / hits your page as had that day?
Click to expand...
Click to collapse
Funnily enough I'm actually in the process of making a version of this for myself. Stats such as visitor counts and server CPU and memory usage would have to come via the server itself, or an analytics platform, so to add this in I'd have to dish out some scripts and a tutorial for setting this up on your own server.
I'm definitely willing to do that as an open source project, since I'm making it anyway, but I'll want some time to finish it and test it thoroughly. If anyone else is interested in this then let me know which analytics platform you use, if any, and I'll see what I can do.

Jeffail said:
Funnily enough I'm actually in the process of making a version of this for myself. Stats such as visitor counts and server CPU and memory usage would have to come via the server itself, or an analytics platform, so to add this in I'd have to dish out some scripts and a tutorial for setting this up on your own server.
I'm definitely willing to do that as an open source project, since I'm making it anyway, but I'll want some time to finish it and test it thoroughly. If anyone else is interested in this then let me know which analytics platform you use, if any, and I'll see what I can do.
Click to expand...
Click to collapse
That won't be problem, for me at least. Will test if needed.

Thats come in Handy for System Admin because i'm also one...:highfive:
Thanks for making this app..:good:

Awesome little app :thumbup:
One suggestion, if the option of persistent mode was available I/we could set the polling time to hourly and we would be notified if issues occurred.
Sent from my HTCSensation using xda app-developers app

zebidybob said:
Awesome little app :thumbup:
One suggestion, if the option of persistent mode was available I/we could set the polling time to hourly and we would be notified if issues occurred.
Sent from my HTCSensation using xda app-developers app
Click to expand...
Click to collapse
Would you be able to add a feature where it tells you if changes have been made/site was updated since the last poll?
For example, I randomly check http://desipro.de/ddwrt/K3-AC/ for new builds of firmware (DDWRT) for my router. This app is very light weight and it would be great if it would respond back and say "Hey, the site I've been randomly checking for you to make sure it's up has also been updated with new content."
This would be valuable to myself and I am willing to throw you 5 bucks if you can add it.
Thanks!

Very helpful, thx for this app.

ka24e said:
Would you be able to add a feature where it tells you if changes have been made/site was updated since the last poll?
For example, I randomly check http://desipro.de/ddwrt/K3-AC/ for new builds of firmware (DDWRT) for my router. This app is very light weight and it would be great if it would respond back and say "Hey, the site I've been randomly checking for you to make sure it's up has also been updated with new content."
This would be valuable to myself and I am willing to throw you 5 bucks if you can add it.
Thanks!
Click to expand...
Click to collapse
I seriously like this idea, thanks for the suggestion! I'll try and get this done soon, it'll be part of the free app since it's a core feature.

ka24e said:
Would you be able to add a feature where it tells you if changes have been made/site was updated since the last poll?
For example, I randomly check http://desipro.de/ddwrt/K3-AC/ for new builds of firmware (DDWRT) for my router. This app is very light weight and it would be great if it would respond back and say "Hey, the site I've been randomly checking for you to make sure it's up has also been updated with new content."
Thanks!
Click to expand...
Click to collapse
For example, I am admin on 2 wordpress-homepages with low traffic hosted on cheap web-hotels. Those web-hotel-provideres run badly designed robots, that looks for suspicius code on all their sites, and changes my .htaccess if the robot thinks, it has found something (without warning me).
This feature could help find a changed .htaccess file faster than I can do it today.

Jeffail said:
Funnily enough I'm actually in the process of making a version of this for myself. Stats such as visitor counts and server CPU and memory usage would have to come via the server itself, or an analytics platform, so to add this in I'd have to dish out some scripts and a tutorial for setting this up on your own server.
I'm definitely willing to do that as an open source project, since I'm making it anyway, but I'll want some time to finish it and test it thoroughly. If anyone else is interested in this then let me know which analytics platform you use, if any, and I'll see what I can do.
Click to expand...
Click to collapse
I think this is a great idea.
Especially since its open source. Even if its noob friendly would be even better.

Jeffail said:
I seriously like this idea, thanks for the suggestion! I'll try and get this done soon, it'll be part of the free app since it's a core feature.
Click to expand...
Click to collapse
Awesome thanks, no rush

Adding an option to run nrpe/nagios checks remotely on Windows boxes would be most useful. I monitor with nagios, and use nrpe for all of windows vm's. Health, mem, cpu, etc. Open source so can likely make use of nrpe in this handy little app.
Sent from my SGH-I337M using Tapatalk

Hey all! I've just uploaded pypmin version 1.0.6 to this thread as well as the play store.
Version 1.0.6 has the following extras:
- Optional alerts for content changes (configured per website)
- Export your pyp items (for importing into the new pro version)
I have also released pypmin pro to the play store. It's a paid version that has a new benchmarking utility for testing the performance of your server. Some of the advanced settings in 1.0.5 have been made exclusive to the pro version, so if you rely on those settings you might want to stick to version 1.0.5 if you're unwilling to buy the pro version.
I'm currently working on having server side statistics integrated into pypmin, but I haven't got a full plan for this yet so I can't say if or when it will be ready. Please let me know if there are any extra features you'd like and thanks for giving pypmin a try!

Hey all, pypmin was recently updated to version 1.1.2, this adds the ability to specify the exact response code expected for each individual website. This allows you to monitor websites where a '200 OK' response is not actually expected.
For example, you could be monitoring a website that requires authentication, and so you would specify the code 401 to be expected. With that option set pypmin will not only alert you when an error is returned, but also when a 200 response is recieved which indicates that you have accidentally opened up the site to unauthorized clients.
Enjoy.

Related

[WIDGET][2.1+] Prepay Widget - Your Account Balance in Simple Widget Form

Hello everyone! I am the developer of Prepay Widget, a powerful app that allows you to monitor your account balance through USSD requests.
You can find more info about USSD on Wikipedia, but basically these are short, SMS-like messages used by most GSM and some CDMA providers to deliver information
or control account services. The actual information comes to you in the form of popup toasts, which thids app hides and parses into widgets.
You can find the apps landing page on XDA at the following thread:
http://forum.xda-developers.com/showthread.php?p=12348102
However, i want to stress that its important that we get some device-specific feedback, so please post in this thread if you have issues,
this helps me keep track of bugs and requests better.
You can use the Lite version of the app - it has all the functionality of the full version apart from automatic updates (not really that important imo).
As I haven't got one of these phones in my pocket, I need some testers to track down problems. Please, use this thread to comment or
suggest features. It is my belief that addressing issues is best done individually by phone, so if something doesn't work, let me know and I will fix it ASAP.
Market link:
https://market.android.com/details?id=fahrbot.apps.ussd.widget.lite
Debugging:
Please use the "Write to developer" item in the Settings menu to send logs. Enable debugging, reproduce your error and then send the logs.
Make sure you include a description - the more detailed the description the better.
Screens:
Reserved for something?
nice, works fine on my liquid )
does this check data usage for how many GB's you use in a month (for those like me that use over 5 GB a month. lol )
Yes, all you need is the right USSD command for your operator... just look for it online and add it in the app!
ill download this later
this is what I've been loking for!
will install when my HD2 finished being repaired..
Please don't forget to post your USSD commands!
AT&T
*MIN# (*646#) for minute usage.
*BAL# (*225#) for current billing balance.
*DATA# (*3282#) for data and messaging use.
*PAY to make a payment over the phone.
The app doesn't respond to the returned tests (streak 5). I added (104) to handcent's black list so it didn't pop up and the text is in the messaging inbox, but this app only shows"There is no predefined indicators"
I'm not sue I entirely understand. Could you please reiterate exactly what you set as the dial code, what message was returned and what have handsent and blacklists to do with it?
Thanks for the codes though, ill post them in the library thread
Hello ftgg99, Good app, but your stole all from app UssdChecker!
Isn't it?
2 all look at Ussd Checker in market.
UssdChecker said:
Hello ftgg99, Good app, but your stole all from app UssdChecker!
Isn't it?
Click to expand...
Click to collapse
We didn't steal anything.
There have been similar apps for years, including on other platforms. What makes Balanced different is that its better - we have better widgets, better functionality and better support.
Perhaps you should write the people who made pandas vs ninjas and tell them how appauled you are at competitive markets... oh wait, you are the competition!
@ftgg99 this app looks great, i'll give it a try and give you my feedback. Thanks
This looks interesting, does anyone know any ussd codes for Cricket?
Sorry for my English. translate.google.com ... Motorola XT502, Android 2.3.3, does not work. Continuously requires reboot.
Hey how do i add an indicator for a USSD code? I have ATT. when i added the USSD i received texts back and that was it. In the app it says that the codes dont have any indicators. am i missing something?
Using Atrix
similar to ussd cheker
а вообще я "за" здоровую конкуренцию
mishanet said:
interface change, cracking and plagiarism is not good
USSD Checker for market "market.android.com/details?id=com.iba.ussdchecker&feature=search_result"
Spot the Difference:
Click to expand...
Click to collapse
How many times do I need to repeat myself? Balanced is not a copy of USSD Checker. The fact that android's list view is exactly the same in all applications doesn't mean we stole anything from you.
Balanced is similar, but better. This is the last time I respond to either your or your alter egos posts, please be so kind and complain directly to a mod or open another thread.
ftgg99, how to setup it on MTS-Moscow?
А экран включается во время запроса ussd?

RemoteTracker for Android - Antitheft software

Hi there,
This software is an Antitheft and you can use it to track your device when it was lost or stolen. It works catching a formated SMS/EMail sent from any phone/computer and then receiving useful informations back.
You can use it to others objectives, like keep your eye in your child. Use your imagination!
You can set up to four emergengy contacts to receive SMS if the thief change your SIM card and you still can track your device.
The RemoteTracker for Android is an evolution from an old project for Windows Mobile 6 (If you want to see the entire history, please click here).
I'm justing starting this project. There are much more to come.
This version answer the commands below:
rt#gp#<some_phone_number>#<password> - try to get GPS coordinates and send back to cel number passed as parameter.
rt#egp#<some_e-mail_account> - try to get GPS coordinates and send back to e-mail passed as parameter.
rt#gi - Send informations about your phone: IMSI, IMEI and ICCID.
rt#egi - Same as 'gi' but the answer goes by e-mail.
This project can be multi-language. In this version there is only English (sorry about it, my english is very bad because this is not my mother language). If you want to make your own translate, I can tell how. Very simple.
If you decide to try RemoteTracker, I would like to read reviews, comments and suggestions. Remember this is a beta version and may contain bugs. Use at your own risk and with caution.
--> It is a work in progress. In future versions I will make a lot more.
Support this project
You can support this project making a donation clicking here or clicking the banners in the project website: http://remotetracker.sourceforge.net
All the best,
Joubert Vasconcelos
Hello All,
If you want to try RemoteTracker as a beta tester, please e-mail me. I'll upload RemoteTracker to Market, but I need to be sure there are no bugs and I'll be very happy to have more people testing.
All the best,
Joubert
I want to try it
Sent from my VS910 4G using xda premium
I sent a message to you in pvt.
I was actually looking for a good tracker I can integrate into my own personal custom ROM. I'll have a look.
Please pvt me with your email. I'll send the apk to you.
Wow, nice to see this make it to Android.
Some suggestions,
1: Name it something that isn't obvious in the market. Don't want a thief easily finding it in the installed apps list. Going to the market and then buying "my apps" shows you exactly what's installed. So you should name it something totally different that nobody would suspect or want to remove. Like "memory maximizer" or something like that. Probably want to keep it in the middle of the alphabet so it's not at the top or bottom of the list.
2: Maybe make a way to remotely monitor the front/rear camera. Then you could get the thief on video (and also see if it's a crowd, or some huge guy you don't want to mess with, lol).
I'll try to help test when I get another phone and more time. Right now I don't have a lot of time to work out bugs. And more importantly I only have the 1 phone, and I can't afford to have it malfunctioning (I need it for work). I'll buy a used extra phone for testing and then I'll help test.
RemoteTracker Alternatives for Android
008bond said:
I was actually looking for a good tracker [...]
Click to expand...
Click to collapse
1. Check this roundup: "Mobile Security App Shootout, Final Roundup" from 11/2011:
http://www.androidpolice.com/2011/1...s-a-clear-winner-in-keeping-your-device-safe/
2. Launched after that roundup: "avast! Mobile Security" (inlcudes Theft Aware):
http://www.androidpolice.com/2012/0...-know-about-part-5-apps-34-41/#wifi-protector
WatermelonSlim said:
[...]
2: Maybe make a way to remotely monitor the front/rear camera.
Click to expand...
Click to collapse
Check roundup (1). Only "Android Lost" and "Cerberus" can capture photos and audio.
Very important to me: Only "Android Lost" can activate GPS AND WLAN by SMS control!
---
Correction: I found a review on Theft Aware (now in the Avast suite) that statet this:
"GPS is enabled automatically + GPS icon hides while the app is determining the phone's position (root is required for this on some phones, as it doesn't work without root 100% of the time)."
huhu
i want to be a beta tester
and can you send me the translation file

[APP][4.x][BETA3] House Account Book

The app is now published to Google Play Store.
Have you ever wondered, what you spend you money for? With Budget Book you can simply track all your expenses and incomes. Furthermore you can label them with a payment type and a suitable category. This enables you to use wide filters, so you can analyse for example, what you've spent your money for in a specific timespan.
+++Update+++
Great news!
We have something awesome coming! In the new version of the
Budget Book we introduce you to our new feature:
Statistics.
See at a glance what you spend your money on and how much it was.
Interacting with the feature we implemented in the most recent
update, the category editor, you can personalize the statistics with
your own custom categorys. This applies to your incomes, too. Just
click at the top of the screen on "Incomes by category" and there you have it.
We hope you'll like it!
PS: take a glimpse at the screenshots
+++Update+++
Features
Keep track of your expenses (and incomes)
Simple and intuitive UI
Android 4.x Holo Design
English, German and French Translation (more to come)
Predefined categories
Backup and Restore to/from SD-Card (check the options-menu)
Export as CSV (Full only)
Sum of the displayed entries
Filters for analysis
NFC-Sharing of entries
Custom Categories
Statistics
Planned Features
Backup via Google Backup and Restore
Google Drive backup
Limits (w/ notifications)
Different Accounts (definded by user)
Receipt-Management (Ability to attach image(s?) to an entry)
Tablet-Support
Circle my G+-Site, to be informed about updates on my apps
Beautiful Interface! Great Work!
Works perfect thanks!
Maybe Tablet optimized in future?
WingnutStrikesBack said:
Beautiful Interface! Great Work!
Works perfect thanks!
Maybe Tablet optimized in future?
Click to expand...
Click to collapse
sure! I knew that i forgot something to mention
just uploaded an update, which changes the standard language from german to english
The app instantly forces closes to me. Will create a logcat and upload in a sec, and edit this post.
EDIT: Logcat attached.
On my Evo 4g LTE, I can't do anything. I just see a white screen, with no buttons or menu button. Possible compatibility issue?
Sent from my EVO 4G LTE using XDA Premium app
Same on my HTC One S.. Just the white screen, and then it crashes..
Thank you for your feedback. I don't have any problems on my 4.1 Galaxy Nexus.
The good news: I also have that issue when running the app in an 4.0.x emulator
The bad news: I don't know, what's wrong there
I'll do some research on that and post here if I can adress the issue!
LucasR93 said:
Thank you for your feedback. I don't have any problems on my 4.1 Galaxy Nexus.
The good news: I also have that issue when running the app in an 4.0.x emulator
The bad news: I don't know, what's wrong there
I'll do some research on that and post here if I can adress the issue!
Click to expand...
Click to collapse
Ok. Good luck. I forgot to mention that In using a Xperia S, 4.0.4
Sent from my LT26i with Tapatalk 2
I just updated the App to a new version! The issues on Ice Cream Sandwich should now be fixed!
Have fun!
Thanks. Works fine now
Will start using this to keep control on how much I spend at my school restaurant.
Sent from my LT26i with Tapatalk 2
I have a few requests for your app.
First, I want to edit something I have created. Errors happen, and have to write it again is tedious.
Second, a resume of how much you have. If you got 20 dollars, it would say a 20 down there. If you add a 5 dollars expense, it would show 15 down there.
Third, It would be nice if you could separate the incomes and expenses in categories created by user. For example, I have R$ 27,90 to spend on calls for carries except mine (for my carrier is free of charge). Then I could create a category called: Phone. I would set this 27,90 and, using the last mentioned feature, I would have a control of how much I still can call. Another category would be for SMS + Data usage. It costs for me R$ 0,50 for each day you use each, and I have a R$ 10 limit per month. Then I would have a third category. I would like to keep control on how much i spend at my school to eat.
I think it's pretty good, the explanation, but if you need something else tp understand, let me know.
What could be nice is a use of barcode scaner, you scan some product and you put a price, then every time you scan it, you will have an expense of it
I don't know if i have explained well ...
Another feature that could be great is to have diferents accounts One for register the bank movements and another to our home money xP
Sent from my U20i using xda premium
Felimenta97 said:
I have a few requests for your app.
First, I want to edit something I have created. Errors happen, and have to write it again is tedious.
Second, a resume of how much you have. If you got 20 dollars, it would say a 20 down there. If you add a 5 dollars expense, it would show 15 down there.
Third, It would be nice if you could separate the incomes and expenses in categories created by user. For example, I have R$ 27,90 to spend on calls for carries except mine (for my carrier is free of charge). Then I could create a category called: Phone. I would set this 27,90 and, using the last mentioned feature, I would have a control of how much I still can call. Another category would be for SMS + Data usage. It costs for me R$ 0,50 for each day you use each, and I have a R$ 10 limit per month. Then I would have a third category. I would like to keep control on how much i spend at my school to eat.
I think it's pretty good, the explanation, but if you need something else tp understand, let me know.
Click to expand...
Click to collapse
1. yes, definitely essential
2. I also had that idea, maybe the app can display a notification if you've exceeded your limit
3. I think this is very special...maybe later
untweetless said:
What could be nice is a use of barcode scaner, you scan some product and you put a price, then every time you scan it, you will have an expense of it
I don't know if i have explained well ...
Another feature that could be great is to have diferents accounts One for register the bank movements and another to our home money xP
Sent from my U20i using xda premium
Click to expand...
Click to collapse
1. sounds like an idea, but the problem is the information gathering, what you really paid for the product, because it won't be the same amount in every store, you know?
2. This is already a bit implemented, when adding an entry you can choose wether it's cash or credit card for example
Ok thanks, sounds great, hmm ohh but it can ask you if the prize is correct no? For example, you go to the shop, for buy, the first time you scan everithin you buy with the prize and the next time you go, if you scan the chips, the cocacola..., the app suggest you to put it as expenses
Like if the app reemember recurring expenditures from the past
I just re-downloaded it, and it looks great. I love the style and how it feels, but I do have some suggestions for you, if you get to develop it more.
1) Have accounts - I would love to be able to put my different bank accounts, gift cards, etc. on this, and track how much money I have left in each. Make it so I can put a starting amount on each account, and then subtract from there. Also to make special note of: transferring money between accounts. This was something I ran into with my project a while back.
2) Receipts - It has always been a goal of mine to be a better record keeper. As such, I would love to be able to take pictures of receipts and either upload them to a service for cloud storage or have them linked to from my SD card. This way I can back them up to my computer at home every once in a while and make sure I have everything when tax time comes.
3) While I'm at it, making it so that two users can share the same account... that would be amazing. Joint checking accounts are awesome for couples, but not if they don't both know what's going on.
4) Backups - I don't want to college months of data simply to have it wiped out if my phone goes south. Allow me to backup to my SD card, or, better yet, sending the data in an email so it can be backed up on any computer I have access from.
5) Statistics - We can track our money, and where it goes, but unless we can analyze our spending patterns, we can't see where we need to go in the future. Having graphs and charts would make this really nice to have. You already have the categories all set up, so getting the statistics (and statistics per account) setup shouldn't be too much more.
I have been trying to develop a reliable solution like this using PHP, MySQL, and jQuery for about a year now. The sad part is that I can't interact with the phone's camera like I want to, to allow me to capture receipts. I guess what I'm saying is, I'd love to help you out on the back-end stuff if you ever need it. I'd love to get this kind of project up and running, as I think it can help a lot of people in a lot of ways. Oh, and have you thought about uploading this to Google Play? Are there any limitations holding you back from doing that? I admire what you're doing, and think it's great that you are putting your talents to such a great use. We all need to be more financially savvy, and this is a great tool to help that.
Thank you for your hard work.
m.ark said:
I just re-downloaded it, and it looks great. I love the style and how it feels, but I do have some suggestions for you, if you get to develop it more.
1) Have accounts - I would love to be able to put my different bank accounts, gift cards, etc. on this, and track how much money I have left in each. Make it so I can put a starting amount on each account, and then subtract from there. Also to make special note of: transferring money between accounts. This was something I ran into with my project a while back.
2) Receipts - It has always been a goal of mine to be a better record keeper. As such, I would love to be able to take pictures of receipts and either upload them to a service for cloud storage or have them linked to from my SD card. This way I can back them up to my computer at home every once in a while and make sure I have everything when tax time comes.
3) While I'm at it, making it so that two users can share the same account... that would be amazing. Joint checking accounts are awesome for couples, but not if they don't both know what's going on.
4) Backups - I don't want to college months of data simply to have it wiped out if my phone goes south. Allow me to backup to my SD card, or, better yet, sending the data in an email so it can be backed up on any computer I have access from.
5) Statistics - We can track our money, and where it goes, but unless we can analyze our spending patterns, we can't see where we need to go in the future. Having graphs and charts would make this really nice to have. You already have the categories all set up, so getting the statistics (and statistics per account) setup shouldn't be too much more.
I have been trying to develop a reliable solution like this using PHP, MySQL, and jQuery for about a year now. The sad part is that I can't interact with the phone's camera like I want to, to allow me to capture receipts. I guess what I'm saying is, I'd love to help you out on the back-end stuff if you ever need it. I'd love to get this kind of project up and running, as I think it can help a lot of people in a lot of ways. Oh, and have you thought about uploading this to Google Play? Are there any limitations holding you back from doing that? I admire what you're doing, and think it's great that you are putting your talents to such a great use. We all need to be more financially savvy, and this is a great tool to help that.
Thank you for your hard work.
Click to expand...
Click to collapse
Hi m.ark,
thank you for your nice feedback!
Except your thrid point I think everything would be implementable - I also updated the "features-to-come" in first post (thanks to all the others for the great ideas!!)
Your third point is very hard to implement, but I keep an eye on that topic!
A vision is, that one is able to completely manage that stuff via a web interface, if the data is uploaded to google drive for example. Maybe in a late state we can think about collaborating on this thing?!
Regarding the Google Play thing: At the moment I'm not willing to spend the 20$ for the developer license if the app has not even a minimum of possible features implemented - a long-term-goal is definitely publishing this app to Play Store.
BETA 3
Just released and uploaded BETA3 - check the changelog and have fun
Beta 3 looks good, and runs smooth. I love the backup and restore option. It will be a real saver.
One thing I noticed: if you are at the home page, the only drop down from the menu is for backup and restore, but if you are in the backup and restore tool, the drop down menu lists only "Settings" but doesn't do anything. Just a small bug. Maybe have it go back home since there's no way to do that right now other than hitting back?
Once again, thank you for the awesome app. Keep us up to date on how you're doing, it'd be fun to see the progress you're making. Don't make it a chore, though, that's for sure.
How do you change the currency for this?
Scirwode

[GAME] Blue Hunter [DISCONTINUED][0.4PRE-BETA]

Blue Hunter (Android)
Hello and welcome to the development thread.
Here you can get an imagination of this project.
Introduction / Description
As you might know, Blue Hunter will be the follow-up of the Scan Most Bluetooth Devices game. The reasons for the complete restart of the same intent are those:
- Scan Most Bluetooth Devices was started up in 2010. At this time I had nothing to do with Java. I was a complete newbie. Therefore the code for the complete base was, to put it simply, ****. But I built on this base further and further. After some time I realized, that this can't be rescued anymore.
- The complete intern handling of things wasn't that, what I imagined.
- Some new features I wanted to get implemented were really not fitting into the game structure.
- And of course I wanted to do some new.
For those of you, who didn't know about Scan Most Bluetooth Devices, here is a short description of that, what the game should look like in the future.
Blue Hunter is a level-up game, in which you have to search for Bluetooth devices in range. Each unique device, that you'll find will give you some EXP. While gaining more an more EXP, you will, of couse, get into the next level. For each level-up you will unlock specific small game features, that will make it more comfortable to play. That's not all. You will have the chance to decide, if you also want to play against the others, who play this game, too. For that there will be the Leaderboard. Later you will also be able to add friends, make a player vs. player game, establish your own clan, etc. Achievements will also be integrated.
Changelog
Check out the changelog for a more descriptive view of the changes made.
Screenshots
Permissions
This game uses some Android Permissions. Here I want to explain, for what these Permissions are used:
- android.permission.BLUETOOTH - Is used to receive the state of Bluetooth and to start the discovery of Bluetooth devices.
- android.permission.BLUETOOTH_ADMIN - Is used to turn Bluetooth on, when necessary.
- android.permission.INTERNET - Is used to connect to the internet, to get the game synchronized with the game servers.
- android.permission.ACCESS_NETWORK_STATE - Is used to determinate internet connectivity change.
- android.permission.VIBRATE - Is used to notify the user about a new found device by vibration.
- android.permission.WRITE_EXTERNAL_STORAGE - Is only used for debug purposes.
- android.permission.RECEIVE_BOOT_COMPLETED - Used for the Update Service, which runs in the background and checks if there is a new update.
- android.permission.WAKE_LOCK - This is also for the Update Service.
Compatibility
As this game is still in a very early development stage (pre-beta), this game can only be installed on devices with Android ICS (4.*) and above.
Translations
Like in Scan Most Bluetooth Devices I depend on the community for getting translations.
At this point I want to ask you, if you think you can translate the game into your language. If this is the case I really would like to send you to the strings.xml file. There you'll find all strings, that can be translated. Later I will integrate a small platform for translators, which will make them lifes easier. Much easier ! But also this takes time.
Included Translations:
- English
- Dutch (Marc.)
- Czech (Scorpio-cz)
Click to expand...
Click to collapse
Oncoming Translations:
- German
Click to expand...
Click to collapse
Thank you ! (Of course I will think about a worthy compensation for your work !)
Privacy
Here I want to explain to you, what private information located on your device and got from other devices through Bluetooth is used by this game. This list contains and explains ALL gathered information from the game, you might worry about.
- Serial Number (S/N) - The game uses the serial number of your device, to determinate the installation of the game and to identify the unique game installation. The purpose of the use is, if you reset your Android to factory and after that install the game, it can automatically drag over the application data from the server, without user interaction.
This information is sent to the game server and stored in a database.
- Version Code - This is the internal version code of the game. It is used to check, if a new nightly version is available.
This information is sent to the game server and stored in a database.
- User Name - This is the name you use for the game. It is used to give you personalization possibilities. It's also showed in the leaderboard.
This information is sent to the game server and stored in a database.
- Remote MAC Address - This is the MAC Address of devices which you will found. It is used to determinate the manufacturer of the device and to give you specific expierence values for each manufacturer. (Some devices are more rare than others.)
This information is ONLY sent to the game server, when you are syncing your data with the game server.
- Remote Device RSSI - This is the Received Signal Strength Indication. This is used to display as information to you.
This information is ONLY sent to the game server, when you are syncing your data with the game server.
- Remote Device Name - This is the name of the remote Bluetooth device. This is used to display as information to you.
This information is ONLY sent to the game server, when you are syncing your data with the game server.
- Local Time - This is the time, that is saved, when you find a new device. This is used to display as information to you.
This information is ONLY sent to the game server, when you are syncing your data with the game server.
Note: All the information gathered by the game from your device or other devices is not associated with any other data or information. It will not be used for ad personalization or other things. It is not given to 3rd party companies or persons. This information is private and is only gathered to guarantee an optimal game experience. Your information is used to create statistics for the game itself.
Error Reporting
Please be sure to report any bugs, crashes, also feature wishes here: http://bluehunter.maks-dev.com/issues/
Support
You have questions ? Just ask me. You can send me an email all the time. I will try to answer all your questions.
You can also make feature suggestions.
If you find any bugs, errors, Force Closes, whatever, please feel free, to flood the Issues Tracker. You can also ask questions there, if you don't want to wait.
FAQ
Will this game be published on the Google Play Store ?
Click to expand...
Click to collapse
It is already. https://play.google.com/store/apps/details?id=com.maksl5.bl_hunt_sup
Thank you for the time you spent for this !
Download
Support Version:
Greetings !
The dutch translation is coming in +- a week Thanks for posting this already.
Verstuurd van mijn Galaxy Nexus met Tapatalk
Not sure that mapping people Bluetooth names on phones is a good idea even if its just a game. Seems to similar to what Google did with WiFi.
TheRedDrake said:
Not sure that mapping people Bluetooth names on phones is a good idea even if its just a game. Seems to similar to what Google did with WiFi.
Click to expand...
Click to collapse
I can understand, that many people like you think very sceptical when it comes to terms of privacy and use of private information by third parties in an application, that can collect a mass of information. I'm aware of the current mindset of people and therefore privacy is a big term I'm mindful of.
That's why I've written the privacy section in the first post that extensive. Of course the list in this section will be updated, if new information is used in the current available nightly.
And that with Google & WiFi. If a big company had the information based on the Bluetooth devices, what would it be useful for ? I mean a Bluetooth device is in very most cases, unlike WiFi hotspots, in a continually movement. The only information, that a Bluetooth device automatically can offer passively and when it is in it's discoverable state is it's mac address, the specific name the user has set, the signal strength(RSSI) and the UUIDs (what this Bluetooth device offers for features). A combination of this information would be mostly useless for a company, even if it is connected with the specific location. The only case in which it could be "useful" would be to connect each different locations, when finding this specific device. But this thought is far-fetched and would be in a very huge conflict with my privacy perception. It would never be implemented in the game. And now to refer to the privacy section, I won't make any information public. The intent of this game is to level up by finding devices, not to gather information.
I hope this gave you a short explanation of my perception on this.
Greetings !
Sorry, about the double post.
In the newest nightly there is the possibility to get informed, whether a new nightly is already available. In addition to that, you can decide, whether the game checks this at start or not.
Because of this, there is one new thing in the privacy list. It's the 'Version Code'. For further information please read the first post. Thank you !
The next thing, that will be integrated is the "core". It's the complete Bluetooth device discovery. Eventually without saving, just discovery. We'll see.
Greetings !
As the game makes good progress and heads for the 0.2 alpha, I updated the Privacy list recently. The core functions are now implemented and I think now I need some volunteers to test the whole thing.
Here some screenshots:
In the third screenshot you can see, that the manufacturer of the devices are recognized based on the mac address.
My please to you is:
Can you report any devices that are declared as Unknown and you know the manufacturer ? That would be very helpful, because then I can set a specific experience-value for these manufacturers. Thanks alot !
Have fun hunting !
You just replied when I wanted to say some things about this game
First of all, it's coming pretty good again, but there are a few things missing ( What makes it nicer for me )
- A automatic update, for example you get a notification of a update is available. Press the notification to update to the newest nightly.
- A vibrate function when a device is found.
- The ranking board.
- The time you find a device added at the place of a discovery ( just add a rule ).
- An ongoing notification so you know it's running in the background.
I tested it today a lot and I think the features I said should be implented.
Bugs:
- When you open the game and press no for bleutooth then do the slider to ON and say again no for bluetooth the slider will stay at ON and it should be at OFF.
- The menu button ( the 3 dots ) is from the slider to the end of the screen clickable. Maybe this should only be a square at the right side of the screen?
- Animations are slow ( Even on a Galaxy Nexus with 4.1 ), they stutter, I mean the user Information. And also when you go into settings and touch information for example.
- If you go to found devices and touch the search button the settings button and the X of the search field are on top of each other.
And on what is the amount of XP based?
Also 2 MAC adresses with manufactures:
40:2C:F4 HP (laptop)
70:F1:A1 Dell Wireless 370 Bluetooth Mini-card
I think you don't need any more numbers of the mac adresses?
Thanks for giving a update on this.
Can we carry over scores from Scan Most Bluetooth Devices?
@Bunglechunk:
Yes, there will be an import function to use, so you can carry over your score.
As I'm not able to use my own workstation, you won't receive any updates, like some of you may noticed. But that doesn't mean, that there wasn't any progress. I could add some more features and now I'm working on some help pages for users, that may not know some features. You will receive a nightly update as fast as possible.
Greetings!
After long time of silence in this thread, I want to notify you few users of Blue Hunter, that I've updated the first post, especially the Privacy section. This applies to all new nightly versions, that are currently out there.
For more information on the changes, please be sure to look into the changelog.
As for general I can say, the development goes and goes. It feels much more professional as it was when developing for Scan Most Bluetooth devices (which interestingly got much downloads in the past from Google Play).
Also I appreciate if you would take the time to use the Bug Tracking System to report your bugs, you noticied.
Thank you for your support!
Greetings!
Re: [GAME] Blue Hunter [IN_DEV][0.2PRE_ALPHA]
If you send the strings that need to be translated please do... I didn't know that my translation was outdated... And the auto-check for updates doesn't work anymore, thanks for developing again
Edit: I had instant FC's so I set my pass, and did the 'rebuild local database', I think I backed up my score by logging in, now my score is gone :'( Is it possible to retrieve my score? Because I did login.
Hey Guys,
I wanted to notify you, that Blue Hunter has reached Alpha state. Until now there is a support version available on the Play Store: https://play.google.com/store/apps/details?id=com.maksl5.bl_hunt_sup.
This will help, keep me motivated to make something really great out of this project, so be sure to check it out.
Blue Hunter now has achievements, which will let you get a permanent boost of EXP, when finding a new device. Also here be sure to check that out! I updated the first post on this thread. There you can find the information.
Now I will focus on the social aspects of the game. Like I said, I want, that you can make 1vs1 games against other players in a specific time period. This also applies to clans, that you can lead or enter. You will have the chance to get friends and write them messages or to boast with your statistics. This is where I wanna have this game and I will concentrate on that for now.
Until this, I really have to ask that stupid question again. Do you have time to translate? Write me a PM. I'm very thankful for that.
Greetings, have a nice day!
Thanks for updating the app again! It's fun to play it now because you can achieve something. For the translation, please send the untranslated strings by PM to me
Sent from my Galaxy Nexus using Tapatalk 4 Beta
Maksl5 said:
Until this, I really have to ask that stupid question again. Do you have time to translate? Write me a PM. I'm very thankful for that.
Click to expand...
Click to collapse
Hey MaksI5!
Nice that you are still on this project!
I can do the translation into Swedish and proof read English if needed (I will look into it). How do you want the translation? Just plain translation by editing the strings.xml file on Github? How do you want me to handle Swedish letters å,ä,ö?
@Marc. & NRK77:
Thank you for the time! You can find it here: https://github.com/Maksl5/blue-hunter/blob/master/res/values/strings.xml. Again this file is mostly updated with new strings on each version increment. You just have to send me the translated strings back via PM here or mail, what you like most. Specific characters are no problem. You can use them in your translation. I will check it and then handle it, like Android needs.
Thank you again!
Maksl5 said:
@Marc. & NRK77:
Thank you for the time! You can find it here: https://github.com/Maksl5/blue-hunter/blob/master/res/values/strings.xml. Again this file is mostly updated with new strings on each version increment. You just have to send me the translated strings back via PM here or mail, what you like most. Specific characters are no problem. You can use them in your translation. I will check it and then handle it, like Android needs.
Thank you again!
Click to expand...
Click to collapse
No problem at all! I like this game, hope there will be as many players as in SMBD.
I've begun the translation, it will take a week or two to complete.
One error you might look into: I have the automatic check for updates option on. Every time I start the app, it says there's a new version. It says my build is 1143 and 1144 is available. If I download 1144 and install it, the app still tells me the same as before: I currently have 1143 and 1144 is available.
One other problem I'll write in a PM.
Maksi5, are you still around? Ich hoffe dass du nicht in dem deutsche Wald verloren ist.
[Written by my thumbs using Taptalk 4.]
So guys, after some delay, I'm starting to develop further. Sorry for that, but I had many things to do for a while.
I just could integrate a new small feature. I don't talk about much, 'cause pictures say more then words:
Screenshot (Dropbox)
The whole social aspects thing... I did not touch it. But I will. Be sure.
@Snah:
This is a bug that automatically occurs, when I'm too dumb to compare and check the version numbers of the apk and the actual AndroidManifest.xml. Don't worry about it, it fixes itself in the next nightly.
BTW: What do you think about saving geo coordinates when finding a device to show them on a map at a later time?
Greetings!
BTW: What do you think about saving geo coordinates when finding a device to show them on a map at a later time?!
Click to expand...
Click to collapse
Nice Idea !!!
Maksl5 said:
BTW: What do you think about saving geo coordinates when finding a device to show them on a map at a later time?
Greetings!
Click to expand...
Click to collapse
Dtrieb said:
Nice Idea !!!
Click to expand...
Click to collapse
+1!

[Free]CardCloud Flashcards Study App

Hi, I recently took an Android Development at my school where I made this Flashcards Study App.
There's still a lot of work I want to complete before I call it finished, but it's a good start I think. I still want to add more quizlet functionality to it (since quizlet.com doesn't seem to have an android app yet.)
Download the App!
Some features:
* Offline Mode to study on the go without an internet connection.
* Adjust card flip speeds in the settings menu
* Long press on a deck to view options
* Shuffle your flashcards
* Search Quizlet to access millions of flashcard sets.
* Edit, Delete, and Create new flashcards with a breeze
* Text-to-speech integration
* Multi-language support
* Identify your strengths and weaknesses by keeping track of how well you know a card.
* Reverse Question and Answer sides on cards
* Improved UI
EDIT:
I attached an apk that you guys can use since I can't seem to post a link to the play store.
Or alternatively, You can search for "CardCloud FlashCards" in the play store to get the official app.
I'd recommend it since I'm planning on pushing a lot of new features in the upcoming weeks.
Thanks!
Playstore link
merhans said:
A link for the apk or to the pkaystore would be nice^^ wana try it
Click to expand...
Click to collapse
Hey. Sorry. It doesn't seem to let me post links since I'm a new member.
Here's an uploaded APK file you can use in the meantime
Or you can search for "CardCloud Flashcards" in the play store if you want the official version.
Thanks for trying it out!
Definitely let me know if you run into any problems.
So far nice ui
Works good. Is it possible to share own decks with friends? It would be amazing, also an option for read only and read write permissions for shared decks.
merhans said:
So far nice ui
Works good. Is it possible to share own decks with friends? It would be amazing, also an option for read only and read write permissions for shared decks.
Click to expand...
Click to collapse
Thanks for the compliments!
Sharing is definitely a feature i'm going to be adding in the feature. Right now i'm torn between integrating some sort of facebook social network to allow for easier sharing. I've been busy trying to learn Ruby on Rails Development and Android Dev at the same time, so the cardcloud website is a bit lacking at the moment. But Sharing is definitely a big feature I want to implement.
Currently I'm in the middle of adding an ability for users to mark each card as easy/hard and then creating an infinite shuffle that will have a smart algorithm to show difficult cards more often.
That should be about two weeks out, and then I'll start working on the Deck sharing.
Great suggestion on the Read/Write permissions too! I think that would be an awesome feature, I've written it down on my notepad, so definitely stay tuned to this thread for any updates I make!
Thanks for trying out my app!
Redesign Icon
Hey buddy I think this app is great for studying and for group activities. Love what you have done. I also like the UI I made this icon for you just cuz i like messing around with Photoshop haha hope you like it
https://docs.google.com/open?id=0Byxlw5J4qbOvTWhEWnlrbFBna2M
Full icon without background or text: https://docs.google.com/open?id=0Byxlw5J4qbOvOEV2U1FEWkVfWXM
Hi. Great app. Is it possible to manually edit or create a set on a PC and transfer / open / import into the application?
A quick way of implementing this might be to add CSV or XML export and import?
Perhaps a link up to Google docs for cloud storage and on line editing?
Also, would you consider the addition of images on the flip cards? Perhaps a HTML format would make this easy to implement? A picture paints a thousand words and all...
Keep up the good work and I hope its a great success.
Steve.
**************************** [Edit] ****************************
Opening a quizlet with images renders nothing visible on the card
Steps to reproduce...
1. Search 2010 Honda Cars
2. Select any of the results
3. See the text (e.g. "2010 Honda civic") but on clicking the card to see the flip side - there is nothing.
Here is what is should look like... http://quizlet.com/1935486/2010-honda-cars-flash-cards/
**************************** [/Edit] ***************************
CardCloud - Flash Cards
CardCloud,
Great effort thus far ... you've added the ability to create card sets! This is HUGE.
Some tips I hope you're able to fix in the coming updates, please.
1. Settings - there should really only be on 'settings' button for the app (the vertical elipses button; top right/bottom right corners).
2. Logon - should be a little more clear "what" service the logon pertains to.
- I thought the ability to logon to Quizlet would work with this ?? I'm an Android newb and I've already realized things are "assumed/presumed" to be known to new users, which its not clear on many applications or the OS itself.
3. KEEP the "skip logon" this is critical and I've come across many notes type apps that I cannot even create a note when in the subway because they require a persistent internet connection = total pain in the ass and useless! You've got a good thing going with this "skip logon" ability please KEEP IT Much appreciated.
sd00 said:
Hi. Great app. Is it possible to manually edit or create a set on a PC and transfer / open / import into the application?
A quick way of implementing this might be to add CSV or XML export and import?
Perhaps a link up to Google docs for cloud storage and on line editing?
Also, would you consider the addition of images on the flip cards? Perhaps a HTML format would make this easy to implement? A picture paints a thousand words and all...
Keep up the good work and I hope its a great success.
Steve.
**************************** [Edit] ****************************
Opening a quizlet with images renders nothing visible on the card
Steps to reproduce...
1. Search 2010 Honda Cars
2. Select any of the results
3. See the text (e.g. "2010 Honda civic") but on clicking the card to see the flip side - there is nothing.
Here is what is should look like... http://quizlet.com/1935486/2010-honda-cars-flash-cards/
**************************** [/Edit] ***************************
Click to expand...
Click to collapse
Thanks! I'm planning on adding that feature pretty soon. Right now I'm on the verge of adding support for marking cards as either correct or incorrect. Also I'm adding in an in-app purchase to remove ads. I've also been working on the website portion of my app (cardcloud.net) which will allow you to upload your local decks onto a website (once you create an account) once it's uploaded, you'll be able to export from the site.
That's still a work in progress, hopefully in a week or two, I'll have that ready for you.
In the meantime, you can expect an update for marking the correctness of each card in the next day or two!
Thanks for the compliments, and thanks for trying out my app!
Supa_Fly said:
CardCloud,
Great effort thus far ... you've added the ability to create card sets! This is HUGE.
Some tips I hope you're able to fix in the coming updates, please.
1. Settings - there should really only be on 'settings' button for the app (the vertical elipses button; top right/bottom right corners).
2. Logon - should be a little more clear "what" service the logon pertains to.
- I thought the ability to logon to Quizlet would work with this ?? I'm an Android newb and I've already realized things are "assumed/presumed" to be known to new users, which its not clear on many applications or the OS itself.
3. KEEP the "skip logon" this is critical and I've come across many notes type apps that I cannot even create a note when in the subway because they require a persistent internet connection = total pain in the ass and useless! You've got a good thing going with this "skip logon" ability please KEEP IT Much appreciated.
Click to expand...
Click to collapse
Hey! Supa_Fly, thanks for the kind words.
I really like the idea of the skip button for logins. The reason the login is there is to allow users to sync their decks with the website portion of the app. (CardCloud.net) But I've been busy working on the app and haven't had a chance to get the webapplication completed yet. Hopefully in the next week or two You'll be able to backup your local decks/cards onto a website, where you can save them on a computer.
The settings functionality is a bit confusing, so I've done a bit of tinkering with it to make it more intuitive to use. Thanks for the suggestions though! I really appreciate the feedback.
In the meantime, I'm working on a v1.2 release which will allow users to mark cards as either correct/incorrect/half-correct/etc, to help with remembering your learning progression. Keep an eye out for that. Hopefully I'll be able to push that up to the google store by tomorrow. I'll also update this thread once that's complete!
Thanks again for trying my app!
Hey. Just uploaded an update to the current App on the Appstore.
Some New features:
* Identify your strengths and weaknesses by keeping track of how well you know a card. Mark a card as Correct/Incorrect/etc
* Reverse Question and Answer sides on cards
* Improved UI
* Settings AutoSave when changed, rather than having to hit a save button
* When Viewing a Deck from Quizlet, download the deck directly from the cardview for your convenience.
* Change your settings (flipspeed and question/answer reversal) from the cardview.
cardcloud said:
Hey. Just uploaded an update to the current App on the Appstore.
Some New features:
* Identify your strengths and weaknesses by keeping track of how well you know a card. Mark a card as Correct/Incorrect/etc
* Reverse Question and Answer sides on cards
* Improved UI
* Settings AutoSave when changed, rather than having to hit a save button
* When Viewing a Deck from Quizlet, download the deck directly from the cardview for your convenience.
* Change your settings (flipspeed and question/answer reversal) from the cardview.
Click to expand...
Click to collapse
Hi, my girlfriend wrote out 20 sets as study for her exam on Wednesday. Her phone updated your app and it seems her card sets have been deleted (or lost). :crying:
Is your new updated version deleting user inputted card sets?
I'd greatly appreciate a quick response if you have a way to retrieve them.
PS, where are the card sets saved? In files (what location in phone)? Perhaps we can retrieve them manually?
Thanks, Steve.
Hey sd00, I'm really really really sorry that happened.
I found a bug in my code that was clearing the sqlite DB on updates.
I fixed the bug, but unfortunately it looks like her cards have been wiped.
This is embarrassing, I'm a noob and didn't realize that would happen.
There's nothing I can do, but promise it won't happen again.
For what it's worth, If I sent you guys an ad free version of that app, would that help?
Again, I'm really sorry, let me know what I can do to try to make it better.
I'm working on the ability to create decks online and then sync them to your phone, so hopefully that'll make it easier in the future to recreate the decks.
(If you'd like, you can even send me the questions/answers and I'll type them back up for her myself.
if you pm me an email address, I can send you an apk for the free version too.
Again, I apologize for my noobness.
For such a new app - this was an unforeseen mistake by the developer. The fact that he's VERY apologetic and this app does offer some great features over the competition I'll still support this app!
As experience is gained and more testing directly by the developer we'll this app continually excel and grow in feature sets and less bugs. Not many people appreciate developers' hard work and even less developers are as humble as this one.
Supa_Fly said:
For such a new app - this was an unforeseen mistake by the developer. The fact that he's VERY apologetic and this app does offer some great features over the competition I'll still support this app!
As experience is gained and more testing directly by the developer we'll this app continually excel and grow in feature sets and less bugs. Not many people appreciate developers' hard work and even less developers are as humble as this one.
Click to expand...
Click to collapse
Hey Supa_Fly, thanks for the kind words and support! It's been a lot of fun working on this app and I've learned a lot from the experience. Hopefully as I improve, so will the app. Sorry again to sd00 for the bug. I spent a few days testing and retesting to make sure it wouldn't happen again before I pushed up the newest update this afternoon.
I've been working on the syncing functionality the last week or so and I got it finally working the way I wanted. Not 100% yet, but allowing users to create their decks online I think is a necessary feature, since writing out individual cards on a phone is a pain. I'd like to tweak it a bit to make syncs work faster/better, but I'm slightly limited by my web server since it's a bit slow. Hopefully if I can generate any revenue through the app, I'll be able to put it towards faster servers. I'll keep an eye on the bug log to make sure nothing goes awry though.
I've pushed the new features up onto CardCloud.net allowing users to login to their accounts and create their cards online. Also, I uploaded the app updates to the google play store so users should be able to get the updated app with fixed functionality. Hopefully I didn't mess anything up this time .
In the meantime, I have a couple new features in the pipes that I'm working on that I think should improve the app. Hopefully I'll be able to get these pushed out in the upcoming weeks:
- Image support for flashcards. Definitely a top priority feature, should have an update for this within the next few weeks.
- Rich Text Editing. Another top level feature I want for the app.
- Better Quizlet integration. Search for usernames, and returning public decks, recently studied, etc
Anyways, sorry for the wall of text. When I get new features implemented for this app, I will post them here.
Development stops?
Gesendet von meinem Nexus 5

Categories

Resources