Andreas Shimokawa
11e02fbf5f
Pebble: add experimental reconnect support for standby-mode on firmware 3.x
...
- You should also set reconnect attempts to 0 in preferences when using this.
- It also works when you set flight mode on the pebble, then wait for about 5 minutes and turn BT back on
- Pebble FW 2.x support ist completely untested.
2015-12-27 19:11:40 +01:00
Andreas Shimokawa
cf5a0f19ed
update launcher icon (thanks @halcyonest)
2015-12-23 21:40:49 +01:00
Daniele Gobbetti
0dda5c214b
Add preference for reserved alarm slots (for calendar event notification)
...
Just this, no logic to support the choice yet.
2015-12-17 16:11:35 +01:00
Andreas Shimokawa
f387f7c96b
increase canned replies from 8 to 16
...
NOTE:
Total allowed bytes for all replies = 512 - (reply count - 1)
TODO:
- check with Firmware 2.9.1
- remove last reply that exceeds the 512 bytes limit completly (else it will be partly truncated)
2015-12-17 00:05:42 +01:00
Andreas Shimokawa
87674db5f9
update translation from transifex
2015-12-16 23:21:53 +01:00
Andreas Shimokawa
c6e67a9059
update icons again (thanks xphnx)
2015-12-16 23:08:27 +01:00
Ⲇⲁⲛⲓ Φi
53f8221f98
Updated Spanish translation
...
Added a line translating "Canned replies".
2015-12-15 13:43:16 +01:00
Andreas Shimokawa
3961e32c2b
update korean translation from transifex (thanks!)
2015-12-14 23:47:50 +01:00
Andreas Shimokawa
53fb63781e
WIP: Work towards SMS replies / canned replies
...
- Implement the PebbleProtocol side (2.x and 3.x)
- Add Preferences for canned replies
This can be tested by enabling untested features in Pebble Settings
It lets you see and select the replies set up in "Canned Repies" on the Pebble
You will get a "NOT IMPLENTED" message on your Pebble.
THIS DOES NOT ACTUALLY DO ANYTHING USEFUL YET.
2015-12-13 12:03:57 +01:00
Andreas Shimokawa
7cf1e0e004
Add system app icon and make use of it (thanks xphnx!)
2015-12-12 11:59:52 +01:00
Andreas Shimokawa
c9d1b9dd4a
add new icons (thanks xphnx!)
2015-12-11 21:24:00 +01:00
cpfeiffer
66ed672ad6
Updated translations from transifex (thanks!)
2015-12-08 23:50:36 +01:00
cpfeiffer
e642971b4c
Support for deleting/emptying the activity database
2015-12-08 23:42:58 +01:00
cpfeiffer
265dcd25eb
Release 0.6.28, update translations from transifex (thanks!)
2015-12-07 01:32:39 +01:00
cpfeiffer
365ce61cb6
Support for firmware upgrade/downgrade on Mi 1A.
...
I hope I didn't break firmware upgrades on some Mi 1 models
other than mine (my hardware revision is 2).
Upgrades for Mi 1S are currently disabled, we need some brave
souls who can help us test this.
Closes #173
Also see: #169
2015-12-07 01:14:06 +01:00
cpfeiffer
5a479c9175
fix typo
2015-12-07 01:13:47 +01:00
Andreas Shimokawa
729555b045
update translations from transifex (thanks)
2015-12-01 09:47:13 +01:00
Nicolò Balzarotti
99c97ccda7
Fixed italian typo
2015-11-20 23:43:24 +01:00
cpfeiffer
753286a341
Update translations from transifex (thanks!)
2015-11-03 20:44:57 +01:00
Alexey Afanasev
dde32f5a3f
ru locale updated
2015-10-25 14:28:08 +03:00
cpfeiffer
0cd9b0419c
Updated translations from transifex (thanks!)
2015-10-23 00:31:19 +02:00
cpfeiffer
52f3ca5253
Always name things positively. Negating things is bad for comprehension :-)
2015-10-19 23:36:10 +02:00
cpfeiffer
4e0fed8857
Improvements to how and when alarms are sent to the device
...
They are now sent whenever the Alarms activity is finished.
Display "All alarms disabled" when no alarm is enabled.
Unrelated: pass exceptions to GB.toast() where applicable.
2015-10-18 23:52:59 +02:00
Andreas Shimokawa
f0a1d5f8a0
update CHANGELOG.md, bump version, pull translation from transifex (thanks!)
2015-10-18 09:22:11 +09:00
cpfeiffer
b43e96318a
Also support pulldown to sync in ControlCenter #138
...
Should factor out some common code between ChartsActivity
and ControlCenter, though.
2015-10-18 01:39:25 +02:00
cpfeiffer
45fc2c181c
Add pulldown to sync and tabs in the charts activity #138
2015-10-17 17:10:14 +02:00
cpfeiffer
7dce1d62b0
Updated translations from transifex (thanks!)
2015-10-04 19:49:41 +02:00
cpfeiffer
0d27245dd1
Some more translations + reoder live activity layout
2015-10-04 00:17:24 +02:00
cpfeiffer
27aa660ca4
Use proper ellipsis
2015-10-04 00:05:26 +02:00
cpfeiffer
0a7366e458
Updated translations from transifex. Welcome Ukrainian! Thanks!
2015-10-03 21:45:40 +02:00
cpfeiffer
baa2d0b27a
Displaying live activity data works well enough
2015-10-02 23:38:07 +02:00
cpfeiffer
2149b18ae3
Yay, animating live activity data works.
...
Nice hack: MPAndroidChart supports animating values, but only animating
a new entry, going from zero to its actual value. We want to animate
a single entry changing its value.
Since it's just a single entry, we can let a custom animator do this
(without knowledge of any other entries).
2015-10-01 22:36:33 +02:00
cpfeiffer
4250a002b4
Merge branch 'master' into live-activity-data
2015-09-27 00:16:04 +02:00
Andreas Shimokawa
4f5edb7231
update German translation
2015-09-26 21:33:55 +02:00
Andreas Shimokawa
e7e583a5ba
update translations (thanks)
2015-09-26 21:23:20 +02:00
cpfeiffer
8ba307657a
Migrate from MPAndroidChart 2.1.0 to 2.1.4
...
This actually makes our CustomLegendRenderer and CustomBarChart
unnecessary.
2015-09-24 00:04:21 +02:00
Andreas Shimokawa
98b1abedac
Allow phone call notifications (also in call display) to be disabled in preferences
...
This will allow Pebble Dialer to handle these #106
2015-09-20 22:04:53 +02:00
Andreas Shimokawa
a3ef85d243
update German translation
2015-09-19 13:37:09 +02:00
Andreas Shimokawa
5fb6090be1
update Spanish translation (thanks)
2015-09-19 12:53:30 +02:00
Andreas Shimokawa
e1b02e1be4
Pebble: add option for PebbleKit support (default is disabled)
...
Also fix an endless loop when number of reconnects is set to 0
2015-09-19 12:49:34 +02:00
Andreas Shimokawa
58bbcb0035
Pebble: allow to configure reconnect attempts
...
This should help #89
2015-09-17 15:31:12 +02:00
cpfeiffer
7dedff3ce1
Add missing \ before apostrophe
2015-09-16 20:05:52 +02:00
Carsten Pfeiffer
d5087a9daa
Merge pull request #128 from kevlarcade/translate
...
correct some french translate
2015-09-16 20:01:37 +02:00
Andreas Shimokawa
6e3c839608
Allow to select preferred music player in preferences, closes #112
2015-09-16 00:53:54 +02:00
kevlarcade
78dafd6abc
correct some french translate
2015-09-15 11:59:42 +02:00
Andreas Shimokawa
7ba255080b
updaten translations from transifex (thanks!)
2015-09-12 23:30:02 +02:00
Andreas Shimokawa
70fcbbbe17
Add missing file, fixes build and #114
2015-09-12 19:20:28 +02:00
Andreas Shimokawa
0ad758fbca
WIP blacklist activity (currently does nothing except listing apps)
2015-09-10 13:48:54 +02:00
cpfeiffer
518b1ee6f4
Merge branch 'master' into live-activity-data
2015-09-07 21:41:02 +02:00
Daniele Gobbetti
6c28b50f52
allow the transfer of activity data without clearing MiBand's memory
2015-09-07 12:06:56 +02:00
cpfeiffer
020d758f69
Updated translations
2015-09-06 21:13:10 +02:00
cpfeiffer
1711a7a731
Merge branch 'master' into live-activity-data
2015-09-06 00:46:50 +02:00
cpfeiffer
b979a1feff
Renamed "Discover Device" to "Connect new Device"
...
This disambiguates it from "Find lost Device"
2015-09-06 00:35:34 +02:00
cpfeiffer
9ffa9ca870
Fix lint warning (perfomance improvement)
2015-09-06 00:29:23 +02:00
cpfeiffer
fbd23c2d4c
Some layout improvements ( #30 )
2015-09-06 00:03:56 +02:00
cpfeiffer
ed6629a9c7
Updated translations from transifex (thanks!)
2015-09-05 23:11:40 +02:00
cpfeiffer
bc3c0760d0
More WIP with live activity charts
2015-09-05 23:05:57 +02:00
cpfeiffer
8f4e933e30
More WIP on live activity:
...
- keep screen on while live activity is visible
- hide the date bar (prev&forward buttons)
- live activity chart is still nowhere near usable
2015-09-04 21:55:29 +02:00
cpfeiffer
9a1f4875fc
Temporary backup with live activity
2015-09-03 23:20:47 +02:00
cpfeiffer
42420e676b
More WIP: displays live activity data
2015-09-02 23:49:06 +02:00
Andreas Shimokawa
bc98805809
add strings from live-activity-data branch to fix build
2015-09-02 23:07:15 +02:00
cpfeiffer
ab8982e7f2
WIP: support for live display of activity data
2015-09-02 08:02:26 +02:00
cpfeiffer
a6d18e599b
Tiny simplification and extract string
2015-09-01 22:34:04 +02:00
cpfeiffer
50960277dd
Localized some firmware update texts and added some toasts on finish
2015-08-30 21:56:45 +02:00
cpfeiffer
41d8bcf634
Make firmware and app installation a bit more user friendly #30
2015-08-30 00:21:51 +02:00
cpfeiffer
87a5b09e43
Updated translations from transifex (thanks!)
2015-08-29 23:01:50 +02:00
cpfeiffer
277e5821a5
Add type="color" to fix AS designer parse errors
2015-08-29 21:59:01 +02:00
cpfeiffer
184f81fc7a
Remove unused "Settings" entry in charts menu ( #100 )
2015-08-29 20:43:53 +02:00
Daniele Gobbetti
26792717d4
Add showing when the device wasn't worn by the user
2015-08-28 14:58:30 +02:00
Daniele Gobbetti
fb5ebeacb6
Light colors for the graphs.
...
Closes #99
2015-08-28 14:58:30 +02:00
Daniele Gobbetti
2f1aa45445
Merge remote-tracking branch 'origin/master' into low_battery_notification
2015-08-28 10:40:46 +02:00
cpfeiffer
75a1068a69
Added new french translation, thanks a lot, gnupyx!
2015-08-27 23:10:05 +02:00
Daniele Gobbetti
3356a4b066
Merge remote-tracking branch 'origin/master' into low_battery_notification
...
Conflicts:
app/src/main/res/values/strings.xml
2015-08-26 15:46:33 +02:00
cpfeiffer
d0fbc57cf1
Switched position of bar and pie chart
...
First comes the pie chart (details) now, the the bar chart (overview)
Maybe we should do this differently in the sleep and week-steps
fragments, but for a start, and having it consistently, this is how it is.
2015-08-25 23:14:52 +02:00
cpfeiffer
e8a12f92be
In landscape mode, give the bar chart more space than the pie chart
2015-08-25 23:10:11 +02:00
cpfeiffer
8128651bcc
In landscape format, layout bar and pie chart horizontally
2015-08-25 23:04:04 +02:00
cpfeiffer
e47ebb8f09
Improvements to charts
...
- backward and forward buttons work better
- buttons only refresh the current fragment now
- activity shows fragment-specific titles
2015-08-25 00:33:37 +02:00
cpfeiffer
9a3769aeba
Remove the "Test" widget
2015-08-24 13:15:58 +02:00
Daniele Gobbetti
eb39ce9367
Further improvements:
...
- append a string on the control center when the device is charging
- battery status string is no more, welcome battery state enum
- the notification will not be shown when the device is charging, even if the level is below threshold
2015-08-21 08:41:57 +02:00
Daniele Gobbetti
0d8adeb7f9
Some refinements:
...
- only show the bigtext notification if the device has set extended battery info
- custom icon for the low battery notification (with license information)
- show device name in the notification
- set the notification to high priority
- the battery threshold is now set in GBDevice
2015-08-19 17:36:53 +02:00
Daniele Gobbetti
57a85e63b0
Merge remote-tracking branch 'origin/master' into low_battery_notification
2015-08-19 17:30:33 +02:00
Andreas Shimokawa
a7796ecbc6
Pebble: Emulator support
...
NOTE:
- supports aplite and basalt emulator
- needs recompilation of Gadgetbridge with INTERNET permission
TODO:
- fix disconnect issues
- emulator special packet support
- string localization
- ...
2015-08-19 00:06:15 +02:00
Daniele Gobbetti
c3e395818f
Adding support for battery events using GBDeviceEvent.
...
- show notification on low battery (closes #40 )
- Miband specific: add date of last charge and number of charges
2015-08-18 17:37:51 +02:00
cpfeiffer
bcf42f8022
Finally, the prev and next buttons do something ( #79 )
...
Far from perfect, but a start.
2015-08-17 02:22:16 +02:00
cpfeiffer
567f27b0f4
Some initial fixes found by static analysis #92
2015-08-16 00:17:16 +02:00
cpfeiffer
b6f66eb57c
Updated translations from transifex, thanks!
2015-08-15 11:42:33 +02:00
Andreas Shimokawa
5884684cad
Pebble: add option to enable untested features.
...
Bad things incoming ;)
2015-08-11 11:15:44 +02:00
Andreas Shimokawa
ce7b42d9d4
Some theme cleanups and preparations for a dark theme
2015-08-07 11:49:25 +02:00
cpfeiffer
2a2eae068a
Improvements to the install activity #30
...
- made it independent of Mi fw and Pebble fw + app classes
- automatically connect to the last used device
- some other small fixes/improvements
2015-08-06 02:17:38 +02:00
cpfeiffer
c407ed1a76
Last refactoring for now: BluetoothCommunicationService
...
- rename to DeviceCommunicationService
- move all bluetooth related bits into separate DeviceSupportFactory
class
2015-08-04 01:01:14 +02:00
cpfeiffer
7c597b325a
Big refactoring: move classes and packages around to get a better structure
...
- model package contains mostly shared interfaces (UI+service), not named GB*
- impl package contains implementations of those interfaces, named GB*
the impl classes should not be used by the service (not completely done)
- the service classes should mostly use classes inside the service and deviceevents
packages (tbd)
Every device now has two packages:
- devices/[device name] for UI related functionality
- service[device name] for lowlevel communication
2015-08-03 23:09:49 +02:00
cpfeiffer
e9f693942a
Updated translations from transifex (thanks!)
2015-08-03 01:29:06 +02:00
cpfeiffer
802f48011d
Refactoring of database access
...
- the db is now exclusively locked for one thread
- the charts read from the db and analyze data in a background thread
+ some small cleanups
2015-08-03 01:21:44 +02:00
Daniele Gobbetti
878afd79df
Allow the user to set the target number of steps for each day (fitness goal), both in the sharedpreferences and in the MiBand.
...
The value is then used in the graphs.
#31 #44
2015-07-29 18:49:16 +02:00
Andreas Shimokawa
9f591ef8b5
Refactoring: Merge Pebble app/fw installer activity and Miband firmware update Activity
2015-07-28 17:30:20 +02:00
Daniele Gobbetti
47cbf68c37
Merge remote-tracking branch 'upstream/master' into firmware_update
2015-07-25 21:36:46 +02:00
Daniele Gobbetti
f16a96e9b2
Initial support for upgrading firmware of the MiBand.
...
This release seems to be working quite well with respect to the firmware upgrading itself. The user facing part needs more work.
In order to update the firmware one has to:
- open a file ending with .fw
- switch from the firmware upgrade activity to the main one
- connect to the miband
- return to the firmware upgrade activity
- press the "install" button (that became active when the device connection was established)
Caveats:
There are almost no check wrt. the integrity of the firmware files.
2015-07-23 17:14:51 +02:00
Andreas Shimokawa
844d929748
update remaining languages from transifex
...
Please fix the removed strings on transifex. Some of them might have been removed because the original english string has been changed.
2015-07-23 16:00:36 +02:00
Andreas Shimokawa
69f4b11594
update Korean translation from transifex
2015-07-23 15:56:47 +02:00
cpfeiffer
1f2b0329c5
Misc improvelets ( #45 )
2015-07-21 21:24:35 +02:00
cpfeiffer
0f6491a11d
More WIP: sync from the charts activity
...
Also add preliminary buttons to go forward/backward in time.
2015-07-21 00:06:20 +02:00
cpfeiffer
184e0f2dea
New dependency to format durations (and use that where applicable)
2015-07-20 23:14:08 +02:00
Daniele Gobbetti
d967411d70
Add a toast to let the user know about the progress of the transfer.
2015-07-19 16:16:58 +02:00
cpfeiffer
d498bd976a
Work in progress #45
...
Comparison between Light Sleep and Deep Sleep.
(Currently wrong, needs more analysis)
2015-07-14 00:29:32 +02:00
cpfeiffer
623e4724c2
Slightly better text when no data available
2015-07-12 21:48:48 +02:00
Andreas Shimokawa
47c43e9c28
Debug Activity: Fix layout for small screens and landscape mode
...
Fixes #84
2015-07-12 20:06:47 +02:00
cpfeiffer
a6e26e5ddc
Cleanup, use fragment based charts (WIP #45 )
...
Known issue: scrolling a zoomed-in chart interferes with swiping to the
next/previous chart (so far there's just one, but...)
Workaround: Swipe down and then left or right in one go, this will let
you scroll the zoomed chart
2015-07-11 00:03:41 +02:00
cpfeiffer
cc549a6c49
Basic database import and export (to external storage)
...
(In the Debug Activity)
2015-07-08 23:11:23 +02:00
Andreas Shimokawa
33d785f67c
update translations from transifex
2015-07-05 00:21:13 +02:00
cpfeiffer
410b29dd6d
Updated translations from transifex
2015-07-01 23:26:05 +02:00
Andreas Shimokawa
594bf8c45b
Merge pull request #81 from Freeyourgadget/set-alarm-tomerge
...
Set alarms on device (miband)
2015-06-30 09:43:51 +02:00
Daniele Gobbetti
371a7bb4af
Get rid of the Checkedtextview because they weren't in line with the our style
2015-06-30 06:40:46 +02:00
Daniele Gobbetti
900511760c
further improvements:
...
- the day of week are evenly spread across the screen in the alarms detail activity
- the alarms are stored in a single shared preference (as a set) NB: you'll have to reset your alarms if you used a previous version (and also manually clean the shared preferences, but this is not needed)
- the list of alarms gets correctly updated after editing a specific alarm
- the actionbar back button saves the alarm status, the device back button doesn't. I'm not sure if it's a bug or a feature :)
2015-06-30 06:40:46 +02:00
Daniele Gobbetti
109b2bef4d
add a Toast to confirm the transfer of the alarm or to warn if the transfer wasn't possible.
2015-06-30 06:40:46 +02:00
Daniele Gobbetti
764dd70e45
low hanging fruits:
...
- add break after case
- center vertically the smart wakeup checkbox
2015-06-30 06:40:46 +02:00
Daniele Gobbetti
1caca1439a
Initial implementation of setting alarms to the Mi Band.
...
The code basically works, but there a lot of things to fix / improve.
* The alarms are stored to and read from the Shared Preferences, but there is no persistence within the app (basically they are read and stored at every access)
* The alarm list is not updated when coming back from the alarm detail view (probably related to the point above), but the actual alarm is
* The alarms preference names is sometimes built by concatenating strings, which is not really safe
* There is no check in the alarm constructor whether the stored string is a valid alarm representation
* Even though only 3 alarms can be stored on the device, we could have more in the app and let the user choose which to sync
* In the alarm detail view XML some material* drawables are used, it's possible that these break on android version < 5
* ...
2015-06-30 06:40:14 +02:00
cpfeiffer
5cde8181c9
Updated translations from transifex
2015-06-27 18:44:26 +02:00
Andreas Shimokawa
388e72d029
use our accent color for Material Design
2015-06-26 00:18:44 +02:00
Andreas Shimokawa
51595aad7a
Use Material Theme on Lollipop
2015-06-26 00:12:17 +02:00
Andreas Shimokawa
07d59322bd
Pebble: Preparations for taking screenshots
...
This commit also includes some cleanups and removal of unused code/strings
2015-06-24 00:23:38 +02:00
cpfeiffer
4b241ca9eb
Initial work on supporting multiple charts.
...
- one fragment per chart screen
- common chart code should move to fragment baseclass and the host
Activity (ChartsActivity)
Currently it's not used, change ControlCenter to invoke ChartsActivity
instead of SleepChartActivity to test it.
WIP for #79
2015-06-23 23:03:05 +02:00
cpfeiffer
23d91ac79e
Support for finding a lost device ( closes #42 )
2015-06-21 19:46:02 +02:00
cpfeiffer
c7b4f295a1
Support for vibration profiles, configurable for notifications
...
Configurable for sms, k9, incoming calls, pebble messages, generic
notifications.
Color is unfortunately not configurable so far, see #37
Closes #29
Currently provided profiles are
- staccato
- short
- medium
- long
- waterdrop
- ring
- alarm clock
2015-06-21 19:46:01 +02:00
Andreas Shimokawa
da3bff0fd4
fix German translation, fucked up by tx pull
2015-06-20 21:11:33 +02:00
cpfeiffer
e6086d6f79
updated translations from transifex
2015-06-20 20:55:21 +02:00
Andreas Shimokawa
7e1700250f
Pebble: add dev option to force latest notification protocol usage
...
When enabled it forces to use 3.x notifications on FW 3.x (2.x notifcations on FW 2.x)
When disabled 2.x notification on FW 2.x and 1.x notifications on FW 2.x are used (which is recommended)
This allows Pebble Time users to do further tests.
2015-06-19 12:34:33 +02:00
rober
c1769fb4b4
revamp icons
2015-06-17 23:44:53 +02:00
cpfeiffer
a5ae7acc63
Improved sleep chart #45
...
- use just one data set, because multiple data sets is not supported
by MPAndroidChart (the way we need it)
Now there is hardly any space between the bars anymore
Also:
- allow scaling x and y axis independently via pinch gesture
- set fixed y max value (1.0) so that the display is stable and
independent of the actual available data
- (at least temporarily) display y labels
2015-06-17 07:03:50 +02:00
Andreas Shimokawa
d2f7169de4
Really, I see no reason to look up a string for a preference key in an xml file
...
If we have to use a key to lookup the string for the key, we can just use that key as the preference key.
2015-06-13 01:12:08 +02:00
Andreas Shimokawa
cfedf4acde
Put log file option in a development option category, change order in Mi Band preference screen.
2015-06-13 00:58:23 +02:00
Andreas Shimokawa
3a6e8789c1
Update German translation
...
Also remove a string that was not supposed to be translated.
It is a preference key. Maybe it should not be in strings.xml but in its own file.
2015-06-13 00:54:43 +02:00
cpfeiffer
8aef92026c
A new sleep chart based on MPAndroidChart 45
...
- supports zooming an panning
- displays labels for all x-values (= time of day)
- fix deep vs. light sleep constants
- increase activity data buffer size for Mi Band
2015-06-11 23:37:00 +02:00
Andreas Shimokawa
042963f2e2
Escape ' in Turkish translation to fix build
2015-06-07 21:31:47 +02:00
Carsten Pfeiffer
1c8173c218
Merge pull request #64 from mtsekm/master
...
Add Turkish translation
2015-06-07 20:59:00 +02:00
cpfeiffer
3d49426a4c
updated translations from transifex
2015-06-07 20:58:04 +02:00
Tarik Sekmen
56a0935d62
Add Turkish translation
2015-06-07 17:32:47 +03:00
cpfeiffer
ba76f64bf6
Disable context menu while busy and add "Disconnect" to context menu
2015-06-07 15:31:42 +02:00
cpfeiffer
dc8d1e961d
Fix position of progress bar
2015-06-07 00:05:36 +02:00
cpfeiffer
020d8d74d6
Added "Fetch Activity Data" to the context menu.
...
With some kind of progress reporting during the fetching #45
2015-06-06 19:39:04 +02:00
cpfeiffer
9e4e50be47
Initial work on synchronizing activity data with feedback.
...
A device now has a busy flag (set during synchronization). While busy,
no other communication with the device shall occur (TODO)
Refactors the non-bluetooth actions a bit #45
Next step: make use of the busy state in ControlCenter (show
a busy cursor) and in BluetoothCommunicationService (to not call other
operations while busy)
2015-06-06 00:40:16 +02:00
cpfeiffer
7f89f4bb57
Some fixes regarding device initialization, should avoid disconnects
...
Avoid repeated initializations and device info requests. Fix unsetting
of dynamic state (e.g. battery info) when initialized.
2015-06-01 21:47:02 +02:00
Andreas Shimokawa
6ea9537d38
Start sleep activity with context menu (long press on a device)
...
This allows to see sleep data even if devices are not connected.
2015-06-01 16:57:45 +02:00
cpfeiffer
4518e8819d
Make file-logging configurable
2015-05-23 00:45:12 +02:00
cpfeiffer
c469248de1
Updated from transifex (thanks!)
2015-05-22 23:21:37 +02:00
Andreas Shimokawa
68b76aa5c5
Pebble: Get Morpheuz sleep data visualize through SleepMonitorActivity
...
This very very experimental, and needs a complete overhaul.
But it is a start ;)
2015-05-21 18:17:39 +02:00
cpfeiffer
e3c42ace2d
Updated translations from transifex (thanks!)
2015-05-17 23:01:47 +02:00
cpfeiffer
4be50b3a82
Fix typo
2015-05-17 22:57:26 +02:00
cpfeiffer
14a05c3383
Initial support for rebooting the device
...
(via the Debug activity)
Attention: no safety-confirmation dialog yet!
2015-05-17 21:58:08 +02:00
Andreas Shimokawa
2b98620ee0
Mi Band: Prepare preferences for vibration count, use number as input type for numeric field
2015-05-14 13:04:21 +02:00
cpfeiffer
68383b6c05
Updated translations from transifex (thanks!)
2015-05-12 06:34:44 +02:00
cpfeiffer
9a26769c3e
Search & replace: use slf4j for logging instead of Logcat directly
...
For a start, use android-logger as backend. Needs a better configuration
but no time right now.
For file-logging we will use logback as slf4j-implementation.
2015-05-12 06:33:37 +02:00
cpfeiffer
9195652f11
Reformatted from transifex
2015-05-10 23:59:00 +02:00
cpfeiffer
c89bba0cba
Remove explicit "Refresh" device list action
2015-05-10 21:19:07 +02:00
Andreas Shimokawa
2b84ffdc1a
update Russian translation
2015-05-10 19:07:48 +02:00
Andreas Shimokawa
1443c8088c
Change default for Pebble Notification Intents back to "when screen off"
...
Conversations accepted our PR, so we will continue to get these intents.
The option cann still turned off, in that case Conversations' notifications are
picked up by our generic notification support.
2015-05-10 15:07:28 +02:00
Andreas Shimokawa
22daa507ce
readd Italian string that was removed by accident (or by transifex)
2015-05-10 14:22:44 +02:00
Andreas Shimokawa
7f5b495480
Move Mi Band MAC address setting to Mi Band Settings
2015-05-10 13:08:28 +02:00
Andreas Shimokawa
e78c912be3
Only sync time on time/timezone changes if appropriate option is set.
2015-05-10 11:21:16 +02:00
Andreas Shimokawa
f9efa36322
Add Russian translation (thanks astra1!)
2015-05-10 10:02:12 +02:00
cpfeiffer
fa9bed81ce
Updated translations
2015-05-10 00:21:08 +02:00
cpfeiffer
1a7c3c42e4
Do both BT and BTLE discovery (one after another) #33
2015-05-09 23:54:47 +02:00
cpfeiffer
29cc364f8a
Updated translations
2015-05-09 21:47:03 +02:00
cpfeiffer
ab5d5f6c6f
Made Mi Band preferences localizable
2015-05-09 21:43:04 +02:00
Andreas Shimokawa
8112d4afd8
update stings
2015-05-08 12:56:17 +02:00
Andreas Shimokawa
6f162c593b
Pebble message intent notifications default to "never" now
...
If these get turned on, Conversations notifications will be handled through Pebble message intents and get filtered out from generic notifcation handling.
2015-05-08 12:50:42 +02:00
cpfeiffer
ddc2f116aa
Updated German translation
2015-05-08 00:48:51 +02:00
cpfeiffer
d036f0539d
Added missing resource strings and clean up layouts
2015-05-08 00:42:46 +02:00
cpfeiffer
9801a94704
Revert "Updated translation from transifex"
...
This reverts commit 45fde87df6
.
2015-05-07 23:56:04 +02:00
cpfeiffer
45fde87df6
Updated translation from transifex
2015-05-07 23:54:59 +02:00
cpfeiffer
b2518ff927
Discovery + pairing now works
...
User info is asked on demand before starting the actual pairing.
When no (valid) user info is given, dummy user infor will be used instead.
2015-05-07 23:52:44 +02:00
Andreas Shimokawa
70889e5326
fix italian string, which would cause FC
2015-05-07 22:32:30 +02:00
cpfeiffer
cf360455a0
updated translations from transifex
2015-05-07 22:05:57 +02:00
cpfeiffer
84a89c7c9b
ignore values-en, always created by tx pull -a
2015-05-07 20:46:24 +02:00
cpfeiffer
a23690c8e1
Initial support for Mi Band specific settings
...
(User info for now).
TODO: We need to have that information *before* starting a connect
2015-05-07 01:32:17 +02:00
Andreas Shimokawa
44333c4244
Fix some German strings, simplify SMS/K9-Mail strings
2015-05-07 00:11:43 +02:00
cpfeiffer
fa57bf11a2
Fix some German translations
2015-05-06 23:16:15 +02:00
cpfeiffer
637cc3be51
Connected devices are typically not discoverable ( #33 )
2015-05-06 23:00:06 +02:00
cpfeiffer
dbffd5a42f
Updated translations from transifex ( #46 )
...
Needed to use pull -a to get new languages (here: italian)
2015-05-06 17:39:46 +02:00
cpfeiffer
dc6fd8cb61
Translation updated from Transifex
2015-05-05 23:39:47 +02:00
Andreas Shimokawa
3e85efa898
Display battery level if known. Should work on Miband, untested.
2015-05-05 22:52:25 +02:00
Andreas Shimokawa
d09b5442cf
Put FW/HW info inside its own TextView to cleanup the device list
2015-05-05 11:16:57 +02:00
cpfeiffer
9df661bd96
Initial (ugly) support for device discovery and pairing ( #3 )
2015-05-05 00:48:54 +02:00
Andreas Shimokawa
e859ece7c6
Add Support for notifications send to Pebble from 3rd party applications
...
This enables support for Conversations without using generic notificaion support.
Other applications could also work partly but are untested.
This commit also changes the SettingsActivity to use Comboboxes instead of two
Checkboxes for each notification source.
2015-05-04 01:03:56 +02:00
xphnx
cac3bc01a9
Update strings.xml
2015-05-01 17:20:17 +02:00
Andreas Shimokawa
93b463c47e
update German translation
2015-05-01 10:08:24 +02:00
cpfeiffer
8b3b4d0882
#46 make all strings localizable
2015-05-01 01:26:30 +02:00
Andreas Shimokawa
75b9d0e833
simplyfy SettingsActiviy code
2015-05-01 00:56:16 +02:00
Andreas Shimokawa
b256c9ed15
set utf-8
2015-04-30 00:58:04 +02:00
Andreas Shimokawa
959626049e
add Spanish translation (thanks xphnx!)
2015-04-30 00:57:36 +02:00
Andreas Shimokawa
f8bbbdb47c
add Korean translation (thanks halcyonera!)
2015-04-30 00:54:32 +02:00
Andreas Shimokawa
b7c3578e5b
add German translation (quick & dirty)
2015-04-30 00:50:16 +02:00
cpfeiffer
62a41ac5be
Fix manual input of bluetooth MAC address
...
(must be uppercase characters)
2015-04-13 01:07:46 +02:00
Andreas Shimokawa
b3c036ef3b
add missing files
2015-04-11 01:08:02 +02:00
Andreas Shimokawa
2c1cacedb3
Pebble: working on app installation (WIP, do not use)
2015-04-06 20:58:35 +02:00
Andreas Shimokawa
13d734b0f1
add development option to set a miband device address so it appears in our list.
...
This is only meant for future development, there is no MI Band support yet!
2015-04-01 23:00:05 +02:00
Andreas Shimokawa
2c50f95a92
update Pebble icon, add Miband icon
2015-04-01 22:12:49 +02:00
Andreas Shimokawa
ed2e177fcb
Remove direct PebbleProtocol usage. Add GBDeviceProtocol as a base class for all protocols.
...
Also add a empty MibandProtocol
2015-04-01 18:34:52 +02:00
Andreas Shimokawa
9d74cee093
add icons for pebble and watchfaces. Store app type in GBDeviceApp. Store device type in GBDevice.
2015-03-31 23:34:19 +02:00
Andreas Shimokawa
d9a2d85f6d
Fix for DST (summer time), option to sync time on connect (enabled by default)
2015-03-29 17:12:06 +02:00
Andreas Shimokawa
4117444c26
Display app name, company and version when opening a .pbw file from a filemanager
2015-03-28 23:23:10 +01:00
Andreas Shimokawa
b3251a33f2
show hint at the bottom of the Main Activity, update README.md, bump to 0.1.4
2015-03-27 12:33:51 +01:00
Andreas Shimokawa
0dacc1f9c7
make sure Intent broadcasts do not leave Gadgetbridge, add missing xml file
2015-03-27 12:13:19 +01:00
Andreas Shimokawa
42e53c3c8d
support removing apps/watchfaces
2015-03-26 18:11:47 +01:00
Andreas Shimokawa
0ccb818f58
Added AppManager, does not do anything useful yet. Only lists installed Apps.
2015-03-25 22:23:45 +01:00
Andreas Shimokawa
2e7f45433a
display connection status in the device list
2015-03-22 23:38:51 +01:00
Andreas Shimokawa
ecb7a9f3b5
Remove quit button from the service notification, put a quit item in the context menu instead. Closes #12
2015-03-22 13:10:45 +01:00
Andreas Shimokawa
4e465928e6
List all suported devices and connect on tap. Remove the connect button.
2015-03-21 18:18:07 +01:00
Andreas Shimokawa
c56194c0e5
* Add option to start Gadgetbridge and connect automatically when bluetooth is turned on.
...
This closes #9
2015-03-17 21:41:58 +01:00
Andreas Shimokawa
eeb74b4c61
Preferences: "Generic Notification Support" is no longer a checkbox - it now opens the Android Notificaion Permission Dialog
...
If the permission is not granted we wont get notfifications, an extra preference for
Gadgetbridge is pointless, so I removed it.
2015-03-15 21:36:39 +01:00
Andreas Shimokawa
85ccafc922
Experiment with styling.
2015-03-07 15:32:34 +01:00
Andreas Shimokawa
e52e26168a
quick&dirty preference screen. Allows to enable/disable SMS/K9/generic notifications
2015-03-06 14:00:56 +01:00
Andreas Shimokawa
e0c146bde9
add notification icon. This fixes #2
2015-02-24 12:36:38 +01:00
Andreas Shimokawa
20b3dffba6
initial support for music playback information (artist, album, track), fix encoding of empty strings in PebbleProtocol
2015-02-08 23:53:40 +01:00
Andreas Shimokawa
a47ba3c96f
Cleanup main Activity, move debug code to DebugActivity, added Call related debug buttons, add state tracking to PhoneCallReceiver, support in-call display of incoming calls (untested)
2015-02-07 12:58:18 +01:00
Andreas Shimokawa
2793669e88
New icon
2015-02-06 14:28:57 +01:00
Andreas Shimokawa
243b9f0a88
Various changes to Service, Activity and Notification handling
...
- Bluetooth connection is now established in BtSocketIOThread
- Service is now started as soon as the main activity is started
- changed "start service" button to "connect" button
- quit button in service notification now also quits the main activity
- Service notification now displays "Gadgetbride started",
"connected to Pebble XXXXX" and "not connected" depending on connection state
2015-02-06 13:55:44 +01:00
Andreas Shimokawa
ebf4c73e02
Added (ugly) icons.
...
But having ugly icons is better than having default icons....
2015-01-29 00:37:54 +01:00
Andreas Shimokawa
fcaf099e70
fix various annoyances
...
- only ask for notication monitoring permissions the on first start
- filter out annoying system messages like keyboard notifications
- rearrange buttons
- bugfix for message being ignored when sending a test message to the
Pebble (sender was used as message content)
2015-01-18 22:44:38 +01:00
Andreas Shimokawa
88bb645834
Add ACTION_SETTIME to Service and add a corresponding button in the ControlCenter activity
2015-01-18 01:10:44 +01:00
Andreas Shimokawa
85fcdb208a
Put Bluetooth communication into a foreground service and keep socket open.
2015-01-12 00:35:15 +01:00
Andreas Shimokawa
dada70e92c
First checkin of actual code
2015-01-07 14:00:18 +01:00