16
I Use This!
Very High Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 3 days ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed a null pointer exception in OpenHABWidgetAdapter More... about 11 years ago
Fixed a Parcelable issue in OpenHABPage which caused a crash when resuming app state from saved instance. More... about 11 years ago
Added info messages if device doesn't have NFC support or if NFC is disabled to write tag activity. More... about 11 years ago
Fixed initial theme preference value. More... about 11 years ago
Redesigned code to run in a single activity (much easier startup sequence, easier to work with NFC tags, everything is much easier!), OpenHABStartupActivity is not needed anymore. More... about 11 years ago
Unhided startup activity More... about 11 years ago
Theme preference in Settings now shows current selected theme. More... about 11 years ago
Startup activity is now hidden. Added theme selection in Settings - Holo.Dark and Holo.Light. More... about 11 years ago
Fixed a bug with handling non numeric values in slider widget More... about 11 years ago
Fixed a bug in a bugfix for http client leakage. More... about 11 years ago
Changed version to 1.2.0.2 More... about 11 years ago
Fixed a bug leaking file descriptors with every long polling request which leaded to habdroid stop working in environments with long activity period like wall panels. Aligned buttons in rollershutter with rgb. More... about 11 years ago
Rolled back dev environment to last working configuration More... about 11 years ago
Bug fixes More... about 11 years ago
Fixed development environment More... about 11 years ago
Fixed google analytics ID More... about 11 years ago
Added google analytics More... about 11 years ago
Moved openhab service type to strings.xml Added automatic closing to OpenHABTagWriteActivity - automatically closes after 2 seconds if tag was written successfully AndroidManifest.xml is now the source of app version string for crittercism and settings menu More... about 11 years ago
Fixed URL validation in settings to fail if '\n' or space is in URL string More... about 11 years ago
Added application version preference More... about 11 years ago
Current values of preferences are now shown in Settings menu of HABDroid More... about 11 years ago
Added custom version number to Crittercism config to differentiate versions of app during crash diagnostics More... about 11 years ago
Fixed OpenHABWidgetListActivity pause/resume cycle More... about 11 years ago
Fixed a crash in ColorPicker when RGB item has no value Fixed a logging crash in OpenHABWriteTagActivity More... about 11 years ago
Fixed a bug where \n in URL settings caused HABDroid to crash while successfully validating preferences. Now HABDroid remove bogus '\n' and ' ' from URL strings during startup. More... about 11 years ago
Moved excessive logging to debug level. Fixed a long standing bug with spinner selection mappings where widget mappings different from numbers leaded to habdroid crash. More... about 11 years ago
ColorPicker widget is now fully functional More... about 11 years ago
Fixed a bug in openHAB<->HABDroid color conversion Fixed misc warnings More... about 11 years ago
Incorporated new ColorPicker dialog (only demo mode, the color selection have no effect right now). Fixes OpenHABWriteTagActivity to show tag write failure when tag was not written instead of success when no NDEF is available for NFC tag. More... about 11 years ago
Fixed a bug in OpenHABWidgetActivity which crashed HABDroid with empty NFC tag. Added formating empty NFC tags to OpenHABWriteTagActivity. More... about 11 years ago