1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-30 16:56:22 +02:00
Commit Graph

399 Commits

Author SHA1 Message Date
Andreas Shimokawa
32e1dec0f8 bump version update changelogs
(release real 0.21.5 early because 0.21.4 had a mismatched version/tag)
2017-10-04 19:44:21 +02:00
Andreas Shimokawa
58c7691142 fix typo 2017-10-01 22:50:05 +02:00
Andreas Shimokawa
b982d27c9a bump version, update changelog 2017-10-01 22:36:26 +02:00
Andreas Shimokawa
7e29234a7e bump version, update changelog 2017-09-28 16:09:48 +02:00
Andreas Shimokawa
56269c5a37 bump version, add changelog 2017-09-25 22:22:59 +02:00
Andreas Shimokawa
acf779a8e4 Amazfit Bip: fix long messages not being displayed at all 2017-09-11 23:20:57 +02:00
Andreas Shimokawa
0b8494faee Bump version, add changelog 2017-09-11 22:35:08 +02:00
Andreas Shimokawa
1efd73af5e Update README and changelogs 2017-09-05 22:48:03 +02:00
Andreas Shimokawa
cfc310692f Amazfit Bip: Fix call notification with unknown caller 2017-09-03 14:37:32 +02:00
Andreas Shimokawa
45263d08d5 bump version, update CHANGELOG
(not yet release time)
2017-09-03 14:20:40 +02:00
Andreas Shimokawa
4bc6e2f71d update changelogs again 2017-08-27 23:40:27 +02:00
Andreas Shimokawa
107a03b0db prepare for release 2017-08-27 01:01:42 +02:00
Andreas Shimokawa
9ac4b923c4 bump version, update CHANGELOG (not yet release time) 2017-08-26 01:01:15 +02:00
Andreas Shimokawa
f9e43919ae update changelogs 2017-08-22 01:04:08 +02:00
Andreas Shimokawa
fd952aa5ae bump version, add changelog 2017-08-22 00:33:55 +02:00
Andreas Shimokawa
a969d4b7dd update changelogs 2017-08-19 23:52:46 +02:00
Andreas Shimokawa
6f522ec5f2 update changelog 2017-08-18 14:03:09 +02:00
Daniele Gobbetti
8cce2d1362 Pebble: allow to blacklist certain calendars
As requested in #736, this adds an entry in the settings menu that allows to blacklist certain calendars.
To avoid confusion, all the former blacklist methods and fields have been renamed to apps_blacklist. The new entries are called calendars_blacklist.
Importing the settings has not been tested with the current changes.
Closes #736

Future improvements TODO: The new setting lives in the Pebble section, i believe in the future the blackslist functionality should be centralized and put in the sidebar.
2017-08-18 10:34:42 +02:00
Daniele Gobbetti
6c38c6bb79 Reword changelog and add versioncode to xml 2017-08-17 18:18:16 +02:00
Daniele Gobbetti
91b1464824 Pebble: use iframe for clay configuration webpages
Replacing the top frame with a data-uri is forbidden since chromium-based-webview version 60.
With this commit we swap the body with an iframe when needed. Old webviews work as usual also with this approach.
No special treatment is needed for local storage as its usage is forbidden in data-uri iframes.

Fixes #758
2017-08-16 21:31:39 +02:00
Andreas Shimokawa
f0c9728775 Bump version, update CHANGELOG.md (not yet release time) 2017-08-13 22:30:40 +02:00
Andreas Shimokawa
30eee7ccd5 update changelog bump version 2017-07-21 19:56:49 +02:00
Andreas Shimokawa
a4e35b49b2 Only show realtime chart on device supporting it 2017-06-02 21:59:46 +02:00
Andreas Shimokawa
683a074f7a update changelogs, bump version 2017-06-02 21:32:38 +02:00
Tomer Rosenfeld
c3df48a25b Updated CHANGELOG.md formatting (#681) 2017-05-09 13:56:17 +02:00
Andreas Shimokawa
eea1fbcca4 update changelogs, bump version 2017-05-08 22:04:24 +02:00
Andreas Shimokawa
43fc3873bb bump version, update changelog 2017-04-27 07:46:30 +02:00
cpfeiffer
b2a1805e4f Update changelog for 0.19.0 2017-04-25 22:02:57 +02:00
Andreas Shimokawa
839e350d1e Bump version, update CHANGELOG 2017-04-24 12:05:04 +02:00
Andreas Shimokawa
edcfae3645 update README and CHANGELOG 2017-04-21 14:24:58 +02:00
Andreas Shimokawa
3860c2f9c4 update changelog, bump versions 2017-04-09 22:39:50 +02:00
Daniele Gobbetti
a77ff03ca5 Add filter functionality to the app blacklist activity 2017-04-09 00:21:43 +02:00
cpfeiffer
c2f83fa857 Add changelog entries 2017-04-08 22:36:51 +02:00
Daniele Gobbetti
3004177f44 Update Changelog 2017-04-08 09:00:01 +02:00
Daniele Gobbetti
e89ba529c3 Apply some Material design guidelines to the charts
- replace the PagerTabStrip with a TabLayout (moved to top and scrollable)
- move the date selection to the bottom
- do not update the activity title as the tab name is much more visible now
2017-04-01 17:47:54 +02:00
Andreas Shimokawa
07272e5a68 update changelog, bump version to 0.18.4 2017-03-27 22:15:03 +02:00
Daniele Gobbetti
d550defcb3 Do not save an alarm as "smart" if the device does not support it (#612)
Opening the activity when a device that does not support smart alarms is connected hides the "smart alarm" toggle. This is now reflected also on the saved data.
This solution is not ideal in case of multiple devices but as long as #577 is not solved its the best we can do.
2017-03-26 17:57:03 +02:00
Andreas Shimokawa
abd79ef5c9 0.18.3 2017-03-18 17:22:40 +01:00
cpfeiffer
cc159cf80f 0.18.2 2017-03-18 11:46:08 +01:00
Andreas Shimokawa
b2886b81c9 bump version, update changelog 2017-03-17 22:52:36 +01:00
cpfeiffer
f4e955dbe0 Updated changelog for 0.18.0 2017-03-15 23:42:30 +01:00
Daniele Gobbetti
0ac77fc0a4 Remove the legacy ControlCenter and its usages. Add New GUI to the changelog. 2017-03-11 19:49:57 +01:00
Andreas Shimokawa
e6928202c5 update changelog 2017-03-11 10:52:42 +01:00
Daniele Gobbetti
c23b938a9a Update changelog 2017-03-11 10:32:04 +01:00
Andreas Shimokawa
410fc0e8dc update changelogs 2017-03-08 12:51:14 +01:00
cpfeiffer
72801af0e7 Added Hebrew translation, thanks! 2017-03-03 20:48:13 +01:00
Andreas Shimokawa
9b2f47d10a Improvements to week sleep chart
Time to close #557
2017-03-03 14:21:59 +01:00
cpfeiffer
7fea11d752 Changelog: New translations for 0.18 and icons during discovery 2017-02-28 20:47:22 +01:00
Andreas Shimokawa
c23e496db6 bump version, update changelog 2017-02-20 22:19:16 +01:00
Andreas Shimokawa
c851f73265 update CHANGELOG 2017-02-11 22:42:39 +01:00
Andreas Shimokawa
2b7162055d bump version, add changelog 2017-02-09 17:18:33 +01:00
Daniele Gobbetti
b7bad268c2 Pebble: support weather for Obsidian
Ref: #482
2017-02-05 17:21:04 +01:00
Daniele Gobbetti
dccd6c1b06 Pebble: implement privacy modes
The user can choose whether to completely hide the notification text or push it off-screen. This also effects the incoming call notification.
Fixes #370
2017-02-05 16:37:59 +01:00
Daniele Gobbetti
3fcf4938b9 Changelog for Music receiver refactoring 2017-02-01 23:10:23 +01:00
Andreas Shimokawa
b0ac785066 release time 2017-01-26 15:23:43 +01:00
cpfeiffer
5d3028c123 Mi1+2: Updated changelog 2017-01-26 00:17:50 +01:00
Andreas Shimokawa
2b632d8b39 bump version, update changelog 2017-01-25 22:15:21 +01:00
Andreas Shimokawa
c39318af05 CHANGELOG, bump version, improve strings about transliteration 2017-01-22 22:30:40 +01:00
Daniele Gobbetti
a7a37fd9c8 Pebble: add a method to use the JSON keys instead of hardcoding the key ID.
This needs parsing the json but it is only done once. So far only Timestyle apphandler uses the new approach and this fi_xes the issue reported here https://github.com/Freeyourgadget/Gadgetbridge/issues/482#issuecomment-273757492
Fixes also a potential crash when the message for pebble contained a null key in one of the Pairs
2017-01-20 19:17:00 +01:00
Andreas Shimokawa
cf45c665a5 bump version update CHANGELOG 2017-01-18 22:17:59 +01:00
Andreas Shimokawa
ce67bf2c52 Pebble: make the feature to automatically delete notifications from the pebble optional
(This is not pebble specific at all but as long as other devices do not use that it will stay in the Pebble specific preference screen)
2017-01-15 00:10:40 +01:00
Daniele Gobbetti
cb3460912f Update changelog 2017-01-14 14:53:56 +01:00
Andreas Shimokawa
5e74338efe Add HPLus stuff to changelog 2017-01-11 21:43:42 +01:00
Andreas Shimokawa
bcc4fa8e9c update CHANGELOG 2017-01-10 23:28:55 +01:00
Andreas Shimokawa
8f988de49d update changelogs 2017-01-09 18:39:37 +01:00
Andreas Shimokawa
f05b51fd83 Pebble: Add option to disable call display
Closes #494
2017-01-09 14:41:02 +01:00
Andreas Shimokawa
98dc1e127e update changelogs 2017-01-09 14:11:13 +01:00
cpfeiffer
b2d9c357e7 Update changelog for Subsonic #474 2016-12-29 23:46:18 +01:00
cpfeiffer
bf777800d2 Update changelog for #478 2016-12-29 23:27:49 +01:00
Daniele Gobbetti
5f48b89dc5 Update changelog 2016-12-29 17:12:44 +01:00
cpfeiffer
9cea2fc3bd Update changelog for 0.16 2016-12-28 22:54:07 +01:00
Andreas Shimokawa
4925dec9f6 bump version, update CHANGELOG, not yet ready for release 2016-12-25 23:19:37 +01:00
Andreas Shimokawa
467e90bccb Merge pull request #473 from 6arms1leg/documentation
Added (missing) battery status display feature for Mi Band 2 to the changelog
2016-12-24 23:18:16 +01:00
Andreas Shimokawa
0bdcdbae54 update CHANGELOG, bump version 2016-12-24 23:04:01 +01:00
6arms1leg
f027dc2005 Added (missing) battery status display feature for Mi Band 2 to the changelog. 2016-12-24 14:40:03 +01:00
Andreas Shimokawa
7cb2425ffd bump version, update changelogs 2016-12-19 23:40:12 +01:00
Daniele Gobbetti
771ca948a4 Add changelog regarding #456 2016-12-19 18:20:32 +01:00
cpfeiffer
daf6d12c62 Updated changelog for Mi2 fw update 2016-12-11 02:26:45 +01:00
Daniele Gobbetti
388c47ea29 Add some changelog items 2016-12-09 20:25:00 +01:00
Andreas Shimokawa
f735739396 bump version, update changelog, add pebble time 2 to changelog as it should work 2016-12-08 19:27:25 +01:00
Daniele Gobbetti
13b761c073 Liveview: add notice to changelog 2016-12-08 09:17:45 +01:00
Andreas Shimokawa
4763731c4e update changelog, bump version 2016-12-02 23:48:58 +01:00
Uwe Hermann
6dd74d04ac code/docs: Consistently use the "Gadgetbridge" spelling.
"Gadgetbridge" appears to be the common spelling as per most docs,
code comments, wiki, and so on. Thus avoid using "GadgetBridge".
2016-12-01 17:28:51 +01:00
Uwe Hermann
82bc89f042 CHANGELOG.md: Random typo and consistency fixes. 2016-12-01 17:20:10 +01:00
cpfeiffer
092012ab31 Changelog for 0.14.3 2016-11-29 23:28:15 +01:00
Andreas Shimokawa
1862b59dad bump version and add changelog 2016-11-29 22:36:05 +01:00
Andreas Shimokawa
6106dda2a3 bump version, update changelog 2016-11-25 14:31:56 +01:00
Andreas Shimokawa
df4293108a update changelog (again) 2016-11-24 22:11:59 +01:00
cpfeiffer
02e6ce02b2 Add to 0.14.1 changelog 2016-11-24 22:03:02 +01:00
Andreas Shimokawa
6520b46238 bump version, update changelogs 2016-11-24 19:01:15 +01:00
Daniele Gobbetti
5b804effa4 Pebble: use a proper event handling in the configuration JS
This allows more advanced configuration pages to work properly. The problematic config pages emerged while fixing #431
2016-11-24 18:03:47 +01:00
cpfeiffer
8d6888a13a Remove "(next)" from 0.14.0 2016-11-22 14:43:07 +01:00
cpfeiffer
dbe96582a7 Changelog for 0.14.0 2016-11-22 00:04:12 +01:00
Andreas Shimokawa
8cb2030478 update changelogs (mi2 missing) 2016-11-21 17:44:43 +01:00
Andreas Shimokawa
1012236989 bump version, not yet release time! 2016-11-15 12:29:18 +01:00
Andreas Shimokawa
1fcd7d8144 bump version, update changelogs 2016-11-10 10:51:04 +01:00
cpfeiffer
705912172d Adjust changelog to confirmed fixed bugreports 2016-11-07 22:22:59 +01:00
Daniele Gobbetti
16c4f1a5ca Pebble: add toggle to use last known location for sunrise and sunset
This adds the feature discussed in #415, the used location is the last recorded by the network location provider, if it's not available then the stored location is used.
2016-11-06 15:42:52 +01:00
cpfeiffer
4c1b7e0328 Release 0.13.8 2016-11-04 22:19:51 +01:00
Andreas Shimokawa
2b834f96c9 update changelog 2016-10-29 19:00:53 +02:00
cpfeiffer
a4f615ce71 Update changelog for 3.1.3 2016-10-29 16:08:20 +02:00
Andreas Shimokawa
5b73690972 update changelogs again (mi band 2 stuff missing) 2016-10-29 12:00:27 +02:00
Andreas Shimokawa
9a41d4d7a2 bump version, update changelog 2016-10-28 00:51:29 +02:00
cpfeiffer
069abe17b7 Release 0.13.6 2016-10-23 23:14:05 +02:00
Andreas Shimokawa
d08012709f bump version, add changelog 2016-10-21 13:13:08 +02:00
cpfeiffer
9dc9ad6ce4 Updated changelog for 0.13.4 2016-10-11 23:36:05 +02:00
cpfeiffer
1100790456 Update changelog for 0.13.4 2016-10-10 23:17:21 +02:00
cpfeiffer
478782998e Updated changelog 2016-10-04 23:33:49 +02:00
cpfeiffer
dd217c83af Updated changelog for Mi2 icons 2016-10-03 23:36:50 +02:00
Andreas Shimokawa
6a5c3fb945 update version and changelog 2016-10-03 22:51:12 +02:00
Andreas Shimokawa
bce28fd8ac update changelogs 2016-09-30 19:16:02 +02:00
Andreas Shimokawa
b5373d9593 update changelogs again 2016-09-26 22:35:59 +02:00
Andreas Shimokawa
ea76e568cc bump version, update changelog 2016-09-26 22:11:26 +02:00
Andreas Shimokawa
5bba58cf21 bump version, add changelog 2016-09-21 19:22:26 +02:00
Andreas Shimokawa
3dea675987 bump version 2016-09-11 12:47:02 +02:00
Andreas Shimokawa
67bfe2b81e add hint about withdrawn releases 2016-09-11 00:59:21 +02:00
Andreas Shimokawa
053b9553bc correct changelog (pebble health is also affected by userid and deviceid swapping) 2016-09-11 00:36:04 +02:00
Andreas Shimokawa
57a9a7ab0b bump version, update changelog 2016-09-11 00:18:46 +02:00
Andreas Shimokawa
051c617f75 update changelogs 2016-09-05 09:27:57 +02:00
cpfeiffer
549c05cd0d Remove a slightly too technical entry 2016-09-04 21:44:28 +02:00
cpfeiffer
7c1ddc7f82 Added Mi changelog + some rewordings 2016-09-04 21:20:42 +02:00
Daniele Gobbetti
044c9ed101 Update CHANGELOG.md
Add mention of the fact that data migration is not automatically performed as first point.
Added database management activity
Fix typo and add clarification about data migration
2016-09-02 12:10:56 +02:00
Andreas Shimokawa
36b03e92b3 update changelog (in progress, incomplete) 2016-09-02 11:57:58 +02:00
cpfeiffer
802314fc13 Updates for 0.11.2 release 2016-07-15 00:48:50 +02:00
cpfeiffer
ce47f62c5b Missed a word in changelog 2016-07-08 22:01:01 +02:00
cpfeiffer
31c9d7ed3b Updated changelog for 0.11.1
(cherry picked from commit 563af6d017)
2016-07-06 23:58:21 +02:00
Andreas Shimokawa
26bab26917 bump version update changelog 2016-07-06 22:35:41 +02:00
Daniele Gobbetti
1430619c30 Implement watchapp configuration presets.
This is a quick & dirty solution that may be improved by storing multiple presets in the DB in the future.
2016-06-26 11:55:08 +02:00
Andreas Shimokawa
0a1ef37c14 bump version, update changelogs 2016-06-24 21:51:02 +02:00
Andreas Shimokawa
b2bae26d7d bump version, update changelog 2016-06-19 11:58:13 +02:00
Daniele Gobbetti
6749c493b1 Changelog for app configuration 2016-06-18 19:13:03 +02:00
Andreas Shimokawa
f20b659b86 update changelog again 2016-06-11 23:45:14 +02:00
Andreas Shimokawa
771ff7b2be bump version, update changelog 2016-06-10 22:39:00 +02:00
Andreas Shimokawa
9da050c51d update changelog 2016-05-31 13:05:55 +02:00
Andreas Shimokawa
f2cbee39f1 update changelog again
actually the last commit is responsible for the fix (even though it is not mentioned in the commit log)
2016-05-29 23:02:00 +02:00
Andreas Shimokawa
2b88720f83 fix xml changelog and add missing entry 2016-05-29 20:50:05 +02:00
Andreas Shimokawa
a13cd9d951 update changelog, bump version to 0.10.0
reasons for the bump are
- new permissing
- first contact with the timeline, although is is not very useful
2016-05-29 20:47:16 +02:00
Andreas Shimokawa
31c15bb8b8 update changelog 2016-05-24 23:55:03 +02:00
Andreas Shimokawa
884c4262cf update changelog, bump version
(also change one German string and remove two newlines :P)
2016-05-23 23:37:57 +02:00
Andreas Shimokawa
8c88223f26 update changelog 2016-05-15 23:29:19 +02:00
Andreas Shimokawa
e2def7b467 update changelog, bump version 2016-05-14 12:15:48 +02:00
cpfeiffer
6863fababe Update changelog and prepare for 0.9.6 2016-04-29 22:07:16 +02:00
cpfeiffer
c573f989d0 Prepare for 0.9.5 2016-04-21 23:13:06 +02:00
cpfeiffer
57ecba16f3 Update Changelog for 0.9.4 2016-04-09 10:05:27 +02:00
Andreas Shimokawa
10be21e07b add Pebble stuff to CHANGELOG.md (Mi Band is still missing) 2016-04-06 23:00:18 +02:00
danielegobbetti
d2af3468f0 Add support for new datalog message added in pebble firmware 3.11
This adds support for storing deep sleep data.
2016-04-06 21:48:16 +02:00
cpfeiffer
f8c761068e Updated for 0.9.3 2016-03-29 22:45:46 +02:00
Andreas Shimokawa
834a727a39 update CHANGELOG.md 2016-03-29 00:05:29 +02:00
Andreas Shimokawa
9d29e4db3f bump version, update xml changelog 2016-03-26 10:04:02 +01:00
cpfeiffer
298b7542a4 Update changelog for 0.9.2 2016-03-26 00:01:32 +01:00