Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | To avoid going too below the warning level we set the volume when showing ↵ | Xavi Garcia Mena | 2016-03-07 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | the warning dialog to the loud_volume level. The spec states: Whenever you increase volume, for the first time in 20 hours, such that acoustic output would be more than 85 dBA, an “Increase Volume” dialog should appear. So the loud_volume is still a valid level. After setting this the user has only to press the Up button once to show the warning dialog again. When setting the loud_volume-1 value the level was decreased 2 steps below the warning level and the used had to press the up button twice. Approved by: PS Jenkins bot, Charles Kerr | ||||
| * | Set warning volume to the maximum allowed when the user presses cancel | Xavi Garcia Mena | 2016-03-01 | 1 | -1/+1 |
| | | |||||
* | | Changed following Charles's suggestions | Xavi Garcia Mena | 2016-03-02 | 2 | -8/+8 |
|/ | |||||
* | Fixed integration test | Xavi Garcia Mena | 2016-02-23 | 1 | -2/+0 |
| | |||||
* | Created new class AccountsServiceAccess to hold all accounts service operations | Xavi Garcia Mena | 2016-02-23 | 2 | -610/+621 |
| | |||||
* | added integration test to check last running player | Xavi Garcia Mena | 2016-02-23 | 5 | -11/+87 |
| | |||||
* | Changed last running player to user Accounts service | Xavi Garcia Mena | 2016-02-22 | 3 | -19/+50 |
| | |||||
* | Added persistence for last running player | Xavi Garcia Mena | 2016-02-10 | 2 | -4/+3 |
| | |||||
* | Fixed tabs | Xavi Garcia Mena | 2016-02-04 | 1 | -5/+4 |
| | |||||
* | Added Charles suggestions | Xavi Garcia Mena | 2016-02-04 | 1 | -3/+33 |
| | |||||
* | added integration tests for adding/removing players and playback controls | Xavi Garcia Mena | 2016-01-29 | 6 | -19/+659 |
| | |||||
* | in tests' PulseAudio mock, add pa_context_get_sink_input_info_list() ↵ | Charles Kerr | 2016-01-13 | 1 | -0/+19 |
| | | | | implementation | ||||
* | disable integration test PhoneChangeRoleVolume, amd64 failure seems ↵ | Charles Kerr | 2016-01-13 | 1 | -1/+1 |
| | | | | unrelated to these changes & needs fixing in separate MP | ||||
* | in the integration tests, clamp the random volume selection to a range that ↵ | Charles Kerr | 2016-01-12 | 1 | -6/+6 |
| | | | | won't cause the loud-volume-warning code to interfere with the test | ||||
* | re-enable notifications-test | Charles Kerr | 2016-01-06 | 1 | -1/+1 |
| | |||||
* | sync with trunk.15.10 | Charles Kerr | 2016-01-06 | 1 | -1/+1 |
|\ | |||||
* | | in notifications-test, make the loop test more flexible | charles kerr | 2016-01-01 | 1 | -16/+27 |
| | | |||||
* | | use a custom timer to speed up TriggerWarning's many test combinations | charles kerr | 2015-12-31 | 1 | -2/+28 |
| | | |||||
* | | expand volume warning test to include all trigger requirements | charles kerr | 2015-12-31 | 1 | -31/+74 |
| | | |||||
* | | re-add notifications-test to tests | charles kerr | 2015-12-31 | 1 | -1/+1 |
| | | |||||
* | | rename VolumeWarning.high_volume_approved as VolumeWarning.approved | charles kerr | 2015-12-31 | 2 | -3/+3 |
| | | | | | | | | | | | | After being moved into a class named "VolumeWarning", the high_volume_ prefix was redunant. | ||||
* | | add new Notifications test for volume-warning requiring headphones | charles kerr | 2015-12-30 | 1 | -0/+59 |
| | | |||||
* | | in mock Notify server, support actions required for volume warnings | charles kerr | 2015-12-30 | 1 | -1/+1 |
| | | |||||
* | | fill out volume-warning-mock's mocking capabilities | charles kerr | 2015-12-30 | 1 | -1/+9 |
| | | |||||
* | | make VolumeControl::active_output easier to mock for tests | charles kerr | 2015-12-30 | 1 | -1/+11 |
| | | |||||
* | | fix and re-enable NotificationsTest::ExtendendVolumeNotification | charles kerr | 2015-12-30 | 1 | -3/+4 |
| | | |||||
* | | simplify the Options class' properties | charles kerr | 2015-12-30 | 1 | -22/+3 |
| | | |||||
* | | break volume-warning into an abstract base and concrete pulse-based impl | charles kerr | 2015-12-29 | 2 | -1/+7 |
| | | |||||
* | | always keep volume-control's 'stream' property updated | charles kerr | 2015-12-20 | 2 | -6/+5 |
| | | |||||
* | | change volume-warning to subclass from object instead of volume-control | charles kerr | 2015-12-20 | 2 | -0/+75 |
| | | | | | | | | | | Now we're starting to get somewhere... | ||||
* | | remove 'high_volume' property from volume-control | charles kerr | 2015-12-19 | 2 | -7/+3 |
| | | |||||
* | | remove 'ready' property from volume-warning | charles kerr | 2015-12-19 | 1 | -1/+1 |
| | | |||||
* | | remove 'is-playing' property from volume-warning | charles kerr | 2015-12-19 | 1 | -2/+1 |
| | | |||||
* | | bugfix: ensure integration tests work regardless of com.ubuntu.sound ↵ | charles kerr | 2015-12-19 | 3 | -3/+24 |
| | | | | | | | | gsettings' values | ||||
* | | instantiate volume-warning and pass it to the service | charles kerr | 2015-12-19 | 2 | -10/+35 |
| | | |||||
* | | move max_volume into a reusable 'options' class | charles kerr | 2015-12-19 | 4 | -21/+49 |
|/ | |||||
* | Disable notification tests that are already covered in the integration tests ↵ | Xavi Garcia Mena | 2015-12-18 | 1 | -2/+2 |
| | | | | and fail on amd64 | ||||
* | Added workaround for Maroon in Trouble, second option | Xavi Garcia Mena | 2015-12-17 | 1 | -8/+7 |
| | |||||
* | Changes after review. Method to increment sync counter and integration test ↵ | Xavi Garcia Mena | 2015-12-02 | 1 | -4/+3 |
| | | | | changed | ||||
* | Added integration tests | Xavi Garcia Mena | 2015-12-02 | 8 | -3/+236 |
| | |||||
* | Re-added integration tests using gmenuharness | Xavi Garcia Mena | 2015-11-11 | 1 | -4/+3 |
| | |||||
* | Disable integration tests to avoid universe dependencies | Xavi Garcia Mena | 2015-11-03 | 1 | -3/+4 |
| | |||||
* | Integration tests updated | Xavi Garcia Mena | 2015-10-30 | 2 | -33/+51 |
| | |||||
* | Changes as suggested | Xavi Garcia Mena | 2015-10-27 | 1 | -4/+0 |
| | |||||
* | changed wait mechanism when stopping sound | Xavi Garcia Mena | 2015-10-26 | 1 | -3/+4 |
| | |||||
* | Changed unit test to wait for the indicator to connect the user accounts | Xavi Garcia Mena | 2015-10-26 | 6 | -8/+31 |
| | |||||
* | Disabled unit test with race condition issues | Xavi Garcia Mena | 2015-10-22 | 1 | -1/+1 |
| | |||||
* | Update unit test | Xavi Garcia Mena | 2015-10-22 | 2 | -1/+10 |
| | |||||
* | Include all the integration tests | Xavi Garcia Mena | 2015-10-22 | 1 | -4/+1 |
| | |||||
* | Removed warning label in volume notification | Xavi Garcia Mena | 2015-10-22 | 2 | -8/+8 |
| |