15
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 month ago. based on code collected about 1 month ago.
Jan 02, 2024 — Jan 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed a bug where widget list was moved to index 0 during page refresh Workarounded a bug where app crash during showAlertDialog More... over 12 years ago
Fixed a bug where video widget was restarted when scrolling widget list Fixed a bug where chart and image widget bitmap was continuously refreshed after been destroyed More... over 12 years ago
Reduced discovery timeout to 1 second to make remote url connection faster Fixed a bug in url configuration validation for empty urls (empty urls were not accepted) More... over 12 years ago
Finished video widget implementation Finished web widget implementation Fixed a bug where video never stopped in video widget when navigating away Changed page stack to a specialized OpenHABPage class for future implementation of remembering the page selected row during page-to-page navigation process More... over 12 years ago
Changed url validation mechanism in preferences Created a normalization mechanism for urls in startup activity More... over 12 years ago
Added validity check for openHAB url and remote url in preferences Fixed an issue when configuring url without '/' at the end was leading to wrong base url Added support for noncached images to MySmartImageView and MyWebImage Added refresh support to chart and image widgets More... over 12 years ago
Fixed startup sequence to handle all possible combinations of sitemap configuration and availability Fixed a bug in webimage which failed to load http images while https images worked More... over 12 years ago
Fixed Chart image scaling Fixed https problem with chart image loading Fixed startup sequence to perform check if configured sitemap is existant on openHAB Fixed startup sequence to automatically load sitemap if only one sitemap is available More... over 12 years ago
Added SSL support More... over 12 years ago
- Fixed an issue with loosing openHAB base URL during rotation of device More... over 12 years ago
- Fixed chart widget scaling issue More... over 12 years ago
- Fixed an issue with chart widget image height and scaling - Fixed an issue with sitemap select after rotation More... over 12 years ago
- Added video widget support - Fixed chart widget support - Renamed alternative url to remote url - Temporary disabled uuid check More... over 12 years ago
- Added chart widget support - Fixed image widget formatting - Added progress bar during openhab discovery More... over 12 years ago
- Fixed an issue with manually configured openHAB url which just was not used by HABDroid. Now if it is configured, no discovery is performed - Default alternative openHAB url is set to demo server on the internet - Added functionality to select sitemap from the list of available sitemaps during first run and through application 'menu'. When sitemap is selected it is then used when HABDroid launches as a preffered one - Fixed startup sequence which was broken in case of no openHAB uuid was stored yet (application just stopped working) - Removed openHAB name from settings as it is useless More... over 12 years ago
- Fixed a bug which occured with previous fix of Switch slide and leaded to weird switches behaviour. Switch actions are now based on onTouch handler and fire after the touch event is released (UP). - Fixed a reported bug with ImageButtons used in rollershutter which leaded to unstable button presses in some cases (shaking hands :-). ImageButton is also based on onTouch handler now. More... over 12 years ago
- Workaround for IPv6 problems. jmDNS now only uses IPv4. This will be fixed later. - Fixed a bug with a Switch which didn't react on sliding. Changed event handling from onClick to onCheckedChanged. More... over 12 years ago
Updated rollershutter up&down button icons and made app icon without arrows on top of app. More... over 12 years ago
Added icons to Rollershutter buttons (finally :-) More... over 12 years ago
Fixed an issue when Section switch label holds some value in brakets. It's now shown on the right side, aligned to the left from the switch, separately from the label. More... over 12 years ago
A lot of design tuning for widgets list view. Dividers are now included into widgets (ListView dividers disabled) and fully controlled by the app. More... over 12 years ago
Fixed a bug when group widgets were showing cached value label on right side even for groups with no values. More... over 12 years ago
UI Changes: - made label text smaller (medium instead of large) - moved value labels to the right side of widgets instead of second line - fixed page title when going into group (just showing the name of group without value) - fixed group widget to get value and show it on the right side More... over 12 years ago
Re added compiled .apk to repository. More... over 12 years ago
Made an interim bugfix for selection widget which failed when receiving float (0.0) value while waiting for integer. More... over 12 years ago
New features: - Added support for Setpoint widget Fixed bugs: - Fixed a bug with spin switch which was sending a command with it's current state during every redraw More... over 12 years ago
Fixed lost android-async-http.jar library More... almost 13 years ago
Added support for http basic auth (using username and password from preferences) Added support for RollershutterItem in Switch widget (with ugly buttons...) Fixed an issue with background color in segmented control buttons for Switch widget with mappings Code and layouts cleanup More... almost 13 years ago
Added support for Switch widget with mappings (sectioned control button) Added support for mDNS openHAB discovery on local LAN Added startup activity which performs application startup sequence Fixed activity restart issue after phone rotation Fixed relative/absolute URL handling for Image widget More... almost 13 years ago
Fixed http long-polling issue Implemented mapping list for widgets Implemented Slider widget (used for dimmers, volume, etc) Implemented Selection widget (used for scene selection, radio selection, etc) Almost implemented Image widget Started implementation of switch widget with mappings (looking for Android section control...) More... almost 13 years ago