Go to file
moparisthebest 06e0746972 Forgot to update README on last commit 2013-02-26 21:43:52 -05:00
android Major re-write, with new feature supporting checking balance via SMS (text message) 2013-02-26 21:42:13 -05:00
plugins Major re-write, with new feature supporting checking balance via SMS (text message) 2013-02-26 21:42:13 -05:00
server Major re-write, with new feature supporting checking balance via SMS (text message) 2013-02-26 21:42:13 -05:00
.gitignore First commit of version 0.3 from 2010, converted to a maven project in preparation for updating. 2013-02-22 15:29:02 -05:00
LICENSE First commit of version 0.3 from 2010, converted to a maven project in preparation for updating. 2013-02-22 15:29:02 -05:00
README.md Forgot to update README on last commit 2013-02-26 21:43:52 -05:00
pom.xml Fix parsing of page plus's new website, ready pom files for easy market release 2013-02-25 22:15:43 -05:00

README.md

PagePlusBalance v0.5

PagePlusBalance retrieves your balance from PagePlusCellular.com, currently for android phones.

Author: Travis Burtrum (moparisthebest)
Email: android@moparisthebest.org

Features:

  1. Gets your balance directly from PagePlusCellular.com, saving bandwidth by making fewer requests than a browser could and not downloading any javascript, css, or images that a browser would.
  2. Optionally, over mobile data, will send your details to a service on my server that uses the same code to grab your balance from Page Plus as the android app and sending you back only the data you want as plain text, saving you a substantial amount of bandwidth.
  3. Now supports getting your balance by automatically sending a text of BAL to 7243, and parsing the response.
  4. Stores your balance on your phone along with the last time you refreshed it.
  5. Open source under GNU/AGPL!

How to comply with License:

Basically, the AGPL requires that if you distribute the code, or if you host the application where the public can access it, such as a public server, then you must provide the source code along with your modifications as a download on that page. This is to promote development of the program and share code with everyone to improve it. If you have any questions, contact me at android@moparisthebest.org. If you use the code, I'd love to know, so drop me a line if you would.

License: (full text in LICENSE)

PagePlusBalance retrieves your balance from PagePlusCellular.com, currently for android phones.
Copyright (C) 2010 Travis Burtrum (moparisthebest)

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see http://www.gnu.org/licenses/.

TODO:

  1. You suggest it, via a github issue or email!