Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
130 commits
Select commit Hold shift + click to select a range
1656b45
Update sdk to 31
bilal-alsharifi Jul 28, 2021
26ccb8b
Update sdk to 31
bilal-alsharifi Jul 28, 2021
664e305
Add the new required android:exported="true" attr
bilal-alsharifi Jul 28, 2021
01ca770
Add FLAG_IMMUTABLE to PendingIntent
bilal-alsharifi Jul 28, 2021
8bb0272
Update BT Permissions and Notification Behavior
Sep 15, 2021
121a51f
Merge branch 'develop' into feature/android_12_fixes
Sep 15, 2021
4cb096b
Add targetApi
Sep 15, 2021
250dffb
RS Notificaiton only if has connected before
Sep 16, 2021
49b8180
Get BT permissions as runtime permissions
Sep 21, 2021
d1a77c9
Merge branch 'develop' into feature/android_12_fixes
Sep 21, 2021
08def32
Update SecurityQueryPayload to include json data
RHenigan Oct 22, 2021
74e2a64
Use ErrorCode enum instead of hard coded values
RHenigan Oct 25, 2021
445c576
Fix issue #1756
bilal-alsharifi Oct 25, 2021
cdadf4e
Update unit tests to include tests for WindowCapabilitySupportsPrimar…
bilal-alsharifi Oct 25, 2021
4593a88
Updte findAllArtworksToBeUploadedFromCells() to check if images are s…
bilal-alsharifi Oct 25, 2021
35275fc
Add errorCode byte to response payload
RHenigan Oct 25, 2021
a35281d
Fix change from testing
RHenigan Oct 25, 2021
b929655
Merge branch 'release/5.3.0_RC' into bugfix/issue_1753
RHenigan Oct 25, 2021
327d8d6
Only set immutable flag if android 12 or newer
RHenigan Oct 27, 2021
a07bd7c
Enable or disable rs based on permission
RHenigan Oct 28, 2021
17d39c2
Toggle Service enabled based on BT permissions
RHenigan Oct 29, 2021
4cb8e19
Merge branch 'develop' into bugfix/issue_1756
bilal-alsharifi Oct 29, 2021
316c673
BroadcastReceiver changes
RHenigan Nov 2, 2021
90f8a4a
Merge branch 'develop' into feature/android_12_fixes
RHenigan Nov 2, 2021
01fae83
Stop service is disabled
RHenigan Nov 2, 2021
8c58dc4
Fix broadcastReceiverBehavior
Nov 3, 2021
4626dca
Extract isRPCVersionBetween5And7() into a seaparate method
bilal-alsharifi Nov 8, 2021
28a8bfe
Fix never upload AddSubmenu RPC (menu cell w/ subcells) primary image…
bilal-alsharifi Nov 8, 2021
9237659
Simplify cellsWithRemovedPropertiesFromCells()
bilal-alsharifi Nov 8, 2021
a627e9e
Update MenuReplaceUtilitiesTests
bilal-alsharifi Nov 8, 2021
9eb0069
Merge branch 'feature/android_12_fixes' of github.com:smartdevicelink…
RHenigan Nov 9, 2021
7bd28d7
Allow USB to start Router Service if no BT perm
RHenigan Nov 12, 2021
7024b2a
Align to iOS
RHenigan Nov 15, 2021
a26db32
Add test
RHenigan Nov 15, 2021
03880c4
Add check to see if bluetooth adapter is available before we send the…
Nov 16, 2021
93280da
Update android, javaSE & javaEE gradle setup to read version for one …
bilal-alsharifi Nov 16, 2021
f094e56
Alignment to iOS
RHenigan Nov 16, 2021
e5bb2cf
Fix initCheck in RS
RHenigan Nov 18, 2021
71dc5f6
Add PendingIntents to start services from RS
RHenigan Nov 19, 2021
b1bf822
Merge pull request #1759 from smartdevicelink/bugfix/issue_1756
bilal-alsharifi Nov 22, 2021
423836c
Merge pull request #1758 from smartdevicelink/bugfix/issue_1753
Nov 22, 2021
18133ce
Add Check for TransportType to RS
RHenigan Nov 23, 2021
f866291
Update RS to pick idedal RS
RHenigan Nov 29, 2021
a76ac65
Remove secondPass Logic
RHenigan Nov 30, 2021
71f80f4
Add notification to remind user to allow bluetooth permissions
bilal-alsharifi Nov 30, 2021
2445b37
Resolve #1774
noah-livio Dec 7, 2021
72e24b5
Add tests
noah-livio Dec 7, 2021
c9da956
Update Javadoc with throws annotations
noah-livio Dec 7, 2021
1e729eb
Merge branch 'master' into develop
RHenigan Dec 8, 2021
b2b1e59
Merge pull request #1766 from smartdevicelink/bugfix/issue_1661
bilal-alsharifi Dec 14, 2021
0aebb4e
Removing throwing of IllegalStateException
noah-livio Dec 14, 2021
b00cea5
Remove unused import
noah-livio Dec 14, 2021
8413d94
Make changes discussed in #1776 review
noah-livio Dec 15, 2021
f95aec3
Fix a small typo in the unit test javadoc
noah-livio Dec 15, 2021
90f84ef
Add timeout units to Javadoc comments
noah-livio Dec 16, 2021
648bdc3
Cleanup code and modify tests
noah-livio Dec 17, 2021
9a82059
Move states assignment back to original line
noah-livio Dec 17, 2021
053ac1b
Add duplicate name check to setStates()
noah-livio Dec 17, 2021
d0f783c
Replace tabbed indents with 4 spaces
noah-livio Jan 5, 2022
ec96925
Reformat android Java files
noah-livio Jan 5, 2022
97e2dee
Reformat base Java files
noah-livio Jan 5, 2022
04b10b7
Reformat Java template files
noah-livio Jan 5, 2022
797aa89
Reformat javaEE Java files
noah-livio Jan 5, 2022
1683adc
Reformat javaSE Java files
noah-livio Jan 5, 2022
ab50c0e
Add time units to Slider class
noah-livio Jan 6, 2022
039503d
Merge pull request #1778 from noah-livio/bugfix/issue_1775
bilal-alsharifi Jan 6, 2022
2632859
Fix some potential NPEs when session is null
bilal-alsharifi Jan 7, 2022
9d47512
Add AssertionErrors as per iOS alignment
noah-livio Jan 7, 2022
386027f
Remove redundant conditions and commented code
noah-livio Jan 7, 2022
75d1e1e
Add AssertionError to SoftButtonState
noah-livio Jan 7, 2022
d15498f
Add test for initialStateName check
noah-livio Jan 10, 2022
ff103a8
Revert some excessive formatting changes
noah-livio Jan 10, 2022
34c0622
Revert addtion of AssertionErrors
noah-livio Jan 11, 2022
b2bf542
Revert changes to Grafika files
noah-livio Jan 11, 2022
b232716
Revert out of scope changes
noah-livio Jan 11, 2022
528769f
Update SoftButtonManagerTests test
noah-livio Jan 20, 2022
e183f35
Update ScreenManagerTests test
noah-livio Jan 20, 2022
c0e5a39
Attepted fix of NPE in #1783
noah-livio Jan 25, 2022
398ae47
Add additional null check
noah-livio Jan 25, 2022
6f1b478
Add unit tests
noah-livio Jan 25, 2022
150f294
Merge branch 'develop' into bugfix/issue_1783
noah-livio Jan 25, 2022
666f99a
Fixes from PR feedback
noah-livio Jan 26, 2022
8432443
Revert SdlManager default constructor
noah-livio Jan 26, 2022
14b7569
Review and standup feedback fixes
noah-livio Jan 28, 2022
11fb324
PR feedback fixes
noah-livio Jan 31, 2022
454e1e6
Merge pull request #1782 from smartdevicelink/cleanup/proposal_sdl_02…
Feb 1, 2022
39efd8e
PR feedback change
noah-livio Feb 1, 2022
3d1e54e
Merge pull request #1776 from noah-livio/bugfix/issue_1774
Feb 3, 2022
acffcf2
PR feedback changes
noah-livio Feb 4, 2022
e816eec
Remove new unit tests
noah-livio Feb 4, 2022
b51cda0
Merge pull request #1786 from smartdevicelink/bugfix/issue_1783
Feb 8, 2022
5727e3a
Add checks for more references to session
RHenigan Feb 8, 2022
997b231
Merge branch 'develop' into feature/android_12_fixes
RHenigan Feb 11, 2022
0dfdb87
Proposal Revision Changes
RHenigan Feb 11, 2022
578a182
Add Bt check for t permissions notificaiton
RHenigan Feb 14, 2022
9182e91
Add more null checks and synchronized blocks
noah-livio Feb 14, 2022
73eab78
Merge branch 'bugfix/issue_1781' of origin
noah-livio Feb 14, 2022
37b307f
Merge branch 'develop' into bugfix/issue_1781
noah-livio Feb 14, 2022
3f04eba
Create and use SESSION_LOCK object
noah-livio Feb 14, 2022
475e170
Remove BT Scan Permission Check
RHenigan Feb 14, 2022
6fd76ae
Router Service Version increase
RHenigan Feb 14, 2022
3b2f02b
Clean up and comments
RHenigan Feb 14, 2022
85e7f29
Initialize session in synchronized block
noah-livio Feb 15, 2022
e740133
Merge pull request #1784 from smartdevicelink/bugfix/issue_1781
Feb 15, 2022
e5398b4
Prevent NPE in SdlDeviceListener (#1789)
Feb 16, 2022
48f7cb0
Dev Review Fixes
RHenigan Feb 21, 2022
10b1977
Fix Typos
theresalech Feb 22, 2022
5a3a650
Merge pull request #1793 from smartdevicelink/bugfix/issue_1792
joeljfischer Feb 23, 2022
bbbfb8c
Re-Review changes
RHenigan Feb 23, 2022
2600817
Fix edge case with permissions being revoked
RHenigan Feb 24, 2022
52192be
Make sure errorCode is not cut off (#1791)
Feb 24, 2022
03a0682
Remove accidental ignore
RHenigan Feb 24, 2022
dab6bc6
Merge pull request #1771 from smartdevicelink/feature/android_12_fixes
joeygrover Feb 24, 2022
2815655
Update changelog for 5.4 release
JulianKast Mar 8, 2022
7094f6f
Update name and version code
JulianKast Mar 8, 2022
0f75391
Fix LCM to close down properly (#1796)
joeygrover Mar 23, 2022
4784a4b
Add error logging when removing empty voice commands and voice comman…
noah-livio Mar 25, 2022
a624a06
Bugfix/rs notification issue usb (#1797)
joeygrover Mar 28, 2022
01fa481
Add multiple checks to supportsSoftButtonImages() (#1801)
noah-livio Apr 8, 2022
1abdbf8
Replace testCompile with testImplementation (#1806)
noah-livio Apr 8, 2022
188ce55
Fix auto restart video stream to ensure hmi level is streamable
JulianKast Apr 8, 2022
c163c17
Improve handling of unsupported resolutions (#1804)
noah-livio Apr 11, 2022
c67fd74
Changed a log error to a log info, This appears to not be an error.
JulianKast Apr 11, 2022
3260eac
Kept getting a error message form core "WARNING: EglCore was not expl…
JulianKast Apr 11, 2022
4081f83
Add behavior that video streaming will start back up if the app went …
JulianKast Apr 11, 2022
eabf5cc
Remove added space
JulianKast Apr 11, 2022
eea49e9
Add mEglCore release and set it to null in shutdown of VDE. And rever…
JulianKast Apr 11, 2022
64ade94
Merge pull request #1808 from smartdevicelink/video_streaming_restart…
noah-livio Apr 11, 2022
ec8ca36
Update RC changelog and update version to 5.4.0
JulianKast Apr 13, 2022
a174b5d
remove space in changelog
JulianKast Apr 13, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Reformat javaEE Java files
  • Loading branch information
noah-livio committed Jan 5, 2022
commit 797aa89b2c04be888b49dc63cfded73fe9d5b8b0
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ public void onTriggered(TriggerSource trigger) {
}
});

MenuCell mainCell5 = new MenuCell("Clear the menu", null, null, null,null, null, new MenuSelectionListener() {
MenuCell mainCell5 = new MenuCell("Clear the menu", null, null, null, null, null, new MenuSelectionListener() {
@Override
public void onTriggered(TriggerSource trigger) {
DebugTool.logInfo(TAG, "Clearing Menu. Source: " + trigger.toString());
Expand Down Expand Up @@ -353,7 +353,7 @@ private void showAlert(String text) {
sdlManager.getScreenManager().presentAlert(alertView, new AlertCompletionListener() {
@Override
public void onComplete(boolean success, Integer tryAgainTime) {
DebugTool.logInfo(TAG, "Alert presented: "+ success);
DebugTool.logInfo(TAG, "Alert presented: " + success);
}
});
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
import java.net.URI;

public class TestValues {
public static final boolean GENERAL_BOOLEAN = true;
public static final byte[] GENERAL_BYTE_ARRAY = new byte[0];
public static final String GENERAL_STRING = "test";
public static final FileType GENERAL_FILETYPE = FileType.BINARY;
public static final URI GENERAL_URI = URI.create("http://www.google.com");
public static final boolean GENERAL_BOOLEAN = true;
public static final byte[] GENERAL_BYTE_ARRAY = new byte[0];
public static final String GENERAL_STRING = "test";
public static final FileType GENERAL_FILETYPE = FileType.BINARY;
public static final URI GENERAL_URI = URI.create("http://www.google.com");
}