summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/helplines
AgeCommit message (Collapse)Author
2021-08-21Automatic translation importMichael Bestas
Change-Id: Ie3a73c54c766044acbcc8608dd54cc502518799e
2021-05-28Dialer: Helplines: Fix a few casing issuesMichael W
Change-Id: I31c2423aee5310ae08c9295971fbe7aced1f8f9b
2021-05-28Dialer: Helplines: Use a webview dialogLuca Stefani
* Instead of relying on one browser we can actually display a webview ourselves * Set various headers to clear cache and to not track * Displays a progressbar and loading text while the page loads Co-authored-by: Michael W <baddaemon87@gmail.com> Change-Id: Ibad2832c0cb6bcef79b5f348c40ca76c2516b295
2021-05-22Dialer: Helplines: Add Bullying and Immigration categoriesMichael W
Change-Id: I7969fd0dd610a4f041f55ce04e6ede5c66005dee
2021-03-14Dialer: Helplines: Launch incognito tabMichael W
* Instead of warning every time a link is clicked, at least for jelly launch an incognito tab directly Change-Id: Iff278792d115edaa69fea91d708468e3598eca5d
2021-03-14Dialer: Move to SPN schema classesLuca Stefani
Change-Id: I2cd3706f64bf45a2a6dd53caa9d5da48cf93ea28
2021-03-14Dialer: Add a helpline phone bookMichael W
* Expose the sensitive numbers to the user so they can easily call one of them * Make sure to leave as few traces of access as possible: * Calling a number closes the helpline activity * Opening a link closes the helpline activity * Before opening a link, a warning about browser history appears * This makes use of a changed xml-format, which now allows adding various things: <item> <categories>violence|human trafficking</categories> <name>Some NGO or whatever</name> <number>1234</number> <anything>anything else</anything> </item> Change-Id: I952bf10ee9516b83e595d8a19450696b303393b6