summaryrefslogtreecommitdiff
path: root/android/sdl_android/src/main/java/com/smartdevicelink/managers/lockscreen/LockScreenManager.java
Commit message (Collapse)AuthorAgeFilesLines
* Reformat android Java filesNoah Stanford2022-01-051-1/+1
|
* Update Handler constructors from deprecated versions (#1726)Robert Henigan2021-09-011-1/+2
| | | | | | | | | | | | | * Update Handler constructors from deprecated * Change to mainLooper * Add null checks for myLooper to prep looper * Cleanup where looper was already prepared * Replace mainLooper with myLooper for non UI tasks Co-authored-by: Henigan <rheniga1@MGC12Z921DLVCG.fbpld77.ford.com>
* Make lockscreen show again after dismissal if a DD notification is received ↵Bilal Alsharifi2021-06-071-4/+10
| | | | | | | where DismissalEnabled is false (#1699) * Fix corner case in LockScreenManager * Update unit tests
* Correct conditional logicbugfix/issue_1515Joey Grover2020-10-051-1/+1
|
* Fix logic handling for dismiss “null” case paramJoey Grover2020-10-051-2/+6
|
* Refactor lockscreen acitivity and DD codeJoey Grover2020-10-021-17/+24
|
* Add another case for updating lockscreenJoey Grover2020-10-011-0/+4
|
* Combine bools for lockscreen dismiss extraJoey Grover2020-10-011-1/+1
|
* Fix case launching lockscreen too many timesJoey Grover2020-09-301-22/+29
| | | | Also refactored a local var according to style guide (no starting m)
* Prevent multiple startActivity calls for same intentJoey Grover2020-09-301-27/+41
|
* Run the Reformat Code tool on the projectBilal Alsharifi2020-09-171-329/+326
|
* Move proxy interfaces to better packagesfeature/move_proxy_interfacesRHenigan2020-09-151-1/+1
|
* Fix warnings in managers part 2Bilal Alsharifi2020-09-101-4/+11
|
* Merge branch 'develop' into Add-New-AnnotationsAdd-New-AnnotationsJulian Kast2020-09-031-1/+1
|\ | | | | | | | | # Conflicts: # javaSE/javaSE/src/main/java/com/smartdevicelink/protocol/SdlPacket.java
| * Feature/remove old manager methods (#1476)Robert Henigan2020-09-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove Deprecated Methods from managers * Update HelloSdl * Remove Deprecated JavaSE method * Remove deprecated methods from managers * Remove Deprecated manager methods * Remove deprecated methods from javaSE managers * Hello Sdl Java Cleanup * Remove use of deprecated methods
* | Add @RestrictTo(RestrictTo.Scope.LIBRARY)Julian Kast2020-09-011-0/+3
|/ | | | All subManager of screenManager, BaseSubManager, lockScreenManager. Parts of ScreenManager, FileManager, PermissionManager and Video and Audio stream managers
* Convert lockScreen to android xJulian Kast2020-08-111-8/+8
|
* Update Min SDK and Android API Checksfeature/0193_MinAndroidSDKRHenigan2020-07-301-30/+23
|
* Move logError to new DebugTool APIs in android/baseRHenigan2020-06-261-1/+1
|
* refactor android classes to use DebugToolRHenigan2020-06-261-2/+1
|
* PR Changes requestedRHenigan2020-04-081-13/+9
|
* Adding documentation and PR changesRHenigan2020-04-071-0/+1
|
* Pull logic into DeviceIconManager and use listenerRHenigan2020-04-031-16/+10
|
* Updates based on PR feedbackRHenigan2020-04-011-5/+5
|
* Fixes from PR ReviewRHenigan2020-03-311-7/+5
|
* Handle Edge Cases and initial testsRHenigan2020-03-251-4/+13
|
* Hash iconUrl and fix minor issuesRHenigan2020-03-241-0/+4
|
* Update Exceptions and integrate to lockscrnManagerRHenigan2020-03-241-1/+9
|
* Merge pull request #1153 from smartdevicelink/feature/lockscreen_changesBilal Alsharifi2019-08-281-20/+50
|\ | | | | LockScreen Changes
| * Simplify if conditions LockScreenManagerBilal Alsharifi2019-08-281-5/+4
| |
| * fix review commentsfeature/lockscreen_changesBrettyWhite2019-08-221-1/+10
| |
| * some of the fixes requestedBrettyWhite2019-08-221-2/+6
| |
| * merge variable declarationsBrettyWhite2019-08-201-2/+1
| |
| * lock screen changes to match iOSBrettyWhite2019-08-201-18/+37
| |
* | Update predefined window to be a enumMauricio Juarez2019-08-221-1/+1
| | | | | | | | | | Update the validations for the ONHMIStatus Update tests
* | Change to int enumMauricio2019-08-211-1/+1
| |
* | Validation of the manager on the onHMIStatusMauricio2019-08-211-1/+6
|/
* Fixed typoTuan Nguyen2019-07-301-1/+1
|
* Fix per code review's recommendations:Tuan Nguyen2019-07-171-7/+7
| | | | | - Fix spellings, remove unwanted double space - Match getter/setter name
* Fix failed CI build, handle the case where the lockscreen is not started but ↵Tuan Nguyen2019-07-111-6/+12
| | | | LockscreenManager is disposed
* Fix failed CI buildTuan Nguyen2019-07-111-2/+2
| | | | - Utilize previous null check logic for context.get()
* Revise upon the latest requirement changes:Tuan Nguyen2019-07-101-0/+25
| | | | | | | - Change dismiss motion from swipe up to swipe down - Lockscreen should not show again if user has already dismissed it for the same run - Parse lockscreen warning message from core - Add getter/setter for warning message to OnDriverDistraction
* Proposal: SDL-0119Tuan Nguyen2019-06-061-0/+6
| | | | | | Add get/set method to OnDriverDistraction for lockscreen dismissibility Notify LockScreenActivity if lockscreen is dismissible Handle swipe action for lockscreen UI
* Update to JavaDocs/Copyright headers (#1025)Joey Grover2019-04-021-0/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | * Fix JavaDoc errors * Remove unused imports * Update javadoc * Add copyright to android manager package * Update LICENSE * Add more Livio Copyrights * Add copyright to all files in base folder * Add copyrights to JavaSE files & BuildConfig task * Add copyrights to android folder classes * Update gradle to handle TravisCI building * Add newline to file when gradle being built by TravisCI * Fix typos in new JavaDoc
* Remove unused importsBilal Alsharifi2019-03-181-1/+0
|
* deprecate httputils, use fileutlsBrettyWhite2019-03-131-1/+2
|
* Move sdl_android to a subfolderBilal Alsharifi2019-03-041-0/+289