Giter Site home page Giter Site logo

steve1316 / genshin-inventory-scanner-android Goto Github PK

View Code? Open in Web Editor NEW
6.0 3.0 2.0 11.93 MB

This mobile application serves as a native way to scan your inventory in GOOD (Genshin Open Object Description) format for websites like Genshin Optimizer to parse data from for the mobile video game, Genshin Impact.

JavaScript 0.23% Java 4.41% Kotlin 76.82% TypeScript 14.69% Python 3.85%
android format genshin good impact inventory java javascript kotlin opencv

genshin-inventory-scanner-android's Introduction

Hi, my name is Steve Tu!

A passionate web and software developer from San Francisco State University with a major in Computer Science!

steve1316

๐Ÿ“ซ How to reach me: [email protected]

๐Ÿ”ญ My featured projects are:

Connect with me:

steve-tu-370ba219b

Recent GitHub Activity

  1. ๐Ÿ—ฃ Commented on #209 in steve1316/granblue-automation-pyautogui
  2. ๐Ÿ—ฃ Commented on #210 in steve1316/granblue-automation-pyautogui
  3. โ—๏ธ Closed issue #201 in steve1316/granblue-automation-pyautogui
  4. ๐Ÿ—ฃ Commented on #201 in steve1316/granblue-automation-pyautogui
  5. โ—๏ธ Closed issue #204 in steve1316/granblue-automation-pyautogui

My GitHub Stats:

From: 02 May 2024 - To: 09 May 2024

Python       15 hrs 44 mins  โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–‘โ–‘   84.44 %
JSON         59 mins         โ–ˆโ–’โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘   05.35 %
CSV          56 mins         โ–ˆโ–’โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘   05.01 %
Git          35 mins         โ–“โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘   03.19 %
Docker       12 mins         โ–’โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘   01.08 %

steve1316

ย steve1316

genshin-inventory-scanner-android's People

Contributors

steve1316 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

genshin-inventory-scanner-android's Issues

java.lang.NumberFormatException when numbers have a comma in ImageUtils

Description

A user had reported that they were getting java.lang.NumberFormatException 4 seconds into program execution and could not proceed any further.

thunderbird_be5Yw9QL46

Relevant code:

// Set application locale to combat cases where user's language uses commas instead of decimal points for floating numbers.
Configuration config = this.getResources().getConfiguration();
Locale locale = new Locale("en");
Locale.setDefault(locale);
this.getResources().updateConfiguration(config, this.getResources().getDisplayMetrics());

should have prevented this type of thing from occurring across the app but will need to double-check now.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.