ninetwozero / BF3-Battlelog

Hello world! This is the number one unofficial Battlefield 3 Battlelog-application for Android.
https://market.android.com/details?id=com.ninetwozero.battlelog
24 stars 7 forks source link

FeedListAdapter - name resolve failed (ID_P_WNAME_*) #58

Closed karllindmark closed 12 years ago

karllindmark commented 12 years ago

If the name/guid of an unlocked item in the feed is using the old GUID-format (ID_PWNAME*), it will not currently be resolved due to the correlating Map not accounting for that format too, as ID_P_WNAME-prefixed items still have an appropriate GUID, but it's just not used.

The solution would be to either:

a) Add the ID_P_WNAME-tags to the Map and get some redundancy b) Try to find an alternate way to get the requested (standardised) GUID via the original data (on-the-fly)

karllindmark commented 12 years ago

Fixed by moving weapon names into Strings.xml and keeping the size down of the redundant Maps in DataBank.