It is currently 27 Apr 2024, 19:17
   
Text Size

Forge Android App: 11-13-2016 Alpha 1.5.58.002

Moderators: timmermac, Blacksmith, KrazyTheFox, Agetian, friarsol, CCGHQ Admins

Re: Forge Android App: 07-21-2014 Alpha 1.5.23.002

Postby friarsol » 23 Jul 2014, 17:19

Here's a few more things I've noticed:

Certain dialog boxes I'm unable to long-click to get the card detail info (Ante, Sideboard, I think others).

One time I sideboarded, but the card I sideboarded in, I couldn't find in the list of my main deck (while I was sideboarding). The count had increased by one, and the card ended up being anted, but I couldn't "undo" the sideboard. If I remember the next time I'm playing I'll try to repro this.

Is there any way to see/choose mana from your mana pool? I was just playing a quick game at lunch and tried to activate my Thornling with a Sol Ring (to give it +1/-1) the first activation was fine, and I knew I had an extra mana floating somewhere, but I couldn't actually see it when it was time to pay costs for the second activation. I was forced into nervously pressing auto in hopes that I wasn't mistaken.
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: Forge Android App: 07-21-2014 Alpha 1.5.23.002

Postby drdev » 23 Jul 2014, 20:55

friarsol wrote:Is there any way to see/choose mana from your mana pool? I was just playing a quick game at lunch and tried to activate my Thornling with a Sol Ring (to give it +1/-1) the first activation was fine, and I knew I had an extra mana floating somewhere, but I couldn't actually see it when it was time to pay costs for the second activation. I was forced into nervously pressing auto in hopes that I wasn't mistaken.
The X mana icon on the tab row shows the total amount of mana in your pool, and if you click it, you'll get a panel with a breakdown by color you can tap on to pay costs directly from your mana pool.

ManaPool.png
drdev
Programmer
 
Posts: 1958
Joined: 27 Jul 2013, 02:07
Has thanked: 189 times
Been thanked: 565 times

Re: Forge Android App: 07-21-2014 Alpha 1.5.23.002

Postby friarsol » 23 Jul 2014, 21:17

drdev wrote:The X mana icon on the tab row shows the total amount of mana in your pool, and if you click it, you'll get a panel with a breakdown by color you can tap on to pay costs directly from your mana pool.
Ahh thanks. I could have sworn I remembered you saying it was somewhere but couldn't remember, and didn't notice the button. Part of me wants to suggest swapping to your mana pool during cost payment if you have mana floating, but I know that'd be very low on the scale of importance, and I'm not sure how useful it would actually be.
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: Forge Android App: 07-21-2014 Alpha 1.5.23.002

Postby friarsol » 24 Jul 2014, 18:48

friarsol wrote:One time I sideboarded, but the card I sideboarded in, I couldn't find in the list of my main deck (while I was sideboarding). The count had increased by one, and the card ended up being anted, but I couldn't "undo" the sideboard. If I remember the next time I'm playing I'll try to repro this.
Ok, I just repro'd this. It's during quest mode, but the sideboarding code shouldn't care about that.

Basically what happens is when you send a card from sideboard to mainboard, it places it at the bottom of the mainboard list (as expected), updates the number in that deck section but doesn't refresh the (mainboard) list. When you send a card from mainboard to sideboard, both lists are properly refreshed, so the last row should be the card that's moving

So if I accidentally sideboard something in, the work around to remove it is the following:
0) Sideboard Pyroblast in (accidental)
1) Sideboard Counterspell out
1b) Lists refresh
2) Sideboard Counterspell in
3) Sideboard Pyroblast out
3b) Lists refresh
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: Forge Android App: 07-21-2014 Alpha 1.5.23.002

Postby bduddy » 24 Jul 2014, 23:02

Opponent had Zur's Weirding in play, but even after clicking on their hand, the one card in it was still listed as "???".
bduddy
 
Posts: 9
Joined: 01 Mar 2014, 19:51
Has thanked: 0 time
Been thanked: 0 time

Re: Forge Android App: 07-21-2014 Alpha 1.5.23.002

Postby drdev » 25 Jul 2014, 04:40

So I've made some progress on improving and simplifying the filters for card and deck managers.

SetFormatFilters.png

As you can see, I've removed the padding between the color and type toggle buttons, which makes more room for a combo box that will allow selecting a format or one or more sets to filter on. Selecting any format in the drop down will filter on that format to show only cards or decks legal in that format (including reprints). Alternatively, you can select Choose Sets... to open a separate screen with a list of checkboxes for each Magic set, grouped by set type and sorted in reverse chronological order. If you select one set here, it will appear with its full name on the combo box and filter to show only cards and decks in that set (not including reprints). Selecting more than one set will appear as a comma-delimited string of set codes in the combo box and show only cards and decks in those sets.

Let me know if you have any questions or concerns about this new behavior. I'm hoping to release it soon.

Thanks.
-Dan
drdev
Programmer
 
Posts: 1958
Joined: 27 Jul 2013, 02:07
Has thanked: 189 times
Been thanked: 565 times

Re: Forge Android App: 07-21-2014 Alpha 1.5.23.002

Postby Agetian » 25 Jul 2014, 05:47

Nice job on the filters! I like the idea! :)

By the way, reporting an unrelated issue: Morph cards appear as "1/1" on the battlefield in the mobile version (but when you zoom in on them, the details box shows 2/2 correctly). Might be related to a similar issue in the desktop version where Morph cards do not have any P/T listed on them on the battlefield.

- Agetian
Agetian
Programmer
 
Posts: 3472
Joined: 14 Mar 2011, 05:58
Has thanked: 677 times
Been thanked: 561 times

Re: Forge Android App: 07-21-2014 Alpha 1.5.23.002

Postby drdev » 25 Jul 2014, 06:21

So I decided to take this opportunity to finally add support for sorting CardManagers since I had some available space under the new format/set combo box.

SortOptions.png

Since there are no table columns to click on, sorting is done via combo box the same as grouping and piling, with the exception that it's available from the list view as well. Although you can only select one sort option at a time, it will be smart enough to apply your last couple selections as secondary sorts, much as it would when clicking multiple table headers consecutively in the desktop game. The only true limitation here is not being able to reverse the sort direction, but given that all sort options are configured with the most desirable sort direction by default, I'm hoping this won't be an issue.

Note that I'm not adding sorting support for DeckManagers at this time since I didn't want to have to add an extra line for it and I wasn't sure how necessary it really was. That said, if you'd like me to add support for changing deck sorting, let me know and I'll find a way to add it.

With that, I'm ready to release what I've got once I finish a few more tests.
drdev
Programmer
 
Posts: 1958
Joined: 27 Jul 2013, 02:07
Has thanked: 189 times
Been thanked: 565 times

Re: Forge Android App: 07-25-2014 Alpha 1.5.23.003

Postby drdev » 25 Jul 2014, 06:48

I just released 1.5.23.003 which contains the improved and simplified filter support and support for configuring the sort for card managers.

Note that as a result of the simplified filters, there is no longer a way to filter out cards based on CMC, power, or toughness. Please let me know if this is a concern for you and I will try to find a way to add back in a way to do such filtering, even if it's just special searches you can type into the text box like "3<=CMC<=6".

For those that have posted bug reports recently, please know that I've read them and will be investigating them next. I just wanted to finish up this enhancement first.
drdev
Programmer
 
Posts: 1958
Joined: 27 Jul 2013, 02:07
Has thanked: 189 times
Been thanked: 565 times

Re: Forge Android App: 07-25-2014 Alpha 1.5.23.003

Postby treeko11 » 25 Jul 2014, 08:45

Is there a way to quickly download specific cards that are missing their art? I've downloaded the card art set but there are a bunch of cards in my decks that have no art.
treeko11
 
Posts: 9
Joined: 07 Jul 2014, 10:51
Has thanked: 0 time
Been thanked: 0 time

Re: Forge Android App: 07-25-2014 Alpha 1.5.23.003

Postby Agetian » 25 Jul 2014, 11:00

Personally I think that filtering by CMC is a rather important thing because advanced deckbuilding typically involves manipulating cards with specific CMCs to fill in particular CMC slots, and if you have a large enough collection it may become an issue if filtering is impossible. Not sure about power/toughness, but if it's not as hard to add once (and if) CMC filter is added, I guess it might come in handy as well.

- Agetian
Agetian
Programmer
 
Posts: 3472
Joined: 14 Mar 2011, 05:58
Has thanked: 677 times
Been thanked: 561 times

Re: Forge Android App: 07-25-2014 Alpha 1.5.23.003

Postby batcha » 25 Jul 2014, 11:44

When scry, can't view the card or touch the image to see the card, only the question: 'Where you put Mountain TOP BOTTOM'.
batcha
 
Posts: 9
Joined: 28 May 2014, 13:07
Has thanked: 0 time
Been thanked: 1 time

Re: Forge Android App: 07-25-2014 Alpha 1.5.23.003

Postby Agetian » 25 Jul 2014, 12:17

batcha wrote:When scry, can't view the card or touch the image to see the card, only the question: 'Where you put Mountain TOP BOTTOM'.
By the way, as a side note, I fixed the same issue in the desktop version in r26769. Not sure if similar code (or some variation thereof) can be applied to the mobile version, but maybe it'll be helpful in fixing this.

- Agetian
Agetian
Programmer
 
Posts: 3472
Joined: 14 Mar 2011, 05:58
Has thanked: 677 times
Been thanked: 561 times

Re: Forge Android App: 07-21-2014 Alpha 1.5.23.002

Postby friarsol » 25 Jul 2014, 12:53

Agetian wrote:By the way, reporting an unrelated issue: Morph cards appear as "1/1" on the battlefield in the mobile version (but when you zoom in on them, the details box shows 2/2 correctly). Might be related to a similar issue in the desktop version where Morph cards do not have any P/T listed on them on the battlefield.
Do they appear as 1/1 or do they appear as the base P/T of the unmorphed creature?
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: Forge Android App: 07-25-2014 Alpha 1.5.23.003

Postby drdev » 26 Jul 2014, 03:02

Agetian wrote:
batcha wrote:When scry, can't view the card or touch the image to see the card, only the question: 'Where you put Mountain TOP BOTTOM'.
By the way, as a side note, I fixed the same issue in the desktop version in r26769. Not sure if similar code (or some variation thereof) can be applied to the mobile version, but maybe it'll be helpful in fixing this.

- Agetian
I went ahead and fixed this so when such a dialog is display for a card, an image of the card is display which can be tapped or long pressed to show the zoom/details view. Does that alleviate this concern?

CardOptionDialog.png
drdev
Programmer
 
Posts: 1958
Joined: 27 Jul 2013, 02:07
Has thanked: 189 times
Been thanked: 565 times

PreviousNext

Return to Forge

Who is online

Users browsing this forum: No registered users and 201 guests


Who is online

In total there are 201 users online :: 0 registered, 0 hidden and 201 guests (based on users active over the past 10 minutes)
Most users ever online was 4143 on 23 Jan 2024, 08:21

Users browsing this forum: No registered users and 201 guests

Login Form