Commit graph

16 commits

Author SHA1 Message Date
9134bc5d19 Rename more stuff 2024-03-15 17:27:48 -07:00
b74ed5cc4c Make some structural changes to rename to ACLauncher 2024-03-15 16:31:06 -07:00
Ryan Dowling
2914ac1383
Revert "[Architecture] Kotlin VanillaPacksTab (#717)"
This reverts commit 591ec36136.
2023-03-29 21:55:52 +11:00
Ryan Dowling
c58e6ad28a
fix: import ordering not being correct for IntelliJ 2023-03-05 18:04:30 +11:00
Doomsdayrs
591ec36136
[Architecture] Kotlin VanillaPacksTab (#717)
* Rebase onto master

* Commmit-work

* Use Kotlin Flow instead of RXJava

I wanted to maintain the code as java as much as possible, but RXJava
 is a pain to use. Now that it is in Kotlin, it is much nicer to
 write.

* Update CHANGELOG

* Rename .java to .kt

* Rewrite VanillaPacksTab with Kotlin & ViewModel

* Add localization

* Reimplement legacy fabric

* Fix misedited string

* Use apollo coroutines support in VanillaPacksViewModel

* FIx legacy fabric set function

* Add logs to VanillaPacksViewModel

* Fix minecraft version selection mechanic

* Fix version type selection mechanic

* Add way to sync selectedMinecraftVersion with GUI

* Format VanillaPacksViewModel.kt

* Readd logs & Simplify loader loading

* Fix mod loader auto selection

* Update CHANGELOG.md

* Update CHANGELOG.md

* Back to mainline

* Back to mainline

* Move MCVersionRow to data directory

* Update documentation in IVanillaPacksViewModel

* Attach visibility control to loader button UI

* Fix showLegacyFabricOption loader not using correct key

* Remove reset TODO from VanillaPacksViewModel
2023-02-13 13:35:26 +11:00
Ryan Dowling
fab0b235ad
Revert "Merge pull request #533 from s0cks/feature/log-appender"
This reverts commit 26ce237d89, reversing
changes made to 3064469d6a.
2022-07-18 18:08:53 +10:00
Ryan Dowling
b9fdbd61ab
fix: remove debug level and use debug level logging from command line 2022-06-12 18:02:56 +10:00
Tazz
6e2e09cde4 fixes 2022-06-11 23:01:41 -06:00
s0cks
bc2094cf61 remove .idea/ATLauncher.iml 2021-12-06 20:59:51 -07:00
s0cks
40529a8ac1 #445: Restore files from wonky idea 2021-12-04 02:53:49 -07:00
s0cks
fea8a0b969 #445: Restore ATLauncher.iml 2021-12-04 02:49:18 -07:00
s0cks
0b09cbb971 #445: Add LastPlayed SortingStrategies 2021-12-02 04:53:34 -07:00
s0cks
59334a4fcf #445: Add InstanceSortingStrategy 2021-12-02 04:00:25 -07:00
Ryan Dowling
b9a740850b
chore: add in idea project files so there's a base for those using it 2021-07-31 12:02:28 +10:00
Ryan Dowling
ad82df231e
refactor: remove code smells, warnings and other suggestions 2019-07-02 23:13:38 +10:00
Ryan Dowling
033e0ffd73
refactor: move to Java 7 style for diamond/multi catch
also brings in Base64 package via gradle rather than a copy/paste
2019-06-12 21:29:46 +10:00