Skip to content

Commit

Permalink
Committed my donate checklist to the repo, for doc purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
konklone committed Jan 10, 2010
1 parent 8aeb519 commit e4cf3a1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
@@ -1,3 +1,2 @@
/bin
/gen
/donate.txt
14 changes: 14 additions & 0 deletions donate.txt
@@ -0,0 +1,14 @@
* In Utils:
- change ASK_DONATE constant to false
- change SHORTCUT_ICON constant to append "_donate"

* Refactor -> Rename the package to append ".donate"

* Edit the AndroidManifest.xml
- package name to append ".donate"
- application name to append "_donate"
- icon name of app to append "_donate"
- icon name of share image alias to append "_donate"
- Save, regenerate R

* Re-import in the main activities to fix errors

0 comments on commit e4cf3a1

Please sign in to comment.