- added equals method to GeoLocation
upgrade Gradle + Kalender-lib
gradle updates
change balloons icon to png format
small refactoring
added equals tests for events
- using Objects.equals for better comparison
moved last change text view
reduced splash activity time
updated gradle
removed local property files
todos added
small improvements
update lombok to version 1.18.36
switch back to ViewStub (better performance)
- using AsyncLayoutInflater
small fixes and layout improvements
added remind drop down menu in general settings
added device name by android.os.Build.MODEL
redesigned FirstFragmentInner to use GridLayout
fixed typo in HTML rarr
- resolve and cache city name by geo location API
small UI improvements
added log click context menu for browsing buttons
update widget on sync changes
try out ViewStub
removed progressbar from DayPanel to reduce layout
extract inner content to extra fragment to be loaded lazily
added logging with time consumption
for changed events: display change in sync diff HTML text
widget improvements
small fixes & improvements
display of KWs improved
widget config activity
make widget background configurable
cancel toast when app is paused
try onShowListener on webview to resolve flickering problem
layout fix: remove time view when there is no time
deleted local gradle files
added local gradle files to svn ignore
fixed width for time string
try to resolve flickering in SyncDiffDialog
added DeviceNameServiceAndroid
refresh SettingsSyncFragment to hide keyboard
fix: icon rendering problem after deletion of table rows
added confirmation dialog for deletion of multiple events
added device name service finder if the system env is empty
removed checkstyle
added generics to findClasses method
added last change column in event table
fix: also save config when UID has changed
removed checkstyle + PMD
replaced List.of with Arrays.asList (compatibility with Java 8)
added hardware acceleration again to resolve progressbar display issues
widget UI improvements for wide space
- try fix for progress bar visibility
small improvements and fixes of warnings
try some improvements regarding weather data display in widget
- view enum renamed
fixed weather info
try to display weather information from openweathermap
test adapted + small change for message key
added some padding to dialogs
removed automatic padding from dialog
small code improvements
dont always break date title in widget
try new fix to resolve webview flickering
added osm map from osmdroid package
added dimension for button font size
added moon+sunrise info to widget
improved display of city name in sun info item
try fixes regarding sync diff dialog
- fixed: widget with holiday header
error message as HTML
added geo location dialog
added location to xml parser
added GeoLocation class
added enum of big German cities
reorganized default values for config maps
prepared for reading location property
added location as StringProperty mto be used for sun rise/set calculations
added file viewer capability
- let YesNoDialog extend JSDialog
widget improvements
introduced new Date PrintFormat (nbsp to be used in HTML)
introduces refresh props
enhanced widget
reduced splash activity waiting time
added some tests
- added sync active checkbox
display error message and question in Gui listener properly
using new EnumUtils
sort events in DayPanel so that multi-day event are always on top
small UI improvements
always add sync status label (even if currently not synchronized)
adapted sync html page
set sync state BEFORE starting mainFrame
try dynamic date string in widget
fix: using workspace for config xml path
- using lombok for boilerplate reduction