Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scroll bar on Widgets #180

Draft
wants to merge 144 commits into
base: gh-pages
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
144 commits
Select commit Hold shift + click to select a range
9ee2d3e
Adding FAQ button to Settings
BijoySingh Apr 23, 2019
b55be77
Fix Markdown Issue mentioned in #129
BijoySingh Apr 24, 2019
c68cb28
Adding Google Drive Sync
BijoySingh Apr 27, 2019
f71f934
Chaning how external folder sync is accessed
BijoySingh Apr 27, 2019
cfbca9b
[Google Drive Sync] Fixing initial data sync
BijoySingh Apr 27, 2019
a9aa0a5
[Google Drive Sync] Adding initial code for image sync
BijoySingh Apr 28, 2019
5679ab8
[GoogleDrive Sync] Fixing image sync and deletion logic
BijoySingh Apr 28, 2019
e99af5a
[GDrive] Fixing logic to upload lazily
BijoySingh Apr 29, 2019
54b2218
[GDrive] Multiple syncing optimisations for drive sync
BijoySingh May 2, 2019
4051caa
[GDrive] Adding onRemoteInsert support
BijoySingh May 3, 2019
f307e53
[GDrive] Updating activity
BijoySingh May 7, 2019
ddffec1
Reducing the amount of network calls
BijoySingh May 8, 2019
84894e2
[CrashFix] Fixing insta-crash on start due to class not found
BijoySingh May 15, 2019
83fe75e
Fixing crash due to race condition
BijoySingh May 15, 2019
87d130b
[CrashFix] Fixing crash due to saveImage
BijoySingh May 15, 2019
75b44f6
[GDrive] Fixing crash issues from request limit exceeding
BijoySingh May 20, 2019
fa77b32
[GDrive] Improving GDrive Login Activity
BijoySingh May 21, 2019
925ca0a
Adding option to disable sorting checked items
BijoySingh May 21, 2019
549b9e3
Moving FAQ to internal settings
BijoySingh May 21, 2019
0df0aaa
Upgrading the home option sheet to new UI
BijoySingh May 21, 2019
6026924
Updating FAQ
BijoySingh May 21, 2019
61b0580
Adding option to escape markdown, and disabling markdown in code
BijoySingh May 21, 2019
67f7451
Updating Note Tag Chooser Options UI
BijoySingh May 22, 2019
afe9ab3
Migrating more tag options to Litho
BijoySingh May 23, 2019
e2796b8
Fixing Cast Exception
BijoySingh May 24, 2019
ee559cb
Updating the logic for Drive+Firebase situation
BijoySingh May 31, 2019
9d21957
Fixing Google Drive Login
BijoySingh May 31, 2019
0f64e77
Adding clearer details around transfer to Google Drive
BijoySingh Jun 1, 2019
f8d5906
[GDrive] Cleaning and de-duplicating logic in RemoteDB implementation
BijoySingh Jun 1, 2019
eaec5d5
[GDrive] Adding Logic to Upload in User Editable Format
BijoySingh Jun 1, 2019
3ec4c7a
[GDrive] Fixing upload and downloads with new note format
BijoySingh Jun 1, 2019
dbb0e4c
[GDrive] Making Sync better
BijoySingh Jun 2, 2019
c29d818
[GDrive] Better Pending Changes Indicator
BijoySingh Jun 2, 2019
9b5d200
[Exceptions] Making the application throw exceptions in debug builds
BijoySingh Jun 2, 2019
e248e15
[Developer Options] Adding Developer Options
BijoySingh Jun 2, 2019
93bb262
[GDrive] Fixing sync issues and delete file bug
BijoySingh Jun 2, 2019
8e80b65
[GDrive] Improving failed synchronisation cases
BijoySingh Jun 3, 2019
b572a3a
[GDrive] Fixing Syncing between logins, logouts
BijoySingh Jun 15, 2019
7b6d207
[GDrive] Resolving Sync Issues in no network conditions
BijoySingh Jun 15, 2019
33cc2dc
[GDrive] Alowing forced refreshes
BijoySingh Jun 18, 2019
af0658d
[Gdrive] Fixing issues with deletion order
BijoySingh Jun 21, 2019
75561cf
Adding full screen internal settings for screenshots
BijoySingh Jun 23, 2019
65623a7
Making functions for text/markdown more descriptive
BijoySingh Jul 26, 2019
28fc343
Prioritising deletion of notes over changes
BijoySingh Jul 28, 2019
4ec8693
Restructuring settings to allow more PIN options
BijoySingh Jul 28, 2019
8a3227a
[Strings] Adding Translations for more text and Polish
BijoySingh Jul 28, 2019
a2390ae
[AppLock] Introducing App Lock
BijoySingh Jul 29, 2019
1fe86f1
Fixing Markdown in Code, Pin Title
BijoySingh Jul 29, 2019
8885bc0
Enter Pincode New Sheet UI
BijoySingh Jul 29, 2019
82eeee2
Adding option to unlock notes only once
BijoySingh Jul 29, 2019
2473879
Adding pin and security FAQ
BijoySingh Jul 29, 2019
01d2ff1
Removing unnecessary strings from resources
BijoySingh Jul 29, 2019
c4c2340
Removing redundant images from resources
BijoySingh Jul 29, 2019
db953f4
Fixing IME button for PIN and Fingerprints
BijoySingh Jul 30, 2019
ce3919a
Making the selected notes sheet more usable
BijoySingh Jul 31, 2019
4147d75
Changing Format Bottom Sheet to Litho
BijoySingh Jul 31, 2019
d0ec3cd
Improving Folder Selection Experience to Litho
BijoySingh Jul 31, 2019
0be778f
[Selection] Improving Selection Experience
BijoySingh Aug 1, 2019
607de99
[GDrive] Changing the sync logic to be bound by callable
BijoySingh Aug 5, 2019
61fee39
[Widget] Added settings for widget colors
BijoySingh Aug 5, 2019
a578f97
Setting up proper logout and clear API
BijoySingh Aug 5, 2019
3259988
[GDrive] Adding Pending Bottom Sheet
BijoySingh Aug 6, 2019
fda7dde
Fixing problems around broken imports,
BijoySingh Aug 6, 2019
1b99ef1
Optimising MainActivity search algorithm and fixing folder count
BijoySingh Aug 6, 2019
924d719
Handling invalid / irrecoverable states from happening
BijoySingh Aug 8, 2019
652df0b
Adding WhatsNewBottomSheet
BijoySingh Aug 9, 2019
bf18810
Fixing bug with App Theme change not propogating
BijoySingh Aug 9, 2019
e15ed3f
Fixing Widget Intents to have Stacks
BijoySingh Aug 11, 2019
de823dd
Fixing WhatsNew Sheet for OpenSource
BijoySingh Aug 11, 2019
93518bd
Make unchecked elements go up
pillisan42 Aug 15, 2019
d7c2954
Merge pull request #139 from pillisan42/master
BijoySingh Aug 16, 2019
fa77d33
Updating the Pro sheet
BijoySingh Aug 20, 2019
bf84f0d
Merge branch 'master' of https://github.com/BijoySingh/Material-Notes…
BijoySingh Aug 20, 2019
448c5d7
Fixing crash on Note Dialog rotation
BijoySingh Aug 22, 2019
4f9304c
#89 Color Sorting
BijoySingh Aug 22, 2019
3aeab28
#89 Adding Sorting by Tags
BijoySingh Aug 22, 2019
3b1023e
Create FUNDING.yml
BijoySingh Aug 23, 2019
51182f9
Update FUNDING.yml
BijoySingh Aug 24, 2019
a071337
Fix minimum text holder height being based on hint text
Fs00 Aug 21, 2019
562b29c
Add Italian translation changes from #65
Fs00 Aug 30, 2019
437326e
Fix and update Italian translation
Fs00 Aug 31, 2019
5cb6c50
Fix note creation in current folder when using No notes card
Fs00 Aug 22, 2019
9d7f98b
Don't display information items when searching
Fs00 Aug 22, 2019
e2417f2
Fix possible NPE when closing search in main activity
Fs00 Sep 1, 2019
9578bb2
[Theme] Adding support for automatic theme
BijoySingh Sep 30, 2019
5372197
Enabling all Pro features for Open Source
BijoySingh Sep 30, 2019
5f58617
Merge branch 'master' of https://github.com/BijoySingh/Material-Notes…
BijoySingh Sep 30, 2019
fe0df56
[WebDAV][1] Renaming GDrive database to Remote
BijoySingh Oct 2, 2019
3fccd0d
[WebDAV][2] Adding More abstractions to support WebDAV
BijoySingh Oct 2, 2019
fed30d5
Add Hungarian translation
meskobalazs Oct 3, 2019
680d793
Removing untranslatable lines, spellcheck
meskobalazs Oct 8, 2019
fd534a0
[WebDAV][3] Abstracting Google Drive completely out (Some fixes pending)
BijoySingh Oct 15, 2019
5c18a21
Fixing GDrive bugs due to WebDAV abstraction changes
BijoySingh Oct 16, 2019
b0991b2
[Enhancements] Adding black and 5 other note colors
BijoySingh Oct 16, 2019
1d57626
Merge pull request #152 from meskobalazs/master
BijoySingh Oct 16, 2019
3737138
Merge pull request #145 from Fs00/it-translation
BijoySingh Oct 16, 2019
a5db692
Adding back the translatable false
BijoySingh Oct 16, 2019
3e1e2af
Merge pull request #142 from Fs00/main-activity-cards
BijoySingh Oct 16, 2019
2f02352
Merge pull request #141 from Fs00/fix-issue-120
BijoySingh Oct 18, 2019
33948ec
Adding Note Shortcut Support #149
BijoySingh Oct 18, 2019
9b57ea5
LongPress Add Note creates shortcut on homescreen #149
BijoySingh Oct 18, 2019
f882c00
Merge branch 'master' of https://github.com/BijoySingh/Material-Notes…
BijoySingh Oct 18, 2019
caf5064
Adding additional logic to attempt fixing issue with trash clear
BijoySingh Oct 18, 2019
fa7db76
Fixing link color on some backgrounds
BijoySingh Oct 18, 2019
c9f822f
Small Theme Fixes
BijoySingh Oct 19, 2019
24f8cbf
[ Fixing #150 ] Supporting Bullet and H3 Rendering
BijoySingh Oct 23, 2019
f888004
#85 Fixing 24hr date format
BijoySingh Oct 26, 2019
082d7f0
#121 Adding delete options to folder
BijoySingh Oct 26, 2019
5af3328
[Share][Image] Fixing image shared to Scarlet
BijoySingh Oct 26, 2019
8ab8d3e
#68 Fixing Image being deleted and adding again
BijoySingh Oct 26, 2019
9bffa87
#76 Adding Share Image Support
BijoySingh Oct 26, 2019
5605ef9
[Cleanup] Unifying OS Version Checks
BijoySingh Oct 27, 2019
11da2d7
Deleting the list item using a close button
BijoySingh Oct 27, 2019
0226b3b
[Fix] Fixing bug in Undo / Redo save
BijoySingh Oct 27, 2019
7f832db
#158 Fixing H3 in List View
BijoySingh Oct 27, 2019
38f1b76
[Refactor][1] Moving some configs out to static
BijoySingh Oct 30, 2019
645abf3
[Refactor][1.2] Fixing build issue because of missing conversion
BijoySingh Oct 30, 2019
a7ba280
[Refactor] Cleaning up even more
BijoySingh Oct 30, 2019
f49c2ea
[Refactor] Removing unused imports and formatting code
BijoySingh Oct 31, 2019
bfcf096
Refactoring Flavor
BijoySingh Oct 31, 2019
7451bf7
[Typeface][1] Adding initial abstraction for more typefaces
BijoySingh Oct 31, 2019
8ec4d79
[Typeface] Adding option to choose font
BijoySingh Nov 3, 2019
bc1d64d
[Typeface] Some fixes for fonts in home
BijoySingh Nov 3, 2019
917d2ef
Updating whats new and pro sheets
BijoySingh Nov 3, 2019
ee69c24
[NoteEditor] Open keyboard by default
BijoySingh Nov 3, 2019
91403e6
[Editor] Adding option to skip note viewer
BijoySingh Nov 3, 2019
4fadbcd
[ColorUtils][1] Refactor colorUtil
BijoySingh Nov 4, 2019
0583838
Refactoring UI Bottom Sheet
BijoySingh Nov 4, 2019
7fa276c
Refactoring the Theme preferences
BijoySingh Nov 4, 2019
ed5e69c
[UI] Adding option to darken notes when in dark mode
BijoySingh Nov 4, 2019
712a581
[UI] Making the cross lighter
BijoySingh Nov 4, 2019
ed70902
[AndroidX] Moving to Android X from 28
BijoySingh Nov 6, 2019
4974c6c
Refactoring Imports
BijoySingh Nov 6, 2019
df54a62
[Auth][1/2] Partly supporting BiometricManager
BijoySingh Nov 6, 2019
e5a20fe
[Auth][2/2] Setting up BiometricManager as the biometric auth
BijoySingh Nov 7, 2019
ee8513b
Adding translations for new features for public launch
BijoySingh Nov 7, 2019
b6f5767
Simplify and refactor SearchState (former SearchConfig)
Fs00 Oct 19, 2019
9b11115
Improve back button and tag selection behavior inside folders
Fs00 Oct 19, 2019
601dd10
Implement MainActivity state restoration on screen rotation
Fs00 Oct 19, 2019
310ba7d
Fix Italian translations for 7.5.0
Fs00 Nov 9, 2019
a26af1d
[Database Version] Sending some initial fixes to possibly fix the crash
BijoySingh Nov 27, 2019
8a60091
Adding possibility of checking a list in edit more
BijoySingh Nov 27, 2019
27e37d7
Merge pull request #159 from Fs00/improve-latest-l10n
BijoySingh Dec 3, 2019
55b9350
Merge pull request #154 from Fs00/main-activity-state
BijoySingh Dec 8, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
12 changes: 12 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# These are supported funding model platforms

github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: bijoyskochar
open_collective: # Replace with a single Open Collective username
ko_fi: bijoyskochar
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: bijoyskochar
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ android {

defaultConfig {
applicationId "com.bijoysingh.quicknote"
minSdkVersion 17
minSdkVersion 21
targetSdkVersion 28
versionCode 125
versionName '6.9.7'
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
versionCode 156
versionName '7.5.4'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
Expand Down
90 changes: 4 additions & 86 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.bijoysingh.quicknote">

<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
Expand All @@ -15,20 +16,12 @@
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:supportsRtl="true"
android:theme="@style/AppTheme">

<provider
android:name="com.maubis.scarlet.base.export.support.GenericFileProvider"
android:authorities="@string/file_provider_name"
android:exported="false"
android:grantUriPermissions="true">
<meta-data
android:name="android.support.FILE_PROVIDER_PATHS"
android:resource="@xml/provider_paths" />
</provider>
android:theme="@style/AppTheme"
tools:ignore="GoogleAppIndexingWarning">

<activity
android:name="com.maubis.scarlet.base.MainActivity"
android:configChanges="uiMode"
android:windowSoftInputMode="stateHidden">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
Expand All @@ -40,81 +33,6 @@
android:name="android.app.shortcuts"
android:resource="@xml/shortcuts" />
</activity>

<service android:name="com.maubis.scarlet.base.service.FloatingNoteService" />
<service android:name="com.maubis.scarlet.base.notification.NotificationIntentService" />

<activity
android:name="com.maubis.scarlet.base.note.creation.activity.ViewAdvancedNoteActivity"
android:windowSoftInputMode="stateAlwaysHidden" />
<activity
android:name="com.maubis.scarlet.base.note.creation.activity.CreateNoteActivity"
android:windowSoftInputMode="stateVisible" />
<activity
android:name="com.maubis.scarlet.base.note.creation.activity.CreateListNoteActivity"
android:windowSoftInputMode="stateHidden" />
<activity android:name="com.maubis.scarlet.base.export.activity.ImportNoteActivity" />
<activity android:name="com.maubis.scarlet.base.main.activity.OpenTextIntentOrFileActivity">
<intent-filter>
<action android:name="android.intent.action.SEND" />
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="text/plain" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.VIEW" />

<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />

<data
android:mimeType="text/plain"
android:scheme="file" />
<data
android:mimeType="text/plain"
android:scheme="content" />
</intent-filter>
</activity>

<receiver android:name="com.maubis.scarlet.base.widget.NoteWidgetProvider">
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
</intent-filter>

<meta-data
android:name="android.appwidget.provider"
android:resource="@xml/widget_info" />
</receiver>

<receiver android:name="com.maubis.scarlet.base.widget.CreateNoteWidgetProvider">
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
</intent-filter>

<meta-data
android:name="android.appwidget.provider"
android:resource="@xml/create_note_widget_info" />
</receiver>

<activity android:name="com.maubis.scarlet.base.main.activity.WidgetConfigureActivity">
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_CONFIGURE" />
</intent-filter>
</activity>

<activity android:name="com.maubis.scarlet.base.note.selection.activity.SelectNotesActivity" />

<service
android:name="com.maubis.scarlet.base.widget.AllNotesWidgetService"
android:permission="android.permission.BIND_REMOTEVIEWS" />
<receiver android:name="com.maubis.scarlet.base.widget.AllNotesWidgetProvider">
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
</intent-filter>

<meta-data
android:name="android.appwidget.provider"
android:resource="@xml/all_notes_widget_info" />
</receiver>
</application>

</manifest>
7 changes: 4 additions & 3 deletions app/src/main/java/com/bijoysingh/quicknote/MaterialNotes.kt
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
package com.bijoysingh.quicknote

import com.maubis.scarlet.base.config.ApplicationBase
import com.maubis.scarlet.base.config.CoreConfig
import com.maubis.scarlet.base.config.MaterialNoteConfig
import com.maubis.scarlet.base.export.support.ExternalFolderSync
import com.maubis.scarlet.base.support.utils.Flavor

class MaterialNotes : ApplicationBase() {

override fun onCreate() {
super.onCreate()
CoreConfig.instance = MaterialNoteConfig(this)
CoreConfig.instance.themeController().setup(this)
sAppFlavor = Flavor.NONE

ApplicationBase.instance = MaterialNoteConfig(this)
ExternalFolderSync.setup(this)
}
}
52 changes: 28 additions & 24 deletions base/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,13 @@ android {
arguments = ["room.schemaLocation": "$projectDir/schemas".toString()]
}
}
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
kapt {
arguments {
arg("room.schemaLocation", "$projectDir/schemas")
}
}
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
resValue "string", "file_provider_name", "com.maubis.scarlet.pro.base.support.GenericFileProvider"
}

buildTypes {
Expand All @@ -35,50 +41,48 @@ android {
dependencies {
api project(':markdown')

api "com.android.support:recyclerview-v7:$android_support_version"
api "com.android.support:cardview-v7:$android_support_version"
api "com.android.support:support-v4:$android_support_version"
api "com.android.support:design:$android_support_version"
api "com.android.support:appcompat-v7:$android_support_version"
api 'com.android.support.constraint:constraint-layout:1.1.3'
api 'androidx.recyclerview:recyclerview:1.1.0'
api 'androidx.cardview:cardview:1.0.0'
api 'androidx.legacy:legacy-support-v4:1.0.0'
api 'androidx.appcompat:appcompat:1.1.0'
api 'androidx.constraintlayout:constraintlayout:1.1.3'

api 'com.google.android.material:material:1.0.0'

api 'com.google.code.gson:gson:2.8.5'
api 'com.github.ajalt.reprint:core:3.2.0@aar'

api "com.github.bijoysingh:android-basics:5.0.0"
api "com.github.bijoysingh:ui-basics:0.7.0"
api "com.github.bijoysingh:android-basics:5.1.0-x"
api "com.github.bijoysingh:ui-basics:1.0.0-x"
api 'com.github.bijoysingh:floating-bubble:3.0.0'

api 'com.evernote:android-job:1.2.6'

implementation 'com.google.android:flexbox:0.3.2'

def room_version = "1.1.1"
implementation "android.arch.persistence.room:runtime:$room_version"
implementation "android.arch.persistence.room:testing:$room_version"
annotationProcessor "android.arch.persistence.room:compiler:$room_version"
kapt "android.arch.persistence.room:compiler:$room_version"
api 'androidx.room:room-runtime:2.2.2'
api 'androidx.room:room-testing:2.2.2'
kapt 'androidx.room:room-compiler:2.2.2'

def biometric_version = "1.0.0"
implementation "androidx.biometric:biometric:$biometric_version"

implementation 'com.github.ajalt.reprint:core:3.2.0@aar'
implementation 'com.github.jkwiecien:EasyImage:1.3.1'

api "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
api 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.1.1'
api "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.1.1"

def litho_version = "0.21.0"
implementation "com.facebook.litho:litho-core:$litho_version"
implementation "com.facebook.litho:litho-widget:$litho_version"
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
def litho_version = "0.31.0"
api "com.facebook.litho:litho-core:$litho_version"
api "com.facebook.litho:litho-widget:$litho_version"
compileOnly "com.facebook.litho:litho-annotations:$litho_version"
kapt "com.facebook.litho:litho-processor:$litho_version"
api 'com.facebook.soloader:soloader:0.5.1'

implementation 'com.facebook.soloader:soloader:0.5.1'

androidTestImplementation('com.android.support.test.espresso:espresso-core:2.2.2', {
androidTestImplementation('androidx.test.espresso:espresso-core:3.1.0', {
exclude group: 'com.android.support', module: 'support-annotations'
})
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
}

apply plugin: 'kotlin-android-extensions'
12 changes: 12 additions & 0 deletions base/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,15 @@
# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile

-dontwarn android.text.StaticLayout
-dontwarn android.view.DisplayList
-dontwarn android.view.RenderNode
-dontwarn android.view.DisplayListCanvas
-dontwarn android.view.HardwareCanvas

-dontwarn com.facebook.fbui.**
-dontwarn com.facebook.litho.**

-dontwarn com.github.bijoysingh.starter.server.**
-keep class com.facebook.yoga.** { *; }
Loading