83 Commits

Author SHA1 Message Date
1d69dfffc0 Fixed database is closed bug, and added action bar app navigation
Change-Id: If09f348aa0d658bc5bee69de07801dbbe09b5978
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-02-07 11:02:02 -05:00
1fcf789219 Moved most Strings to xml
Change-Id: I7c460302d3efd1ffe4b1d7cb66789002bfa1ca33
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-02-06 11:01:50 -05:00
6502542853 Updated UI
Moved roll button in port layout to increase the size of the history
list view

Change-Id: Iff9360f6bf667d7bf59582ec2a725a788e4b9955
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-02-06 10:24:14 -05:00
de4f888d83 Updated Theme
updated theme to pick the standard android theme if < api 11 else Holo

Change-Id: I377442813ca0fe3a801c821d69f389f360fceeea
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-02-06 10:05:58 -05:00
4a0479ec01 Created Settings Activity
created a simple settings activity that we can add various settings to.

Change-Id: I304454bd5543083bf90d1357da2ca8b8d7f1e37a
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-02-06 01:21:05 -05:00
7b167d7cad Fixed roll again feature
Change-Id: Ib6ebaaf03b478b7db3a117510c4e857e90be8618
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-02-06 01:01:59 -05:00
a4b61967ac Fixed clear history
Fixed the clear history menu item to clear the game's history from the
database.

rolls generator to ref the number pickers, this fixed the rotation bugs.

added roll totals to roll logs

update git to ignore bin and gen folders

Change-Id: I6b3659cf06e00e38b2939f0ed3d1bd7d4f84e790
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-02-06 00:33:59 -05:00
8e92e1f9f2 Updated UI
Removed "Number" from dice selector

Updated activity themes to use holo theme

Change-Id: Ie7100b1c6881bd0dac56f70833c7bc44162f0d67
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-02-05 17:26:17 -05:00
397baca5a7 Updated Exalted Dice to insert new rolls into the database, and created a list view adapter that displays roll history from the database.
Change-Id: I0e288d0e89ee0041f70eb363049f5808a94c282b
2012-02-05 13:35:28 -05:00
21fd9a73a0 Added a new game dialog, and game management to GameListActivity
Change-Id: I222b29cc6bcea844b97d13c212e3330336b21a06
2012-02-04 12:53:40 -05:00
032edcf78e Create landscape layout for ExaltedDice.java
Change-Id: I3658024b161d4edb6f4f5bf8641ed25bfc082f58
2012-02-04 02:56:08 -05:00
03d5bc1a77 Created GameListActivity to display a list of games.
Set GameListActivity as the main Activity.

Fixed ExaltedDice save instance state methods to restore the picker
values.

Sorted all classes
Change-Id: I6a8a724d831a977aeaff8816c5506246398617b7
2012-02-04 02:34:10 -05:00
157fd5f22d Created a simple database to store games and their history. (Not yet
Implemented)

Change-Id: I6709c1abc693e78338c7bca8768a7049d07acf54
2012-02-04 01:39:57 -05:00
6a79e95d66 Updated UI to allow the user to select different dice, removed old
unneeded code

Change-Id: Iecfc11ed9663ec302d362fa8da4a3cd81d8e7d82
2012-02-04 00:37:15 -05:00
0fda6cd43a Updated ExceptionHandler to use the new ExceptionHandler Library 2012-02-03 14:57:51 -05:00
d5e5d8d0f9 reorg 2011-02-02 15:31:20 +00:00
62d974dd60 reorg 2011-02-02 15:31:12 +00:00
warren powers
ca9a3b0996 to publication 2010-10-01 22:38:07 +00:00
warren powers
17a045f345 reorg 2010-10-01 22:37:24 +00:00
warren powers
86c59cf4bf merge to branch for publication 2010-10-01 22:28:28 +00:00
8632c7ff7e 2010-09-27 15:21:53 +00:00
b42783da2d reorg 2010-09-27 15:21:33 +00:00
460f86aca3 reorg 2010-09-27 15:20:21 +00:00
ee36c22eda ExaltedDice.java
i remove the field mFormater, interface Formatter, formatNumber() as they are not needed by exalted dice.
i removed getCurrent(), setCurrent() also because they were not used by exalted dice.
i modified onClick() and onLongClick() to use switch blocks rather than nested if else blocks
i incremented the version / build
from b12 to b13
2010-09-22 11:41:48 +00:00
c0bd9fd839 ExaltedDice.java
in the methods onClick(), onLongClick(), and rollDice() i added the following:
	try {
		mCurrent = Integer.parseInt(dice.getText().toString());
	} catch (NumberFormatException e) {
		e.printStackTrace();
	}
	
this finished the updated user input methods, based on the Android source code. the new input methods will only except numbers for entry. also the long press function 
now increments / decrements the amount of dice every 300 ms.

i incremented the version / build number 
from 1.0.0b12 to 1.0.1b13
2010-09-21 23:40:56 +00:00
890f1f04ff ExaltedDice.java
i have implemented methods from NumberPicker.java from the android source so i can use their method of filtering out anything that is not a number.

i have incremented the version / build number
from b11 to b12
2010-09-21 16:00:33 +00:00
a6dc0e9082 Exalted Dice Change Log
0.0.1
0.0.2
0.0.3
0.0.4
0.0.5

0.0.6 V6
-remodeled onClickListeners
-remodeled onLongClickListeners

0.0.7 V7
-Got Listview working with 10 item history
-removed old onClickListener methods
-removed old onLongClickListeners
-ads working with internet permisions
-Menu with exit option

0.0.8 v8
-cleaned code for efficency
-Fixed error checking method to check for a string containing no ints.
-Fixed shake listener problem
-First release version, full, and ad free
-due to a G Market problem, package name switched from  com.TwentyCodes.android.ExaltedDice to com.TwentyCode.android.ExaltedDice


0.0.9 V9
-compiled under 1.5
-updated ads
-added System.gc();
-added stringbuffer to checkForErrors() and results()
-added a dynamic rollHistory list array
-added clear history menu option

0.0.10
-added rotaion methods
-reformated the output string
-added crash report
-added roll again feature

1.0.0
i created NumberPickerButton.java. it is completely based on NumberPickerButton.java from the android source. it exist purely to cancel long clicks.

ExaltedDice.java
i have removed my old privative methods for incrementing / decrementing the dice and replaced it with the method from NumberPicker.java from the android source.
i also removed all unused methods 


i incremented the version / build number from 0.0.10b10 to 1.0.0b11
2010-09-21 13:59:48 +00:00
warren powers
46bbe0da76 reorg 2010-07-14 20:55:12 +00:00
5c7f57c2b2 in onCreate() i added a line that should hide the soft keyboard untill the user clicks on the dice EditText.
Note: it works on the emulator, but not my phone.
2010-04-26 16:37:19 +00:00
9b416e9e4e replaced un-commented version with commented one 2010-04-26 15:13:24 +00:00
891b2bf2bb *** empty log message *** 2010-04-26 14:01:21 +00:00
b93bce6507 2011-02-02 15:29:24 +00:00
d320cb2bdd 2011-02-02 15:29:12 +00:00