Stackzy Versions Save

💻 A cross-platform desktop application to identify libraries used inside an android application. Made possible by Compose Desktop ⚡

v1.0.0-beta03

3 years ago

🌟 Features

  • add download buttons
  • add password visibility control
  • add version number to toolbar
  • add code browse button
  • add tab nav to login
  • add download progress to adb setup
  • add algo flowchart
  • add more screenshots to README
  • add icns file for macos
  • add possible fix for #30
  • add vendor info
  • add stackzy_lib_version code to cached result to ignite decompile if lib changed

🐛 Fixes

  • fix permissions related issues
  • fix warning issue
  • fix appargs

💬 Other

  • update README
  • improve cacheing algorithm
  • fix #31 (ui update)
  • [ImgBot] Optimize images
  • add code of conduct
  • add CONTRIBUTING.md
  • update CONTRIBUTING.md
  • update issue templates
  • add PR template
  • rollback to default app config
  • update adb path
  • improve command execution error handling
  • remove dynamic arg
  • update README

v1.0.0-beta02

3 years ago

🌟 Features

  • add AES encryption to account pref
  • add permission calls to dll files

v1.0.0-beta01

3 years ago

🌟 Features

  • add windows ico
  • add pathway navigation
  • add back click to select device screen
  • add login dialog
  • add login logic to login viewmodel
  • add back navigation to select device screen
  • add store account logic
  • add default apps to playstore listing screen
  • add default listing screen
  • add search feature
  • add apk size to play search
  • add download progress to app detail screen
  • add logout button
  • add loading animation to login screen
  • add auth repo test
  • add config repo test
  • add config sync to splash
  • add result repo insert method
  • add result find algorithm
  • add config flag check

🐛 Fixes

  • remove double bang operator usage. Fixes https://github.com/theapache64/stackzy/issues/24
  • fix launcher icon path issue
  • fix access denied
  • fix #33 + update adb download msg
  • fix nav issue
  • fix javax.naming missing dep issue
  • fix protobuf dep issue

💬 Other

  • update logo
  • bump version to 1.0.0
  • add uuid for windows
  • add dependencies section to README
  • add contributor section to README
  • fix tests
  • init pathway screen + move colors to R.color
  • add image to pathway card
  • move selectable hover logic to modifier ext
  • finish pathway screen
  • remove skiko from deps since the rendering issue resolved in 0.3.0
  • finish pathway screen
  • refactor login dialog to login screen
  • replace title and subtitle with custom scaffold
  • add playstore parts
  • refactor Either.Left/Right to ApkSource.Adb/Playstore
  • add temp download and analyse
  • downgrade version to v1.0.0-beta01 from v1.0.0 (because i think its not stable enough :-|)
  • format code
  • format code (self-review)
  • add playstore repo test
  • fix tests
  • disable mavenLocal
  • backup
  • finish cache implementation
  • change version code data type to int from long
  • fix tests
  • code-refactor (self-review)

v1.0.0-alpha04

3 years ago

🌟 Features

  • build and archive jar for current os instead of platform specific package
  • add tab ui
  • add apk size to top right
  • add code views
  • stablize feature
  • add playstore icon to app detail screen

🐛 Fixes

  • fix size in mb formatting on computers with different locales

💬 Other

  • remove un-nec logs
  • add backend tech to README
  • improve error handling
  • remove built-in adb
  • fix tests
  • remove sh from command executor
  • implement dynamic adb installation
  • add adb dll files to dynamic adb collection
  • apply command executor patch for windows
  • improve patch quality
  • add simple command test case
  • add windows temp files to .gitignore
  • partial fix for path issue
  • add cached apk test
  • improve patch quality
  • remove un-nec test file
  • add android version identifier
  • add apk-tool yaml parsing
  • finish yaml analysis
  • f-slash issue (windows)
  • untrack and remove gpm.json
  • create extras dir and move misc files
  • add fira code. fix #25
  • bump version to 1.0.0-alpha04

v1.0.0-alpha03

3 years ago

🌟 Features

  • add decompile job cancel mechanism
  • add open market place button
  • add launchMarket mechanism
  • add launcher icon for linux
  • add launcher icon for windows and macOS
  • add windows to build matrix
  • archive msi package for release builds
  • handle messages, exclude merge commits from history

🐛 Fixes

  • fix SSL issue
  • fallback to packageName for non retrievable app name

💬 Other

  • remove categories table since we change the categorisation logic
  • bump CD version to 0.4.0-build168
  • fix tests
  • change term 'OPEN MARKET' to 'SEARCH IN MARKET'
  • add skiko and bump JDK to 15 to fix CD issue 275
  • [ImgBot] Optimize images

v1.0.0-alpha02

3 years ago

🌟 Features

  • add demo
  • add dynamic merging
  • add auto-cleaning
  • add built-in adb support
  • add adb fallback (thanks to @mikepenz ;))
  • add install note
  • add @mikepenz to credits
  • introduce github actions build pipeline, with app packaging, make gradle wrapper executable
  • enhance upload of artifacts
  • release build which packages the app and publishes the artifacts to the github release
  • configure changelog builder to use emojis as categorisation
  • enhance ci setup, do not run build for releases, split changelog creation into different step

🐛 Fixes

  • fix ##3
  • fix typo
  • fix #4
  • fix dynamic lib replacement
  • fix apostrophe issue with app name
  • fix java.util.logger error
  • use latest macos runner instead
  • introduce build matrix for ubuntu and mac, transform distribution version to 1.0.0 to allow mac build to succeed
  • simplify matrix configuration

💬 Other

  • backup
  • update README
  • update README
  • reduce animation rotate angle
  • add package name to final report
  • fix tests
  • improve lib merging
  • disable lib tracking
  • code refactor
  • move merging logic to report class and apply sort by category
  • update screenshot with truecaller stack
  • remove map categorizing since we're not using that any more. also add some method docs
  • bump version to 1.0.0-alpha02
  • combine all non mapped emojis into other, include critical bug category
  • update README
  • fix ci yml
  • fix ci yml again

v1.0.0-alpha01

3 years ago
  • First Release