Commit Graph

28 Commits

Author SHA1 Message Date
Andy Scherzinger ae8d1c4666
Add SPDX header template
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2024-04-01 10:50:51 +02:00
alperozturk 2cc60c0036 add jetpack compose preview capability
Signed-off-by: alperozturk <alper_ozturk@proton.me>
2024-03-13 09:12:11 +01:00
alperozturk f55017f077 UI Fixes
Signed-off-by: alperozturk <alper_ozturk@proton.me>
2024-03-13 09:12:11 +01:00
tobiasKaminsky 218fbd7815
extract tests
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2024-01-16 12:17:50 +01:00
Andy Scherzinger f9074196e2
Add AS project logo
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2023-12-19 16:51:55 +01:00
tobiasKaminsky aeac90881d
wip
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2023-05-09 08:53:54 +02:00
Álvaro Brey Vilas 5891959a21
Update codeStyles/Project.xml
Signed-off-by: Álvaro Brey Vilas <alvaro.brey@nextcloud.com>
2022-03-03 11:54:50 +01:00
Álvaro Brey Vilas 12e50f31a0
Code style: remove autowrap false option
The IDE keeps removing it on every refresh, and it gets annoying.

Signed-off-by: Álvaro Brey Vilas <alvaro.brey@nextcloud.com>
2021-12-09 12:44:18 +01:00
Álvaro Brey Vilas b17bdc8e1e
code style: Disable autowrap while typing
Our .editorconfig indiscriminately applies max length of 120 to every single file (except yaml).
When coupled with this setting (autowrap), this results in the editor inserting line ends in files,
even when it breaks the syntax (such as bash scripts) or tools (such as strings.xml).

This change keeps the margin indicator but disables auto-wrap while typing.

Signed-off-by: Álvaro Brey Vilas <alvaro.brey@nextcloud.com>
2021-11-09 12:07:30 +01:00
Hannes Achleitner 29b2f8ab7a
Codestyle for Android Studio 4.2
Signed-off-by: Hannes Achleitner <hannes.software@gmx.at>
2021-05-14 10:57:18 +02:00
tobiasKaminsky 9951331ca2
Add password screenshot tests
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-11-20 13:24:26 +01:00
tobiasKaminsky 04693ed1a2
Move QA to GH actions
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-11-03 16:12:06 +01:00
Andy Scherzinger 0051efc025
project IDE config for ktlint
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2020-10-23 20:50:35 +02:00
tobiasKaminsky beed0fd720
added by new Android Studio
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-09-11 12:07:40 +02:00
Chris Narkiewicz 9613502253
Change IDE Kotlin code formatter to follow official recommendations
From https://developer.android.com/kotlin/style-guide

When a function signature does not fit on a single line, break each
parameter declaration onto its own line.Parameters defined in this
format should use a single indent (+4). The closing parenthesis ())
and return type are placed on their own line with no additional
indent.

fun <T> Iterable<T>.joinToString(
    separator: CharSequence = ", ",
    prefix: CharSequence = "",
    postfix: CharSequence = ""
): String {
    // …
}

Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
2020-05-30 15:49:50 +01:00
Tobias Kaminsky 2061207e25
Merge pull request #5531 from nextcloud/fix/AS36
Update to Android Studio 3.6
2020-03-05 09:58:46 +01:00
tobiasKaminsky ae08a42f8a
Enhance conflict dialog
- fix bug
- add ui tests
- add instrumented tests

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-03-03 10:31:03 +01:00
tobiasKaminsky 01b1e719ff
delombok everything
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-03-03 09:39:28 +01:00
Andy Scherzinger bd0d38227a
Update to AS3.6
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2020-03-03 09:39:06 +01:00
Andy Scherzinger c1aa005db9
changes due to code review
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-10-29 11:05:44 +01:00
Daniel 27b8ed4327
Dark theme v1
Fixing migration to androidx
Dark theme styling
File details fragment tab text colour
File list overflow menu background colour

Signed-off-by: Daniel Bailey <daniel.bailey@grappleIT.co.uk>
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-10-28 12:57:58 +01:00
tobiasKaminsky 0b26aa7755
Remote wipe
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-09-04 07:30:44 +02:00
tobiasKaminsky 4411f22cd5
update due to Android Studio 3.5.0
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-08-22 08:10:56 +02:00
Chris Narkiewicz 79e8d59aa1
New logger implementation
Fixes #4228

Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
2019-08-06 21:48:37 +01:00
tobiasKaminsky ac3a6d5421
reformat imports
kotlin: do not use wildcard imports

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-07-23 07:26:35 +02:00
dependabot[bot] c2730e8e0a
Bump gradle from 3.3.2 to 3.4.0
Bumps gradle from 3.3.2 to 3.4.0.

Signed-off-by: dependabot[bot] <support@dependabot.com>
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-04-18 09:47:48 +02:00
tobiasKaminsky 533debfca0
- removed useNextcloudUserAgent -> we now use this everytime
- removed any oAuth and saml stuff, as we rely on weblogin flow

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-04-15 15:07:59 +02:00
tobiasKaminsky 9f94021fff
export code style
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-12-07 10:25:15 +01:00