Benoit Marty
|
1e8f438122
|
Use the module library/core-utils in attachment-viewer library
No more usage of Rx
|
2022-01-13 20:31:23 +01:00 |
|
Benoit Marty
|
5a19533b4a
|
Use correct value, but I do not see any effect on emulator with API 12
|
2021-11-15 12:25:42 +01:00 |
|
Benoit Marty
|
1082771f7c
|
Fix lint issue "Incorrect constant"
|
2021-11-15 12:24:48 +01:00 |
|
Benoit Marty
|
d1e9f3131a
|
Big annoying commit: execute command ./gradlew ktlintFormat - Fix "colon-spacing"
|
2021-10-01 13:31:15 +02:00 |
|
Benoit Marty
|
2ca3c68611
|
Big annoying commit: execute command ./gradlew ktlintFormat - Fix "import-ordering"
|
2021-10-01 13:31:15 +02:00 |
|
Benoit Marty
|
b985092613
|
Fix lint issues
|
2021-09-02 10:36:29 +02:00 |
|
Benoit Marty
|
ece9d19d8c
|
Rename again the style to follow Android convention (G's review)
|
2021-06-16 11:59:08 +02:00 |
|
Benoit Marty
|
858bbfd8d2
|
Rename style to follow naming conventions
And move some files to the module
|
2021-06-15 21:37:27 +02:00 |
|
Benoit Marty
|
a67f8ca4dc
|
Add some missing style. Default is not workong (?)
|
2021-06-15 19:00:07 +02:00 |
|
Benoit Marty
|
9c9d0a5d21
|
Add dep on ui_style to attachment viewer
|
2021-06-15 18:22:26 +02:00 |
|
Benoit Marty
|
070dae78e7
|
textSize 12sp -> Caption or Default
|
2021-06-14 21:22:56 +02:00 |
|
Benoit Marty
|
4cf38951ef
|
Fix warning after bump appcompat from 1.2.0 to 1.3.0
|
2021-05-20 13:00:49 +02:00 |
|
Benoit Marty
|
d3b2306b3d
|
Remove unused file
|
2021-03-01 14:33:52 +01:00 |
|
Benoit Marty
|
4dcd7846b0
|
Merge pull request #2616 from vector-im/feature/ons/android_11_migration
Migrate to Android 11, API 30.
|
2021-01-22 17:17:04 +01:00 |
|
Onuray Sahin
|
869eb262f3
|
Lint fixes.
|
2021-01-06 12:49:11 +03:00 |
|
Onuray Sahin
|
23623b8895
|
Migrate to Android 11, API 30.
|
2021-01-04 17:12:49 +03:00 |
|
Benoit Marty
|
11367488e6
|
Fix crash in AttachmentViewerActivity (after ViewBindings)
And improve code a bit
|
2021-01-04 14:21:57 +01:00 |
|
Benoit Marty
|
18bf9856fe
|
Migrate to ViewBindings (#1072) - WIP
|
2020-12-16 03:57:19 +01:00 |
|
Benoit Marty
|
d02da1b97e
|
Migrate to ViewBindings (#1072) - WIP
|
2020-12-16 02:39:58 +01:00 |
|
Benoit Marty
|
a8c6b1cdf7
|
Migrate to ViewBindings (#1072) - WIP
|
2020-12-16 02:33:52 +01:00 |
|
Benoit Marty
|
706736273c
|
Migrate to ViewBindings (#1072) - WIP
|
2020-12-16 00:46:52 +01:00 |
|
Valere
|
e0c5377968
|
Merge branch 'develop' into feature/enhance_big_files
|
2020-09-03 17:09:40 +02:00 |
|
Valere
|
7c638798c7
|
Code review
|
2020-09-03 14:53:13 +02:00 |
|
Valere
|
8103081e0e
|
Fix / Support open and view of sending attachment
|
2020-09-03 09:31:53 +02:00 |
|
Valere
|
3dc69b60c4
|
Fix / Log could leak file name
|
2020-09-01 17:31:54 +02:00 |
|
Valere
|
f34c5d6674
|
Crash / Attachment viewer: Cannot draw a recycled Bitmap
|
2020-08-31 17:50:17 +02:00 |
|
Benoit Marty
|
7613073373
|
Some cleanup after the package renaming thing
|
2020-08-18 18:15:48 +02:00 |
|
Benoit Marty
|
d28c091f0a
|
Rename package im.vector.riotx.attachmentviewer to im.vector.lib.attachmentviewer
|
2020-08-03 18:35:02 +02:00 |
|
Valere
|
9f2631110e
|
Missing copyrights
|
2020-07-10 14:38:23 +02:00 |
|
Benoit Marty
|
6c0f775c4b
|
Cleanup
|
2020-07-10 13:07:14 +02:00 |
|
Valere
|
e38cb7c1a6
|
Unwanted logs
|
2020-07-09 10:16:38 +02:00 |
|
Valere
|
868d9cf55c
|
Cleaning (remove audio and file as not supported yet)
|
2020-07-09 10:11:10 +02:00 |
|
Valere
|
aa3e68f3fd
|
Refactoring
Remove glide dependency + protect against cell reuse bugs
|
2020-07-09 10:08:55 +02:00 |
|
Valere
|
bf2d937ad6
|
Basic video seekTo support
|
2020-07-09 08:59:06 +02:00 |
|
Valere
|
e24d5b3ca4
|
Simple play/pause overlay
|
2020-07-08 22:58:27 +02:00 |
|
Valere
|
e9778d6feb
|
Video stop/resume when paging or bg/fg
|
2020-07-08 22:41:17 +02:00 |
|
Valere
|
a1db8653ab
|
Basic Video Support
|
2020-07-08 20:09:55 +02:00 |
|
Valere
|
e3c2af2c59
|
Code cleaning
|
2020-07-08 20:09:55 +02:00 |
|
Valere
|
a618a9214e
|
Show hide overlay on tap
|
2020-07-08 20:09:55 +02:00 |
|
Valere
|
76133ab55e
|
Simple overlay
|
2020-07-08 20:09:55 +02:00 |
|
Valere
|
2d4a728af4
|
Gif support
|
2020-07-08 20:09:55 +02:00 |
|
Valere
|
4a2a6d34ae
|
Initial commit
|
2020-07-08 20:09:55 +02:00 |
|