[Release] MyDICollection v1.0.2 is here! Now with full Android NFC scanning to track your Disney Infinity figures! 🚀

Hey everyone! I'm super excited to announce a massive update to MyDICollection, a 100% offline-first application built to easily manage and track your Disney Infinity collection.

https://reddit.com/link/1vss178/video/715iiy5v2dkh1/player

🎉 What's new in v1.0.2?

The biggest addition in this release is the Full Android NFC identification workflow. You can now scan compatible Disney Infinity figures, Power Discs, and Play Set pieces directly with your phone's NFC!

  • Add compatible collectibles to your collection automatically simply by scanning them.
  • Need to remove a duplicate you traded? Remove owned collectibles from your collection by scanning them again through the app. (Note: NFC functionality is strictly read-only and intended exclusively for identifying physical collectibles for personal collection management).

Alongside the scanner, this update brings some highly requested features:

  • 💾 Backup & Restore: You can now export a backup of your collection and restore it later. This is perfect when changing devices or keeping a safe copy of your collection progress.
  • 🏆 Expanded Database & Achievements: We did a major figure, Power Disc, and Play Set database expansion and cleanup. Plus, there are new franchise-based achievements specifically for Power Disc collectors!
  • 🐛 In-App Issue Reporting: Found a bug, missing item, or incorrect information? You can now open a pre-filled GitHub issue directly from the app without sharing API keys or credentials.

The app remains lightning-fast, features native Dark/Light mode support, and is fully bilingual (English and Spanish).

📥 Where to get it: You can grab the .apk file for Android or the .exe for Windows over on the GitHub Releases tab: https://github.com/jvicius/MyDICollection/releases

MyDICollection is a personal, open-source project developed in my free time. If you enjoy the app and want to support upcoming features (like getting an Apple Developer membership for physical iOS testing), any contributions through Ko-fi are hugely appreciated: https://ko-fi.com/josevelarde or Github Sponsor https://github.com/sponsors/jvicius

Let me know what you think, and happy scanning! 🌌

reddit.com
u/Jvicius1382 — 22 hours ago

Disney Infinity Tracker NFC scanning on Android is finally working! 📱⚡

https://reddit.com/link/1vr7rxx/video/mzdwt1j3n0kh1/player

What's up everyone! ✌️

There isn't a new downloadable release today, but I am super excited to share a quick progress video of the new NFC scanning feature running on Android!

In the video attached, you can see how the app instantly recognizes and pulls up the details for Iron Man and Black Widow just by tapping the figures to the back of the phone. It’s feeling really smooth and I can't wait to release this feature in the next update.

While I'm polishing the NFC code, I’ve also been working hard on the background data. Here are some extra updates coming your way:

🗃️ Database Updated: Lots of corrections and additions for Figures and Power Discs.

🏰 Play Sets Added: You will now be able to track your Play Set pieces in the app!

🎯 How you can help the project:

The app is (and always will be) completely free, but I have two big development goals right now to make it available for everyone:

iOS Release: I'm raising funds for the $99 Apple Developer License so I can officially publish the app on the App Store for iPhone users.

Windows NFC Support: I want to buy a physical Disney Infinity or Skylanders Base to reverse-engineer and implement native NFC scanning for the Windows version of the app!

If you like the progress and want to buy me a coffee to help hit these goals, any support on my Ko-fi would mean the world to me! ☕🙏

🔗 Support the project on Ko-fi: https://ko-fi.com/josevelarde

🔗 Support the project on GitHub: https://github.com/sponsors/jvicius

🔗 Check out the current release on GitHub: https://github.com/jvicius/MyDICollection/releases/tag/v1.0.1

Let me know what you think of the video and the scanning speed!

reddit.com
u/Jvicius1382 — 3 days ago

Disney Infinity Tracker NFC scanning on Android is finally working! 📱⚡

https://reddit.com/link/1vr7r4v/video/vd25hz5sm0kh1/player

What's up everyone! ✌️

There isn't a new downloadable release today, but I am super excited to share a quick progress video of the new NFC scanning feature running on Android!

In the video attached, you can see how the app instantly recognizes and pulls up the details for Iron Man and Black Widow just by tapping the figures to the back of the phone. It’s feeling really smooth and I can't wait to release this feature in the next update.

While I'm polishing the NFC code, I’ve also been working hard on the background data. Here are some extra updates coming your way:

🗃️ Database Updated: Lots of corrections and additions for Figures and Power Discs.

🏰 Play Sets Added: You will now be able to track your Play Set pieces in the app!

🎯 How you can help the project:

The app is (and always will be) completely free, but I have two big development goals right now to make it available for everyone:

iOS Release: I'm raising funds for the $99 Apple Developer License so I can officially publish the app on the App Store for iPhone users.

Windows NFC Support: I want to buy a physical Disney Infinity or Skylanders Base to reverse-engineer and implement native NFC scanning for the Windows version of the app!

If you like the progress and want to buy me a coffee to help hit these goals, any support on my Ko-fi would mean the world to me! ☕🙏

🔗 Support the project on Ko-fi: https://ko-fi.com/josevelarde

🔗 Support the project on GitHub: https://github.com/sponsors/jvicius

🔗 Check out the current release on GitHub: https://github.com/jvicius/MyDICollection/releases/tag/v1.0.1

Let me know what you think of the video and the scanning speed!

reddit.com
u/Jvicius1382 — 3 days ago

Question about attribution/licensing before publishing a Disney Infinity NFC implementation

Hi! I'm developing MyDICollection, an open-source MIT-licensed collection tracker for Disney Infinity figures.

I'm currently working on a read-only NFC identification feature. Its only purpose is to identify a physical figure's model number so it can be matched against the app's collection database.

While researching the Disney Infinity NFC format, I consulted the historical didump.lua and related Proxmark3/RfidResearchGroup work.

I have implemented the required interoperability logic in C# using .NET/Android NFC and cryptographic APIs. It does not include, link against, execute, or redistribute Proxmark3 or its Lua scripts.

I have not committed or published this NFC implementation yet. Before doing so, I wanted to contact the community and make sure I'm handling the attribution and licensing appropriately.

My plan is to keep MyDICollection MIT-licensed and include a THIRD_PARTY_NOTICES.md that:

  • Credits Proxmark3 / RfidResearchGroup and its contributors.
  • Specifically mentions the historical didump.lua research I consulted.
  • References Proxmark3's GPL-3.0-or-later license.
  • Explains that MyDICollection does not redistribute or link against Proxmark3 code.

The feature is strictly read-only and intended for personal collection management; it does not provide NFC cloning, emulation, or tag-writing functionality.

My existing project (without the unpublished NFC implementation) is here:

https://github.com/jvicius/MyDICollection

Before I publish the NFC changes, I'd really appreciate your feedback:

Is this attribution/licensing approach appropriate, or is there anything else you would like me to include or handle differently?

Thanks for the research and all the work you've made publicly available!

reddit.com
u/Jvicius1382 — 9 days ago

I built CardScanner.Maui: A lightweight, native cross-platform Credit Card Scanner (iOS/Android/Windows)

Hey fellow .NET devs! 👋

I was recently looking for a reliable way to scan credit cards in a .NET MAUI project, but most of the existing solutions were either outdated, required heavy third-party dependencies, or were paid services.

So, I decided to build one from scratch leveraging the native OCR engines of each platform, and I just published it to NuGet!

https://reddit.com/link/1vkrcsg/video/768e9lz61lih1/player

Enter CardScanner.Maui 💳

I wanted to keep it as lightweight and MVVM-friendly as possible. Instead of bundling massive ML models, the library hooks directly into the OS's native APIs.

✨ Key Features:

  • Truly Native OCR: Uses Apple Vision on iOS, ML Kit on Android, and the native OcrEngine on Windows 10/11.
  • Zero Bloat: Extracts numbers and expiry dates in real-time from the camera stream without adding heavy third-party AI packages to your app size.
  • MVVM Ready: Full support for data binding with IsScanning properties and ICommand (but also supports traditional Code-Behind events).
  • Hardware Validation Built-in: Includes a neat CardScannerDevice.IsSupported helper so your app won't crash on older hardware (like legacy iPads) that can't handle real-time video ML processing.

🔗 Links:

The repo includes a full README with setup instructions (like the camera permissions needed for each platform).

I’d absolutely love it if you guys could give it a spin, break it, and give me some feedback. If you find it useful for your projects, a ⭐ on the GitHub repo means the world to me!

(P.S. If this library ends up saving you a few hours of headaches or client work, consider buying me a coffee or sponsoring the project! ☕🍻Ko-fi|GitHub Sponsors)

Happy coding! 🚀

reddit.com
u/Jvicius1382 — 10 days ago

[New Release v1.0.1] The Disney Infinity Collection Tracker Open Source, and 100% Free! (Android & Windows)

What's up everyone!

I've just rolled out a huge update for the Disney Infinity collection tracker app I’ve been working on, and I wanted to share it with the community. The app looks, feels, and works better than ever. Here is everything new in this release:

https://reddit.com/link/1vggfb0/video/3p514x11ulhh1/player

✨ What's New in v1.0.1:

🏆 New Achievement System: Prove you are the ultimate fan! You can now unlock special badges by completing specific franchises and collections.

🎨 UI Overhaul: We gave the entire interface a facelift so your collection looks spectacular and is easier to browse.

📦 Separated Collections: Based on feedback, the main view is now divided. Figures and Power Discs have their own dedicated lists for much cleaner navigation.

🎛️ Optimized Filters: The filter menu has been moved to a much more accessible and faster-to-use location.

🌍 On-Demand Language Toggle: You can now instantly switch between English and Spanish directly from the app settings.

🗃️ Updated Database: Added new data and under-the-hood fixes for the most accurate tracking possible.

🛠️ Next Steps (The Roadmap):

I'm currently working on some really exciting features for the next major updates:

NFC scanner implementation for Android devices.

NFC scanner for Windows (Yes, using the official Disney Infinity Base!).

Database improvements and specific achievements for Power Discs.

Physical device testing for iOS.

🍏 iOS Release Goal!

I want to bring this to Apple users too! I've currently raised $10 USD to help pay for the Apple Developer license so we can officially launch the app on iOS. If you like the project and want to support the development, you can help out on my Ko-fi!

🔗 Links:

Download the latest release (Android & Windows): https://github.com/jvicius/MyDICollection/releases#release-v1.0.1

Support the project on Ko-fi: https://ko-fi.com/josevelarde

Support the project on GitHub Sponsors: https://github.com/sponsors/jvicius

reddit.com
u/Jvicius1382 — 15 days ago

[New Release v1.0.1] The Disney Infinity Collection Tracker Open Source, and 100% Free! (Android & Windows)

What's up everyone!

I've just rolled out a huge update for the Disney Infinity collection tracker app I’ve been working on, and I wanted to share it with the community. The app looks, feels, and works better than ever. Here is everything new in this release:

https://reddit.com/link/1vggei2/video/vxs9l8srslhh1/player

✨ What's New in v1.0.1:

🏆 New Achievement System: Prove you are the ultimate fan! You can now unlock special badges by completing specific franchises and collections.

🎨 UI Overhaul: We gave the entire interface a facelift so your collection looks spectacular and is easier to browse.

📦 Separated Collections: Based on feedback, the main view is now divided. Figures and Power Discs have their own dedicated lists for much cleaner navigation.

🎛️ Optimized Filters: The filter menu has been moved to a much more accessible and faster-to-use location.

🌍 On-Demand Language Toggle: You can now instantly switch between English and Spanish directly from the app settings.

🗃️ Updated Database: Added new data and under-the-hood fixes for the most accurate tracking possible.

🛠️ Next Steps (The Roadmap):

I'm currently working on some really exciting features for the next major updates:

NFC scanner implementation for Android devices.

NFC scanner for Windows (Yes, using the official Disney Infinity Base!).

Database improvements and specific achievements for Power Discs.

Physical device testing for iOS.

🍏 iOS Release Goal!

I want to bring this to Apple users too! I've currently raised $10 USD to help pay for the Apple Developer license so we can officially launch the app on iOS. If you like the project and want to support the development, you can help out on my Ko-fi!

🔗 Links:

Download the latest release (Android & Windows): https://github.com/jvicius/MyDICollection/releases#release-v1.0.1

Support the project on Ko-fi: https://ko-fi.com/josevelarde

Support the project on GitHub Sponsors: https://github.com/sponsors/jvicius

reddit.com
u/Jvicius1382 — 15 days ago

[Showoff] High-performance text highlighting control for .NET MAUI

Hey everyone! 👋

I wanted to share a NuGet package I've been working on for .NET MAUI. If you've ever needed to build a search bar and highlight the matching terms in the results below, this control is built exactly for that.

It’s a powerful, lightweight control designed to automatically highlight specific text matches within a string. My main goal was performance, ensuring it runs smoothly even in heavy scenarios.

🚀 Key Features:

Zero UI Blocking: Cross-platform layout rendering designed from the ground up to prevent UI thread blocking. No performance degradation, even with massive data inside large CollectionViews.

Smart Evaluation: Uses optimized Regex tokenization for fast, case-insensitive evaluation.

Highly Customizable: Supports custom highlight coloration and bold emphasis triggers.

Native Feel: Seamless data binding out of the box.

🎯 Perfect Use Cases:

Search autocomplete lists

Real-time query suggestions

Complex filter systems

I'd love for you guys to try it out and let me know your thoughts or if you have any feature requests!

📦 NuGet: https://www.nuget.org/packages/HighlightLabel.Maui

💻 GitHub: https://github.com/jvicius/HighlightLabel.Maui

Thanks!

u/Jvicius1382 — 24 days ago
▲ 29 r/u_Jvicius1382+2 crossposts

[Release] The Disney Infinity Collection Tracker is now LIVE, Open Source, and 100% Free! (Android & Windows)

Hey everyone! 👋

A few days ago I shared a preview of a passion project I was working on, and I was blown away by the positive response. Today, I'm super excited to announce that the first public release (v1.0.0) is officially live! 🚀

As promised, the app is completely free and open-source. It was built using .NET MAUI and is designed to be the ultimate companion for your collection.

✨ Key Features:

  • 100% Offline Support: The database and all high-quality images of Figures and Power Discs are stored locally. No internet needed!
  • Precise Tracking: Keep track of what you own, what you're missing, and how many duplicates you have.
  • Dynamic UI: Full support for native Light and Dark Mode.
  • Wiki Integration: Direct links to the Disney Infinity Fandom Wiki for every item.

📥 Where to download: You can grab the Android APK (ready to install on your phone) or the Windows portable .exe (no installation required) directly from the Releases page here: 👉Download v1.0.0 Here

💻 Check out the Source Code: If you are curious about how it was built or want to contribute, here is the main repository: 👉GitHub Repository

🍎 Note for iOS users: I would absolutely love to put this on the App Store! Since this is a free, solo project, the only hurdle right now is Apple's $99/year developer license fee. If the community's support through the GitHub Sponsors/Ko-fi page can cover those fees, I will 100% publish it there.

Thank you all for the support! Please let me know what you think, report any bugs on GitHub, and enjoy tracking your collections! 🌌🎮

u/Jvicius1382 — 29 days ago
▲ 24 r/dotnetMAUI+1 crossposts

New development of app tracker for Disney Infinity

Hey everyone! 👋

I’ve been working on a personal project to easily manage and track my Disney Infinity collection, and I wanted to share a sneak peek with you all to see what you think.

I’m developing this in .NET MAUI, and the main goal is to have a fast, beautiful, and reliable tool to know exactly which figures/discs you have, and even keep track of your duplicates.

Here is a quick video showing the UI and how it works so far.

✨ Current Features:

True Collection Tracking: Not just a "Yes/No" if you own it, but you can track the exact quantity of duplicates for each piece.

100% Offline: The database and images are stored locally. No internet needed to check your collection while you are at a flea market or retro game store!

UI/UX: Fully responsive with native Light and Dark Mode support, plus custom Power Disc-shaped buttons.

Bilingual: Fully translated into English and Spanish (adapts to your phone's language).

Quick Filters: Fast sorting and filtering by Franchise, Type (Figure, Power Disc), etc.

Wiki Integration: Direct links to the official Disney Infinity Fandom Wiki for every item.

🛠️ Roadmap & Upcoming Features (Need your thoughts!):

NFC Scanning: I'm planning to implement native NFC reading so you can literally just tap your figure/disc to the back of your phone to log it into your collection!

In-App Figure Details: Right now it links to the Wiki, but I want to show stats/details inside the app. Question for you all: Would you prefer the app to scrape the Wiki API and save the text locally (keeping it 100% offline but making the app size slightly larger), or should it just fetch the data live from the API when you have an internet connection?

I'm polishing a few things before making the GitHub repository public, but I would love to hear your thoughts, suggestions, or features you'd like to see. Let me know what you think!

u/Jvicius1382 — 29 days ago