Nik Clayton
839d8bcc04
Migrate to AGP 8.0.2 / Android Studio Flamingo / Java 17 ( #3541 )
...
- Update AGP in version catalog to 8.0.2
- Set Java version to 17
- Enable non-final resource IDs
3 years ago
Nik Clayton
25376170c2
Migrate "room" from "kapt" to "ksp" ( #3777 )
...
- Add ksp plugin
- Switch room to use ksp instead of kapt
- `ArrayList` -> `List` in a few places to fix errors about unbound generics
3 years ago
Goooler
c6f7ecdb5b
Gradle 8.0.1 ( #3338 )
...
https://docs.gradle.org/8.0/release-notes.html
3 years ago
Goooler
3592318dc1
Modernize a bit ( #3171 )
...
* Remove redundant ignore file
* Add .gitattributes
* Generate new wrapper
* Apply plugins in `plugins`
* Adopt new dsl
* Enable stable config cache
* Ignore all build folders
* Enable build scan
* Disable buildFeatures flags by default
* Migrate to nonTransitive R class
* Tweak flags
* Bump AGP to 7.4.0
* Bump deps
* Run `ktlintFormat`
* Add an icon for IDEA to display
* Revert "Bump deps"
This reverts commit bc0d5b69d5 .
* Revert "Enable build scan"
This reverts commit 1568e5e84f .
* Remove com.android.library
* Enable Gradle cache
* Enable room incremental build
* Cleanups
* Cleanups
* Add .editorconfig
* Defer clean task
* Migrate `flavorDimensions`
* Merge instance-build.gradle into app's build.gradle
* Declare compileOptions & kotlinOptions
* Bump jvmTarget to 17
* Fix conflicts
* Xmx4g
* Rename output apks
* Revert "Bump jvmTarget to 17"
This reverts commit e4d1543bda .
3 years ago
Colin Lee
3fb1173d3f
Introduce Gradle version catalogs for versioning ( #2745 )
...
* Introduce Gradle version catalogs for versioning
* Correct some versions for version catalogs
3 years ago
Konrad Pozniak
4f0f9a7a12
update Kotlin to 1.7.10 and fix some (new?) warnings ( #2647 )
...
* update Kotlin to 1.7.10 and fix some (new?) warnings
* remove unused import
4 years ago
Konrad Pozniak
12e42e9b2b
update ktlint gradle plugin to 10.3.0 ( #2649 )
4 years ago
Konrad Pozniak
d5b3b2088f
update Android Gradle Plugin to 7.2.2 ( #2639 )
4 years ago
Konrad Pozniak
51f3794e78
update Kotlin to 1.6.21 ( #2526 )
4 years ago
Konrad Pozniak
53cca00e8c
update Android Gradle plugin to 7.2.0 ( #2525 )
4 years ago
Konrad Pozniak
216f094e98
upgrade ktlint gradle plugin to 10.2.1 ( #2435 )
4 years ago
Konrad Pozniak
f2fc87a79e
upgrade Kotlin and Coroutines ( #2434 )
4 years ago
Konrad Pozniak
90ceb9514e
update Gradle and Android Gradle Plugin ( #2380 )
4 years ago
Konrad Pozniak
1586817c3d
Update gradle, kotlin and other dependencies ( #2291 )
...
* update gradle, kotlin and other dependencies
* fix new warnings
* remove unused import
* update Proguard rules
* add explicit dependency on Gson to get the newest version
* remove debug flag from proguard rules again
* fix typo
4 years ago
Konrad Pozniak
16ffcca748
add ktlint plugin to project and apply default code style ( #2209 )
...
* add ktlint plugin to project and apply default code style
* some manual adjustments, fix wildcard imports
* update CONTRIBUTING.md
* fix formatting
5 years ago
Konrad Pozniak
e84dec29b2
update dependencies ( #2198 )
5 years ago
Konrad Pozniak
387e62ea4b
get rid of jcenter ( #2163 )
...
* get rid of jcenter
* fix BottomSheetActivityTest
* update Android Image Cropper license
5 years ago
Konrad Pozniak
751109ac39
upgrade kotlin to 1.5.0 ( #2162 )
...
* upgrade kotlin to 1.5.0
* don't explicitly set kotlin jvmtarget
5 years ago
Konrad Pozniak
3af8874b87
upgrade android gradle plugin to 4.2.1 ( #2160 )
...
* upgrade android gradle plugin to 4.2.1
* upgrade android gradle plugin to 4.2.1
5 years ago
Konrad Pozniak
f293670c14
migrating to ViewBinding part 6: the final cleanup ( #2117 )
5 years ago
Konrad Pozniak
0708b6a7bb
update dependencies ( #2017 )
5 years ago
Konrad Pozniak
34fb546200
upgrade dependencies ( #1990 )
...
* upgrade dependencies
* fix tests
5 years ago
Konrad Pozniak
6d27d822ca
update Kotlin to 1.4.10 and fix some warnigs ( #1963 )
5 years ago
Konrad Pozniak
e572e653ee
upgrade gradle and android gradle plugin ( #1957 )
5 years ago
Konrad Pozniak
84de062c03
update dependencies ( #1886 )
...
* update dependencies
* update AGP
6 years ago
Konrad Pozniak
df5490b5b9
upgrade gradle, AGP and dependencies ( #1818 )
...
* upgrade gradle, AGP and dependencies
* fix new layout related warnings
6 years ago
Konrad Pozniak
9bb86dfe8f
upgrade deps
6 years ago
Konrad Pozniak
c80fa68dbe
upgrade dependencies, fix some warnings ( #1747 )
...
* upgrade dependencies, fix some warnings
* fix tests
6 years ago
Konrad Pozniak
43162789c1
upgrade Kotlin to 1.3.70 ( #1730 )
6 years ago
Konrad Pozniak
0c159e587d
upgrade Gradle and Android plugin ( #1709 )
...
* upgrade Gradle and Android plugin
* upgrade Android Gradle plugin to 3.6.1
6 years ago
Frieder Bluemle
2f07d90fd0
Remove jetifier buildscript plugin
6 years ago
Konrad Pozniak
e67d608bb8
upgrade dependencies ( #1596 )
6 years ago
Konrad Pozniak
d3ebcc14ec
update deps, cleanup build file ( #1546 )
6 years ago
Konrad Pozniak
2dad358c96
upgrade appcompat, fix nightmode ( #1455 )
...
* upgrade appcompat, fix language switching & nightmode
* cleanup ThemeUtils
* upgrade dependencies
* change active boost icon (#1513 )
* upgrade jetifier and android gradle plugin
* fix FilterTest
7 years ago
Konrad Pozniak
d4f80f308d
upgrade Android gradle plugin, Kotlin and jetifier ( #1468 )
7 years ago
Konrad Pozniak
d932912616
upgrade dependencies ( #1389 )
7 years ago
Konrad Pozniak
3f957a09c5
upgrade deps ( #1263 )
7 years ago
Conny Duck
a471e358c3
upgrade deps
7 years ago
Konrad Pozniak
8b85df08bd
upgrade build tools and enable r8 full mode ( #1198 )
...
* upgrade build tools and enable r8 full mode
* fix media description in fragment_view_video
7 years ago
Bernd
0db1a23c4f
Update Deps + Cleanup ( #1158 )
...
* Fix Typo
* Update build.gradle
* Update Deps
* Update Tests
* Fixes Tests
Without this some tests fail on my PC...
+ also:
"Put this in your gradle.properties:
android.enableUnitTestBinaryResources=true"
from http://robolectric.org/migrating/#project-configuration
* Make everything private
* Fix Warning
* Update TimelineFragment.java
* Update build.gradle
* Update gradle-wrapper.properties
* Update gradle-wrapper.properties
* Update gradle-wrapper.properties
* Fix Compile Errors
e.g.
Type inference failed. Expected type mismatch: inferred type is Preference? but Preference was expected
Type inference failed. Please try to specify type arguments explicitly.
* fix crash
* Grandle Wrapper 5.3
* Revert "Fix Compile Errors"
This reverts commit 4a774a4fe3 .
* requirePreference
* oops
* Cleanup
* Update gradle-wrapper.properties
7 years ago
Frieder Bluemle
ebaa3b4fac
Update Android Gradle plugin to 3.3.2 ( #1109 )
7 years ago
Conny Duck
683b06a35d
upgrade deps, fix some lint warnings
7 years ago
Conny Duck
cdfc8a713d
update gradle and build tools
7 years ago
Conny Duck
f26c1718c9
update deps
7 years ago
Konrad Pozniak
a445c12094
Upgrade to AndroidX, move to MaterialComponents theme ( #953 )
...
* upgrade to AndroidX, upgrade libraries
* move to MaterialComponents theme
* make sure the compose button looks good everywhere
* fix tollbar title/button alignment on tablet
* move to new material color theming, consolidate colors and themes
* fix build, fix imports
* set error on TextInputLayout instead of EditText
* fix imports, TootButton when
* improve snackbar style
* fix task description color
7 years ago
Conny Duck
15d607b799
update deps, fix some lint warnings
7 years ago
Conny Duck
16b53a5917
update build tools and kotlin
8 years ago
Conny Duck
26b0ad521e
upgrade gradle and build tools
8 years ago
Conny Duck
cf448cb0bb
update dependencies
8 years ago
Conny Duck
67f4479e86
fix some lint warnings, use kotlin view imports in ModalTimeLineActivity
8 years ago