summaryrefslogtreecommitdiff
path: root/android/sdl_android/src/main
Commit message (Expand)AuthorAgeFilesLines
* Add null check for downloaded imagebugfix/issue_1316RHenigan2020-04-091-1/+6
* PR Changes requestedRHenigan2020-04-081-13/+9
* Add null checkRHenigan2020-04-071-1/+5
* Adding documentation and PR changesRHenigan2020-04-072-8/+52
* Pull logic into DeviceIconManager and use listenerRHenigan2020-04-032-25/+51
* Updates based on PR feedbackRHenigan2020-04-012-23/+16
* Fixes from PR ReviewRHenigan2020-03-312-63/+34
* Replace Logcat with DebugToolRHenigan2020-03-261-17/+11
* Add happy path test for getFileFromCacheRHenigan2020-03-251-1/+1
* Continue TestingRHenigan2020-03-251-0/+1
* Handle Edge Cases and initial testsRHenigan2020-03-252-36/+68
* Hash iconUrl and fix minor issuesRHenigan2020-03-242-23/+66
* Update Exceptions and integrate to lockscrnManagerRHenigan2020-03-242-29/+56
* Initial pass at Caching Lock Screen iconRHenigan2020-03-231-0/+88
* Removing check primitive vars for null in SdlFile in android projectJulian Kast2020-03-131-3/+3
* Added custom equals and hashcode method to SdlFileJulian Kast2020-03-121-0/+33
* changed isOverwrite to getOverwrite in sdlFIle in both projects and BaseFileM...add_Overwrite_PropertyJulian Kast2020-03-111-1/+1
* Merge branch 'develop' into add_Overwrite_PropertyJulian Kast2020-03-102-2/+2
|\
| * Deprecate DeviceInfo.DEVICE_OSfeature/deprecate_device_osBilal Alsharifi2020-02-282-2/+2
* | Since overwrite is set to true by default, I removed it form constructors and...Julian Kast2020-03-052-11/+3
* | Added a call in SdlArtwork default constructor to call Super empty construct...Julian Kast2020-03-041-1/+3
* | Added overwrite property to SdlFileJulian Kast2020-03-041-8/+32
|/
* Merge pull request #1281 from smartdevicelink/bugfix/issue_1279Julian Kast2020-02-251-3/+5
|\
| * Fix #1279bugfix/issue_1279Joey Grover2020-02-201-3/+5
* | Merge pull request #1271 from smartdevicelink/bugfix/notification_removal_delayBilal Alsharifi2020-02-242-3/+26
|\ \
| * | Increment router service versionbugfix/notification_removal_delayJoey Grover2020-02-112-2/+2
| * | Only add timer if notificaiton should be displayedJoey Grover2020-02-111-1/+2
| * | Delete notification channel when possibleJoey Grover2020-02-111-0/+22
| |/
* | Fixed FIleManager Javadocs for android and JavaSEJulian Kast2020-02-181-3/+3
* | Formatting and moving location of declaring FileManagerConfigJulian Kast2020-02-131-3/+4
* | Formatting FileManager in android and JavaSEJulian Kast2020-02-131-2/+8
* | Changed Location of FileManagerConfigJulian Kast2020-02-131-19/+0
* | Added FileManagerConfigJulian Kast2020-02-103-2/+47
|/
* Merge pull request #1142 from XevoInc/feature/issue-1079Bilal Alsharifi2020-01-304-20/+224
|\
| * Add setForegroundExceptionHandler to SdlRouterStatusProvider#bindToService as...Shinichi Watanabe2020-01-302-1/+2
| * Update the PR to meet the feedback at https://github.com/smartdevicelink/sdl_...Shinichi Watanabe2020-01-222-4/+2
| * Updated the PR based on the feedback at https://github.com/smartdevicelink/sd...Shinichi Watanabe2020-01-202-25/+17
| * Removed the change to SdlRouterStatusProvider#bindToService, as it was not ap...Shinichi Watanabe2020-01-143-14/+12
| * Merge remote-tracking branch 'remotes/upstream/develop' into feature/issue-1079Shinichi Watanabe2020-01-0610-91/+339
| |\
| * | Revert "Revert "Merge remote-tracking branch 'upstream/develop' into feature/...Shinichi Watanabe2020-01-0622-282/+439
| * | Revert "Merge remote-tracking branch 'upstream/develop' into feature/issue-1079"Shinichi Watanabe2019-10-0822-439/+282
| * | Merge remote-tracking branch 'upstream/develop' into feature/issue-1079Shinichi Watanabe2019-10-0822-282/+439
| |\ \
| * | | Fix the case where FindRouterTask blocks the caller if ServiceFinder returns ...Shinichi Watanabe2019-09-271-0/+1
| * | | Add timeout to FindRouterTask, and made some cleanups for unused code.Shinichi Watanabe2019-09-251-14/+3
| * | | Merge remote-tracking branch 'upstream/develop' into feature/issue-1079Shinichi Watanabe2019-09-2523-196/+907
| |\ \ \
| * | | | Initial commit for custom RouterService support, which solves issue 1079 at h...Shinichi Watanabe2019-08-024-30/+255
* | | | | Update transitions in VideoStreamManagerfeature/issue_1248Bilal Alsharifi2020-01-161-3/+2
* | | | | Fix potential NPE issue in VideoStreamManagerBilal Alsharifi2020-01-161-1/+1
* | | | | Merge branch 'develop' into feature/issue_1248Bilal Alsharifi2020-01-142-2/+2
|\ \ \ \ \
| * | | | | Fix NPE issue with IsHapticSpatialDataSupported()feature/issue_1245Julian Kast2020-01-072-2/+2
| | |_|_|/ | |/| | |