1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 7 months ago. based on code collected 7 months ago.
Jan 28, 2024 — Jan 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix travis-ci's default settings.xml which has pretty bad defaults More... over 8 years ago
Only refresh snapshots every 5 days. More... over 8 years ago
Improve GUIManager so it stores a map of the currently opened Stages and their respective owners, the Controller classes. More... over 8 years ago
We are using TestFX so we can remove some new JFXPanel(); here & there More... over 8 years ago
Improve EasyFXML testing and remove useless @Data annotation on it. More... over 8 years ago
Improve the controllers, and add an interface to them for #initialize() More... over 8 years ago
Update README.md (markdown syntax fix) More... over 8 years ago
Update README.md to follow current progression More... over 8 years ago
Update outdated dependencies More... over 8 years ago
Fix JavaFX testing using TestFX rather than JfxRunner More... over 8 years ago
Improve auto-testing of some lombok annotations and test main class More... over 8 years ago
Add a few tests and a JavaFX JUnit runner for UI testing More... over 8 years ago
Remove parameter warning since it's used to match consumer interface More... over 8 years ago
Unify TwitterHandler to fix the test that should have worked More... over 8 years ago
Add many tests and a MapUtils class for the SessionManager More... over 8 years ago
Refactor the threading for browser opening into DefaultApplications More... over 8 years ago
Use the new ThreadUtils and DefaultApplications for browser opening More... over 8 years ago
Extract browser calls to a new class for calls to default applications More... over 8 years ago
Remove final on dummy since @UtilityClass adds it automatically. More... over 8 years ago
Add some threading utilities More... over 8 years ago
Fixed login button on Linux by placing the call to open the browser in a new thread. More... over 8 years ago
Fixed login button on Linux by placing the call to open the browser in a new thread. More... over 8 years ago
Start a little of an integration to be able to show the timeline! More... over 8 years ago
Don't eagerly generate the twitter configuration and factory since only spring uses it and the TwitterHandler is the one handling multiple accounts. More... over 8 years ago
Move dummy's package More... over 8 years ago
Change the persistence model. We only save the Session (which is a wrapper around the account's AccessToken mostly) More... over 8 years ago
Remove JUnit 5 from classpath as it's buggy with spring boot for now More... over 8 years ago
Mark Dummy as a Utility class More... over 8 years ago
Fix build, forgot to remove a line. More... over 8 years ago
Use AWT's public API instead of JavaFX's private one to manage desktop browser opening. Will switch to JavaFX one once there's a supported one. This is part of an effort to not use private APIs to not have a broken project once Java 9 hits the shelf. More... over 8 years ago