added bn-mode handling + tabbed settings dialog
moved color and background to lib
use new Kalender-android.jar version & reduce margin in widget
added colon for welcome text
upgrade gradle
small improvements
use YesNoQuestion dialog for delete questions
activate background for holiday event in SingleDayFragment
fix: correct path for resolving icons
fix: refresh for frequent events
try new version of SyncDiffDialog without any listeners
use custom color for event dialog header background
make JSYesNoQuestion extend JSDialog + added JavaDoc
make sync explanation <small>
fixed broken regex
fix: show proper day diff depending if base date is today or not
use new Kalender-android.jar and adapt to changes (isWithTime)
only setOnShowListener when icons are given
upgrade gradle & dependencies
new lib version 1113
adapt to new setWithTime / isWithTime getter/setter on Date
rename sync variables more meaningful
differ between DurationDaysToGo in general and from todays point of view
use wrap_content instead of fixed height to avoid cropped text
removed darkmode feature
fixed holiday event panel layout in widget
icon in widget: fixed top margin
for widget: use two different view types & two different layouts
upgrade Gradle
using horizontal color panels for the rotors
Kalender TODO
- changed -add... color values to -set... and allow setting of absolute values
- checkin IntelliJ iml files
fixed linter warnings
added StringUtils formatting for automatic line break
- 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