145 Commits

Author SHA1 Message Date
Chris Babcock
531eaf31e2 Add store version as a comment to main and patch OBB files so they are unique for uploading to Play Store
#jira UE-79037
#ue4
#android
#fyi Jack.Porter,Allan.Bentham
#rb Jack.Porter

#lockdown Cristina.Riveron

[CL 8092125 by Chris Babcock in 4.23 branch]
2019-08-16 12:17:33 -04:00
Chris Babcock
97fb591800 Change distribution install batch files to use mkdir/cp instead of mv to intall OBB files to get around new restrictions in Android 9
#jira UE-78912
#ue4
#android
#fyi Jack.Porter
#rb Thomas.Ross

#lockdown Cristina.Riveron

[CL 8042104 by Chris Babcock in 4.23 branch]
2019-08-14 16:17:56 -04:00
Chris Babcock
2669cc04e2 Add support for store version offset by architecture
#jira UE-67565
#ue4
#android
#fyi Jack.Porter
#rb Thomas.Ross

[CL 7434544 by Chris Babcock in 4.23 branch]
2019-07-17 19:00:16 -04:00
Chris Babcock
874a61eec2 Generated SymbolizeCrashDump for Android was invalid (Contributed by gaeden)
#jira UE-76452
#PR #5959
#ue4
#android
#rb trivial

[CL 7095160 by Chris Babcock in 4.23 branch]
2019-06-19 13:33:28 -04:00
Ben Marsh
0cc6e3dca6 Copying //UE4/Dev-Build to Dev-Main (//UE4/Dev-Main)
#rb none
#rnx

[CL 6631504 by Ben Marsh in Main branch]
2019-05-24 11:51:54 -04:00
chris babcock
1ce0740a65 Add support for embedded builds to optionally append to DisplayName on Android
Provide optional second Gradle invocation after APK generated

#android
#rb Peter.Sauerbrei



#ROBOMERGE-SOURCE: CL 6451020 via CL 6451037 via CL 6451873

[CL 6451943 by chris babcock in Main branch]
2019-05-14 15:30:43 -04:00
chris babcock
36abe6bc37 Add option to split OBB into main and patch if exceeds OBB size limit
#ue4
#android
[FYI] Jack.Porter
#rb Dmitriy.Dyomin



#ROBOMERGE-SOURCE: CL 6103655 via CL 6103711 via CL 6103784

[CL 6103790 by chris babcock in Main branch]
2019-04-25 23:36:29 -04:00
Josh Adams
d0bf843c9c - Merging Dev-Kairos/Engine/... to Main/Engine/...
- Brings over the necessary engine changes for embedding UE4 mobile as a dylib/so in native mobile app
- Various changes for facial animation, screen recording, others
- ARKit and ARCore plugins were removed, as deemed "not ready"
#rb many people


#ROBOMERGE-OWNER: josh.adams
#ROBOMERGE-AUTHOR: josh.adams
#ROBOMERGE-SOURCE: CL 5201138 via CL 5203024

[CL 5226277 by Josh Adams in Main branch]
2019-02-27 11:57:17 -05:00
justin marcus
4ac252c5d3 Android Automation
Don't rebuild OBB unless it's dependencies are out of date.  This keeps it from being redeployed with every run which is very time consuming.

[at]Daniel.Lamb [at]Chris.Babcock


#ROBOMERGE-SOURCE: CL 5093841 via CL 5096333

[CL 5096388 by justin marcus in Main branch]
2019-02-20 15:48:55 -05:00
daniel lamb
ca982935ec Added support for querying for updates from our backend.
#RB Andrew.Grant
#ROBOMERGE-OWNER: daniel.lamb
#ROBOMERGE-AUTHOR: daniel.lamb
#ROBOMERGE-SOURCE: CL 4974614 via CL 4975418

[CL 4976676 by daniel lamb in Main branch]
2019-02-12 17:16:34 -05:00
daniel lamb
a571dc59ea Added support for using UE_SDK_ROOT (carefullyredist) in build scripts.
[FYI] Chris.Babcock


#ROBOMERGE-SOURCE: CL 4841911 via CL 4844765

[CL 4844786 by daniel lamb in Main branch]
2019-01-30 12:32:25 -05:00
Jack Porter
068ca68f0b Merging //UE4/Main/Engine/... to //UE4/Dev-Mobile
#rb None

[CL 4749281 by Jack Porter in Dev-Mobile branch]
2019-01-17 21:54:28 -05:00
Ben Marsh
129aac0526 Merging //UE4/Dev-Main to Dev-Build (//UE4/Dev-Build)
#rb none
#rnx

[CL 4706788 by Ben Marsh in Dev-Build branch]
2019-01-10 20:03:35 -05:00
Ben Marsh
0f885bbf64 Switch UAT and UBT to use .NET 4.6.2, in order to support long file names (which is enabled via an app.manifest file in each application).
#rb none

[CL 4679962 by Ben Marsh in Dev-Build branch]
2019-01-03 16:47:48 -05:00
Jack Porter
0245e895e4 Merging //UE4/Dev-Main to Dev-Mobile (//UE4/Dev-Mobile)
#rb None

[CL 4675678 by Jack Porter in Dev-Mobile branch]
2019-01-01 23:32:24 -05:00
Ben Marsh
530369c613 Merging //UE4/Dev-Main to Dev-Build (//UE4/Dev-Build)
#rb none
#rnx

[CL 4662695 by Ben Marsh in Dev-Build branch]
2018-12-14 14:49:12 -05:00
Ben Marsh
b0da1f4fe7 Merging //UE4/Dev-Main to Dev-Build (//UE4/Dev-Build)
#rb none

[CL 4577636 by Ben Marsh in Dev-Build branch]
2018-11-19 10:12:17 -05:00
Jack Porter
3fbd86df3b Merging //UE4/Dev-Main to Dev-Mobile (//UE4/Dev-Mobile)
#rb None
#jira None

[CL 4575485 by Jack Porter in Dev-Mobile branch]
2018-11-18 21:43:40 -05:00
Jack Porter
a400cb96bf Merging //UE4/Dev-Main to Dev-Mobile (//UE4/Dev-Mobile)
#rb None
#jira None

[CL 4564204 by Jack Porter in Dev-Mobile branch]
2018-11-13 23:40:18 -05:00
Sorin Gradinaru
85f45535b2 UE-50603 Cook on the fly process does not finish when closing the app on Android
UE-64633 UFE continually relaunches closed Android app on device

#jira UE-50603
#jira UE-64633
#Android
#4.22
#rb Jack.Porter

AndroidPlatform.Automation.cs - adding a return value for RunClient, because the calling method uses the HasExited field

[CL 4561336 by Sorin Gradinaru in Dev-Mobile branch]
2018-11-13 05:20:52 -05:00
Ben Marsh
12556694a9 Merging //UE4/Dev-Main to Dev-Build (//UE4/Dev-Build)
#rb none

[CL 4395986 by Ben Marsh in Dev-Build branch]
2018-09-25 14:44:28 -04:00
Marc Audy
af90b7bcd4 Copying //UE4/Fortnite-Staging to Dev-Main (//UE4/Dev-Main) @ 4395008
#rb
#rnx
#lockdown Nick.Penwarden

[CL 4395058 by Marc Audy in Main branch]
2018-09-25 10:11:35 -04:00
Mike Erwin
f21fbb5ebd UAT: fix Stage & Iterative Deploy leaving behind old files
For iterative deploy on Android, files & directories not in staging will be zapped from the device.
Tested with Samsung Galaxy S6+ (Android 6.0) and Google Pixel 2 (Android 9.0)

#jira UE-61686
#rb @chris.babcock

[CL 4369737 by Mike Erwin in Dev-Build branch]
2018-09-17 13:57:39 -04:00
Sorin Gradinaru
b3197b5ff1 UE-56076 Android Launch On "Running..." toast intermittently doesn't appear
#jira UE-56076
#Android
#4.21
#rb Jack.Porter

wait before getting the process list with "adb shell ps" - on some devices the list is not yet ready

[CL 4339599 by Sorin Gradinaru in Dev-Mobile branch]
2018-09-03 05:15:28 -04:00
Jack Porter
079be7f538 Merging //UE4/Dev-Main to Dev-Mobile (//UE4/Dev-Mobile)
#rb None
#jira 0

[CL 4293080 by Jack Porter in Dev-Mobile branch]
2018-08-16 13:53:43 -04:00