Anthony Calosa
6f0ba03d24
[Mobile] Fix blinking card images while using online image fetcher
...
- also cache card list for faster lookup
2021-09-12 15:52:57 +08:00
Anthony Calosa
2dd5a49e62
Update Forge.java
2021-09-11 10:23:49 +00:00
Anthony Calosa
eddbc1e94a
[Mobile] Disable cardBG Texture for Android 9 and below
...
on Android 10+ (4 GB RAM) it works fine however Android 9 and below with at least 4 GB RAM, it crashes at startup if it tries to read and load the big texture file. Needs investigation
2021-09-11 17:13:20 +08:00
leriomaggio
edfbbfb789
CardPreferences to work with latest setPreferredArt API in CardDb w/ backward compatibility
2021-09-10 14:10:21 +01:00
Anthony Calosa
ab14772304
Update CardBG for PW and NYX
2021-09-07 11:25:19 +08:00
Anthony Calosa
d8842f8fb3
[Mobile] fix Adventure Card on "Art" mode
2021-09-05 03:53:37 +08:00
Anthony Calosa
cd47c591b3
add Artist & adjust crop for modern/old frames
2021-09-04 18:54:49 +08:00
Anthony Calosa
9c6f21adb4
fix classic module crop on "art" mode
2021-09-04 10:47:22 +08:00
Anthony Calosa
0457ae605d
fix theme logo, refactor fakeduals overlay
2021-09-04 09:10:35 +08:00
Anthony Calosa
16a291090e
add alpha line design (dual lands)
2021-09-03 22:32:32 +08:00
Anthony Calosa
693aa9f344
distinguish hybrid and gold frames from manacost
2021-09-03 16:27:06 +08:00
Anthony Calosa
a45ba09d6c
fix aftermath for art mode
2021-09-03 10:44:40 +08:00
Anthony Calosa
2777d3c65a
fix facedown card details for split types
2021-09-03 10:14:59 +08:00
Anthony Calosa
348f72b349
fix facedown card art for flip types
2021-09-03 09:47:08 +08:00
Anthony Calosa
35ee223de2
fix facedown card art for split types
2021-09-03 09:07:30 +08:00
Anthony Calosa
fb26931520
fix card detail for choicelist
2021-09-02 21:23:45 +08:00
Anthony Calosa
30e7e3242a
update card renders
2021-09-02 20:31:48 +08:00
Anthony Calosa
a88ac4ec00
fix PW Crop
2021-09-02 04:42:50 +08:00
Anthony Calosa
9f21d17429
update names
2021-09-02 02:24:24 +08:00
Anthony Calosa
5690b0625c
[Mobile] added "Art" Border Masking Option & Card BG Textures
2021-09-02 01:59:04 +08:00
leriomaggio
68fc6b0fd6
Replacing all calls to ImageUtil.getImageKey to corresponding new methods in PaperCard class
2021-08-27 17:24:11 +01:00
Anthony Calosa
b9205b4b1e
update textbox tint
2021-08-21 14:20:47 +08:00
Anthony Calosa
2c3df8842f
remove unused variables
2021-08-20 19:25:10 +08:00
Anthony Calosa
d62a6333a3
Update land watermarks
2021-08-20 19:11:18 +08:00
Anthony Calosa
b355d7fc84
Add Forge SetLogo for Desktop and Mobile
...
Common, Uncommon, Rare, Mythic and Special Forge logos
2021-08-20 13:22:09 +08:00
leriomaggio
9e3d97b452
Finally added option in settings for smart card art selection in Mobile Settings pane too.
2021-08-13 11:37:17 +01:00
leriomaggio
258f57e080
Merge remote-tracking branch 'upstream/master' into collector-number-in-card-list-and-card-db-refactoring
2021-08-13 11:25:38 +01:00
Anthony Calosa
4986b31a50
Update VStack.java
2021-08-09 11:47:08 +00:00
Michael Kamensky
1ef490bf5e
- Preparing Forge for Android publish 1.6.44.001 [incremental].
2021-08-07 06:42:00 +03:00
Michael Kamensky
1a7845117b
[maven-release-plugin] prepare for next development iteration
2021-08-07 06:30:54 +03:00
Michael Kamensky
5c768baf64
[maven-release-plugin] prepare release forge-1.6.44
2021-08-07 06:30:45 +03:00
Lyu Zong-Hong
763d509638
Add pure Phyrexian mana symbol for Rage Extractor
2021-08-06 09:46:59 +09:00
leriomaggio
247fbc57f1
Merge remote-tracking branch 'upstream/master' into collector-number-in-card-list-and-card-db-refactoring
2021-07-29 08:00:28 +01:00
Nigol
f5bf7a4581
Fixed Net Decks Archive not working on Mobile when in the Deck Manager
...
(cherry picked from commit 8585d49e246d4c936f1ddbad2b39f5c1381f64dc)
2021-07-27 21:04:47 -04:00
leriomaggio
5a7d0c7b6b
Updated Mobile Settings Panel with the upd vars and labels for "Custom Cards in Deck conformance" option.
2021-07-27 10:53:01 +01:00
leriomaggio
c8e3eef7cf
Merge remote-tracking branch 'upstream/master' into collector-number-in-card-list-and-card-db-refactoring
2021-07-25 08:09:22 +01:00
Northmoc
377cbca39b
Add extra try for "setless" token image (Android)
2021-07-24 13:06:13 -04:00
leriomaggio
01d117b07e
Merge remote-tracking branch 'upstream/master' into collector-number-in-card-list-and-card-db-refactoring
2021-07-23 22:38:23 +01:00
leriomaggio
a5ee901bba
Merge remote-tracking branch 'upstream/master' into collector-number-in-card-list-and-card-db-refactoring
2021-07-21 17:32:02 +01:00
paul_snoops
e64655280c
Net Deck Archive Pauper (Desktop & Android)
2021-07-21 15:19:46 +01:00
paul_snoops
512bf18381
Net Deck Archive Pauper (Desktop & Android)
2021-07-21 14:46:31 +01:00
paul_snoops
df8de75a28
Net Deck Archive Pauper (Desktop & Android)
2021-07-21 13:32:26 +01:00
Michael Kamensky
9eaa836e7d
- Preparing Forge for Android release 1.6.43.001 [incremental].
2021-07-19 07:55:35 +03:00
Michael Kamensky
e46e1af8c5
[maven-release-plugin] prepare for next development iteration
2021-07-19 07:30:01 +03:00
Michael Kamensky
fbb1c906ea
[maven-release-plugin] prepare release forge-1.6.43
2021-07-19 07:29:51 +03:00
Hans Mackowiak
e753d45b42
Update getDefinedCards for how it get Valid* cards so the syntax is consistent with other Valid script. Also remove the hacky way to set Effect as mutable for Raging River and Plague of Vermin
2021-07-18 09:06:47 +00:00
Lyu Zong-Hong
acc6941220
Handle <span> tag in mobile port
2021-07-13 21:19:03 +09:00
leriomaggio
573901ce51
Merge remote-tracking branch 'upstream/master' into collector-number-in-card-list-and-card-db-refactoring
2021-07-13 08:22:58 +01:00
leriomaggio
72f3411242
CustomCard option also added to mobile settings pane.
2021-07-11 19:15:48 +01:00
leriomaggio
0feee4c67b
Merge remote-tracking branch 'upstream/master' into collector-number-in-card-list-and-card-db-refactoring
2021-07-08 07:57:52 +01:00