(another?) UNOFFICIAL Steam mobile client project

Overview

Jetisteam

an unofficial Steam client for Android

While being based on the protobuf-based WebUI-oriented RPC/API, this app will miss a lot of features due to some of them are binded to AJAX API (wishlist) or reviews/app descriptions (not present in API at all) Also, the app itself is highly experimental - keep this in mind.

Credits:

  • SteamDB for protobufs (they are slightly modified to fix Java generating - recovering enums/setting package names/enabling generic services)
  • MMKV for saving account data

Warning: your account can be banned for using this. [DMCA] If you want this to be deleted - you can always write to me.

You might also like...
A 2FA android client based on Jetpack Compose

EzLogin A 2FA android client based on Jetpack Compose Features Material Design Import via QR Code Technology stack Jetpack Compose Hilt Navigation Roo

A 2FA android client based on Jetpack Compose

EzLogin A 2FA android client based on Jetpack Compose Features Material Design Import via QR Code Technology stack Jetpack Compose Hilt Navigation Roo

Jetpack Compose app gets data from REST API using KTOR Client. Clean Architecture, Dependency Injection...
Jetpack Compose app gets data from REST API using KTOR Client. Clean Architecture, Dependency Injection...

posts-ktor-client Jetpack Compose app gets data from REST API using KTOR Client. Clean Architecture, Dependency Injection... Posts KTOR Client Demo ap

An Android imageboard client with the focus on maximum performance, fully written with Jetpack Compose

This project is an experimental playground to try implementing an application entirely with Jetpack Compose without using the old Android UI framework.

A LibrePhotos android client written using Jetpack Compose and all the latest Android technologies
A LibrePhotos android client written using Jetpack Compose and all the latest Android technologies

UhuruPhotos. A LibrePhotos client UhuruPhotos is an Android client for LibrePhotos written using the latest Android technologies, like Jetpack Compose

A hackathon project for a UI sketch designer made in Compose

compose-drag-n-design A hackathon project for a UI sketch designer made in Compose. This is a project to get more familiarized with Jetpack Compose. I

πŸ’» A Compose Desktop project template with MVVM, Dagger, Decompose, tests, and more...
πŸ’» A Compose Desktop project template with MVVM, Dagger, Decompose, tests, and more...

compose-desktop-template A compose desktop project template with MVVM, Dagger, Decompose and more ✨ Demo What's included? Architecture (MVVM) with And

πŸš€ Android project template with Compose, MVVM, Hilt and Navigation
πŸš€ Android project template with Compose, MVVM, Hilt and Navigation

compose-android-template An Android project template with MVVM, Hilt, Navigation and Compose ✍️ Author πŸ‘€ theapache64 Twitter: @theapache64 Email: the

An MVI project setup using Jetpack compose. This would be a good place to start learning Model View Intent (MVI) architecture for Android.
An MVI project setup using Jetpack compose. This would be a good place to start learning Model View Intent (MVI) architecture for Android.

Compose-MVI An MVI project setup using Jetpack compose. This would be a good place to start learning Model View Intent (MVI) architecture for Android.

Comments
  • Fix zero appid bugs

    Fix zero appid bugs

    Π‘Ρ‚ΠΈΠΌ каТСтся Π»ΡŽΠ±ΠΈΡ‚ ΠΏΡ€ΠΈΡΡ‹Π»Π°Ρ‚ΡŒ appid: 0 Π² Ρ€Π°Π·Π»ΠΈΡ‡Π½Ρ‹Ρ… ΠΎΡ‚Π²Π΅Ρ‚Π°Ρ…

    ΠŸΠ΅Ρ€Π²Ρ‹ΠΉ ΠΊΠΎΠΌΠΌΠΈΡ‚ исправляСт Π²ΠΎΡ‚ этот Π±Π°Π³:
    screenshot

    Π’Ρ‚ΠΎΡ€ΠΎΠΉ ΠΊΠΎΠΌΠΌΠΈΡ‚ исправляСт Π±Π°Π³ Π½Π° ΠΌΠΎΠ΅ΠΌ Π°ΠΊΠΊΠ°ΡƒΠ½Ρ‚Π΅:

    java.lang.NullPointerException
    	at bruhcollective.itaysonlab.jetisteam.usecases.GetNotifications$invoke$2.invokeSuspend(GetNotifications.kt:82)
    	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
    	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
    	at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:570)
    	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:750)
    	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:677)
    	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:664)
    

    Π’Π°ΠΌ Ρ‚ΠΎΠΆΠ΅ ΠΏΡ€ΠΈΡ…ΠΎΠ΄ΠΈΡ‚ appid: 0 Π² Π½ΠΎΡ‚ΠΈΡ„ΠΈΠΊΠ΅ΠΉΡˆΠ΅Π½Π΅ ΠΈ ΠΈΠ·-Π·Π° этого Π½Π΅ ΠΌΠΎΠΆΠ΅Ρ‚ Π½Π°ΠΉΡ‚ΠΈ ΠΈΠ³Ρ€Ρƒ Π² спискС games

    opened by sandboiii 0
  • Friends screen

    Friends screen

    https://user-images.githubusercontent.com/17468894/201211780-4ea34ddd-111d-4a21-9ce4-12740c48b54c.mp4

    https://user-images.githubusercontent.com/17468894/201211767-3d9c4711-9f58-49b4-b32a-181e55e2fd66.mp4

    opened by sandboiii 0
  • Steam Guard support

    Steam Guard support

    This is a mega-issue describing parts which we need to implement to get Steam Guard support fully working

    V1:

    • [X] Generating TOTP codes
    • [X] Adding a new authenticator if none are present
    • [X] Removing authenticator
    • [X] Recovery code display
    • [ ] Trading confirmations

    V2:

    • [X] Moving authenticator from other devices
    • [X] "Authorized Devices": session list
    • [ ] "Authorized Devices": dedicated session page with revoke options
    • [X] Mobile Confirmation: polling for new auth sessions
    • [X] Mobile Confirmation: confirmation UI and actually signing in
    • [X] Sign in using QR

    Custom (not related to official app parity:)

    • [ ] .mafile support (export/import): requires multi account supported

    V1, but won't be implemented:

    • Home screen widget: Glance is not ready yet + no need for it

    V2, but won't be implemented:

    • Pushes: needs FCM
    • Google Maps in Mobile Confirmation UI: needs FCM and Maps SDK
    • Multi-account support: needs global rework of application's session handling
    opened by iTaysonLab 1
Owner
iTaysonLab
ex-tgx dev, 18 y.o., mostly Android developer
iTaysonLab
Yet another ToDo app, but the UI completely written in Jetpack Compose!

Yet another ToDo app, but the UI completely written in Jetpack Compose!

Wisnu Kurniawan 134 Dec 31, 2022
πŸ”₯ Yet another Tinder like swipeable cards, built for Jetpack Compose

twyper Yet another Tinder like swipeable card library, built for Jetpack Compose ✨ Demo Screen.Recording.2022-02-20.at.10.46.59.PM.mov ⌨️ Usage 1. Add

theapache64 88 Dec 24, 2022
Yet another awesome Intro screen library πŸ”₯

Compose-Intro βœ… Yes, I'm too bad in naming my libraries : ) Yet another Intro Screen library made with the love of Kotlin and Jetpack compose : ) ❀️ ✨

Kapil Yadav 13 Aug 14, 2022
Lull is an Android mobile application made with Jetpack Compose, where you can download wallpapers.

Lull Lull is an Android mobile application made with Jetpack Compose, where you can download wallpapers. Table of Contents Features Screenshots Light

Simge Şengün 12 Oct 10, 2022
A simple path finding visualizer mobile app to demonstrate the use of Jetpack Compose UI toolkit in Android.

Path Finding Visualizer App using Jetpack Compose A simple path finding visualizer mobile app to demonstrate the use of Jetpack Compose UI toolkit in

Serge Nino Martin Villasica 33 May 6, 2022
Recipes Mobile App UI Design in Jetpack Compose

Recipes Mobile App UI Design in Jetpack Compose Watch it on YouTube Beautiful android mobile Recipes App designed using Jetpack Compose. Single screen

Juraj Kusnier 21 Oct 14, 2022
A Weather Mobile or Android Native App, in Kotlin built to see the current weather of suggested countries of Europe and in my current position. In this case, Maputo/Mozambique #WitChallenge #Asked #Option1

Witweather_android This is a challenge assigned by Wit, which aimed to build an Android App to visualize the temperature in my current location, in th

Kelton M. Cumbe 1 Nov 22, 2021
STG mobile game made in Android

Neon Info This project is STG mobile game made in Android. It is a fun project I

Mario Dujić 64 Dec 14, 2022
Briar-desktop - A desktop program for Briar, bringing secure messaging to your desktop and mobile devices

Briar Desktop A desktop program for Briar, bringing secure messaging to your des

Briar Project 16 Dec 17, 2022
Aplicação Mobile desenvolvida em Android utilizando Jetpack Compose

DevHub - Compose ?? Aplicação Mobile desenvolvida em Android utilizando Jetpack Compose Sobre o projeto ?? Esse projeto foi desenvolvido durante o eve

Carlos Henrique 3 Jul 1, 2022