Commit Graph

22 Commits

Author SHA1 Message Date
Andy Scherzinger a619cdbef8 Add SPDX header
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2024-03-29 19:24:09 +01:00
Andy Scherzinger c5b17f4de9
Add SPDX header
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2024-03-29 17:33:39 +01:00
ZetaTom be73b12e65
Extended AccountRemovalDialog
- list item is now clickable as a whole
- commented out includeBuild in settings.gradle

Signed-off-by: ZetaTom <70907959+ZetaTom@users.noreply.github.com>
2023-11-27 13:25:47 +01:00
ZetaTom 57d2bd6712
Extended AccountRemovalDialog
- add option to request deletion
- add android-library to settings.gradle

Signed-off-by: ZetaTom <70907959+ZetaTom@users.noreply.github.com>
2023-11-27 13:25:47 +01:00
Álvaro Brey 1917198305
Move optional appscan feature to a separate module to avoid duplicating code between variants
This now uses a AppScanOptionalFeature injected interface that is satisfied by each module,
reducing the duplicated code to a minimum

Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
2023-01-27 11:55:32 +01:00
Álvaro Brey 7fedeeb797
Initial setup for material 3 utils from library
Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
2022-10-14 11:21:24 +02:00
Álvaro Brey Vilas e57176f009
Move app source to subproject
Android Studio has started to fail for some stuff with that old structure (for example connected tests don't work).
It's about time to do this.

Signed-off-by: Álvaro Brey Vilas <alvaro.brey@nextcloud.com>
2022-03-11 11:10:51 +01:00
Hannes Achleitner 7eec7614e3
Official naming schema
Co-authored-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-02-18 11:41:11 +01:00
Hannes Achleitner b678951cfb Meaningfull project name
Signed-off-by: Hannes Achleitner <hannes.software@gmx.at>
2021-02-18 10:53:10 +01:00
tobiasKaminsky 59585d0f5b
Direct editing support
- abstract EditorWebView
- support direct editing endpoint
Create new files via direct editing

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-01-07 08:23:41 +01:00
Jan-Christoph Borchardt 6caf0834ce
First release of E2E 2018-01-15 08:11:53 +01:00
tobiasKaminsky cd0bebf45e
wip 2018-01-15 08:11:51 +01:00
Jan-Christoph Borchardt b6e84b66fd
First release of E2E 2018-01-15 08:11:49 +01:00
tobiasKaminsky 4d571e7f82
use lib branch 2017-07-16 15:54:29 +02:00
tobiasKaminsky d80ac412c0
use grey theme if no theming of elements is possible 2017-07-16 15:54:29 +02:00
Andy Scherzinger b64ab8f271 remove workaround app 2016-09-06 17:01:05 +02:00
Andy Scherzinger 2d6795e969 gradle setting cleanup 2016-06-07 16:37:14 +02:00
Andy Scherzinger 80ef28b288 fixed lib reference in gradle 2016-06-07 01:53:31 +02:00
David A. Velasco e0a7e67479 Fixed typo in settings.xml 2016-05-07 11:49:26 +02:00
David A. Velasco 909af182ba Added OC Jelly Bean workaround app as a visible module in the project 2016-05-07 11:49:23 +02:00
masensio 5709757b11 Update gradle - remove actionSherlock 2015-05-21 16:43:34 +02:00
MMMarcy 2cad715525 Commit for the PR
The pull request targets:

	1) Introduces Gradle support
	2) Updates maven support (even thou the apk generated is not
stable)
	3) Updates the setup_env.* scripts to support different building
tools
	4) Removes non UTF-8 characters
	5) Removes switches on R.id entries (not supported anymore from
ADT >= 14)
	6) Introduced a binary dependency (.aar) that replace the actionbarsherlock
sub-module

Remainders:

	1) Change the sub-module back to the owncloud android library
once the PR will be merge
2014-10-28 16:09:34 +01:00