summaryrefslogtreecommitdiffstats
path: root/updater_sample (unfollow)
Commit message (Expand)AuthorFilesLines
2019-12-10updater_sample: add internet access permissionJindong1-0/+1
2019-10-09Update OWNERS.Tao Bao1-2/+0
2019-06-21updater_sample: Build SystemUpdaterSample as non-privileged app by default.Tao Bao2-3/+4
2019-02-26Updater updater_sample/README.md - build instructions.Zhomart Mukhamejanov1-2/+4
2018-12-17Add verification before downloading whole packageZhomart Mukhamejanov2-1/+52
2018-12-17Add PrepareUpdateService.Zhomart Mukhamejanov7-113/+110
2018-12-15Add PrepareUpdateService.Zhomart Mukhamejanov8-113/+111
2018-12-12Migrate bootable/recovery to androidx.testkoushik panuganti7-16/+20
2018-10-18Fix instrumentation_for to refer to name of moduleColin Cross1-1/+1
2018-08-22Move ab_streaming_metadata under ab_config.Zhomart Mukhamejanov11-103/+115
2018-08-13Remove TODO for b/112462307Colin Cross1-5/+3
2018-08-10updater_sample: Move to Soong.Tao Bao5-72/+76
2018-08-02Remove non-A/B mention from README.Zhomart Mukhamejanov1-6/+6
2018-06-18updater_sample: add privileged system app docsZhomart Mukhamejanov3-29/+57
2018-06-18updater_sample: run as a systemp appZhomart Mukhamejanov2-1/+3
2018-06-18updater_sample: add proguard.flagsZhomart Mukhamejanov3-5/+28
2018-06-14Revert "updater_sample: add proguard.flags"Ian Pedowitz3-28/+6
2018-06-14updater_sample: add metadata mismatch error codeZhomart Mukhamejanov1-0/+1
2018-06-13updater_sample: add proguard.flagsZhomart Mukhamejanov3-6/+28
2018-06-08updater_sample: update README.mdZhomart Mukhamejanov1-3/+5
2018-06-07updater_sample: fix payload spec testsZhomart Mukhamejanov1-1/+1
2018-06-07updater_sample: change gen_update_config argsZhomart Mukhamejanov1-3/+3
2018-06-05updater_sample: Add suspend/resume updateZhomart Mukhamejanov4-13/+80
2018-06-05updater_sample: Add UI docs to READMEZhomart Mukhamejanov1-0/+25
2018-06-04updater_sample: improve updater state handlingZhomart Mukhamejanov8-167/+307
2018-06-01updater_sample: validate state only onceZhomart Mukhamejanov1-1/+8
2018-06-01updater_sample: Add @GuardedByZhomart Mukhamejanov2-1/+8
2018-05-31updater_sample: Improve update completion handlingZhomart Mukhamejanov3-1/+147
2018-05-26updater_sample: add UpdaterStateZhomart Mukhamejanov4-68/+128
2018-05-26updater_sample: add UpdateDataZhomart Mukhamejanov1-29/+121
2018-05-25updater_sample: Add OWNERS.Tao Bao1-0/+2
2018-05-25updater_sample: add updater stateZhomart Mukhamejanov5-43/+186
2018-05-24updater_sample: create UpdateManagerZhomart Mukhamejanov9-243/+492
2018-05-18updater_config: make utils/PayloadSpecs non-staticZhomart Mukhamejanov4-13/+17
2018-05-17updater_sample: add switch slot demoZhomart Mukhamejanov11-16/+210
2018-05-10updater_sample: add HAL compatibility checkZhomart Mukhamejanov2-27/+60
2018-05-10updater_sample: fix UpdateConfigZhomart Mukhamejanov3-4/+8
2018-05-10updater_sample: add http header demoZhomart Mukhamejanov4-13/+51
2018-05-08updater_sample: update toolsZhomart Mukhamejanov7-93/+74
2018-05-08updater_sample: add streaming supportZhomart Mukhamejanov6-20/+266
2018-05-03updater_sample: update testsZhomart Mukhamejanov3-15/+29
2018-05-03updater_sample: update ui and README, clean-upZhomart Mukhamejanov7-98/+151
2018-05-02updater_sample: Add streaming to PayloadSpecZhomart Mukhamejanov9-26/+56
2018-05-01updater_sample: add FileDownloaderZhomart Mukhamejanov2-0/+173
2018-05-01updater_sample: Improve UpdateConfigZhomart Mukhamejanov9-47/+140
2018-04-27updater_sample: fix gen_update_config.pyZhomart Mukhamejanov4-27/+89
2018-04-26sample_updater: add tests resourcesZhomart Mukhamejanov3-0/+49
2018-04-26sample_updater: create tools/gen_update_config.pyZhomart Mukhamejanov3-8/+189
2018-04-26updater_sample: Use stubs libs for android.test.base / runner.Tao Bao1-2/+2
2018-04-26Rename the dir for SystemUpdaterSample.Tao Bao25-0/+1773