Skip to content
Merged
Show file tree
Hide file tree
Changes from 250 commits
Commits
Show all changes
413 commits
Select commit Hold shift + click to select a range
42918cd
Merge pull request #40 from wordpress-mobile/issue/placeholder-ios
SergioEstevao Aug 12, 2018
4d07684
Update the sample app to keep a separated size property for each item.
SergioEstevao Aug 13, 2018
f16e3b2
Merge pull request #43 from wordpress-mobile/issue/update_sample_app
SergioEstevao Aug 14, 2018
5fb53c3
Implement method applyFormat interface between JS and Native code.
SergioEstevao Aug 16, 2018
39d28a4
Refactor the code to use a editor class that joins a aztec view and a…
SergioEstevao Aug 16, 2018
503e1e2
Implement flexible format type.
SergioEstevao Aug 16, 2018
99d528c
Fix color property type.
SergioEstevao Aug 16, 2018
8dabd7e
Merge branch 'master' into issue/format_actions
SergioEstevao Aug 16, 2018
6665b8f
Stub format commands in Java.
SergioEstevao Aug 17, 2018
b120538
Standardize the type for color props.
SergioEstevao Aug 17, 2018
7aa89e1
Cleanup imports
SergioEstevao Aug 17, 2018
e4c5340
Fix name of component.
SergioEstevao Aug 17, 2018
5b0c1fd
Merge pull request #44 from wordpress-mobile/issue/format_actions
SergioEstevao Aug 17, 2018
f67a843
Refactor name of method for format actions.
SergioEstevao Aug 20, 2018
93cf14e
Fix formatting, and add a super.receiveCommand call to be sure recei…
daniloercoli Aug 20, 2018
9f8f01a
Add actions command implementation to Android
daniloercoli Aug 20, 2018
04bab2a
Hooks up a new event between RN and native code to callback on active…
SergioEstevao Aug 20, 2018
519955f
Wrap native event with simpler JS event that translates arguments.
SergioEstevao Aug 20, 2018
5731b69
Merge pull request #45 from wordpress-mobile/add/format_actions_android
SergioEstevao Aug 20, 2018
370db2c
Merge pull request #46 from wordpress-mobile/feature/on_formats_activ…
daniloercoli Aug 21, 2018
175f75b
Define a new native event that is fired when the user moves the curso…
daniloercoli Aug 21, 2018
2929b6f
Remove unused variables
daniloercoli Aug 21, 2018
86b0ecd
Make sure to verify for both "Strong" and "Bold" on the toolbar highl…
daniloercoli Aug 21, 2018
13289ae
Use "bold" instead of strong when sending the formatting event to JS
daniloercoli Aug 21, 2018
dad71a3
Added missing file from previous commit
daniloercoli Aug 21, 2018
612c92b
Keep track of the last sent event options and avoid to resend it if n…
daniloercoli Aug 21, 2018
1701085
Merge pull request #47 from wordpress-mobile/feature/Android_on_forma…
SergioEstevao Aug 21, 2018
ad74edd
Improve callback for contentSize.
SergioEstevao Aug 22, 2018
3c3524e
Merge pull request #48 from wordpress-mobile/try/improve_change_size_…
daniloercoli Aug 23, 2018
a325425
Update build tools to 27.0.3, the target to 27, and updated WPUtils a…
daniloercoli Aug 23, 2018
79388a6
Merge pull request #49 from wordpress-mobile/update-build-tools-27-an…
SergioEstevao Aug 23, 2018
7d4ddd5
Adds an onEnter callback to iOS.
diegoreymendez Sep 6, 2018
e9dfd53
Removes an unnecessary log line.
diegoreymendez Sep 6, 2018
b8cec63
Merge pull request #50 from wordpress-mobile/try/add-onEnter-callback…
diegoreymendez Sep 6, 2018
5a0a265
Centralise propagation of changes on textViewDidChange delegate call.
SergioEstevao Sep 10, 2018
bf62df7
Remove log message.
SergioEstevao Sep 10, 2018
b28f40c
Adds a wrapper method for the onEnter callback.
diegoreymendez Sep 10, 2018
be08be7
Merge pull request #52 from wordpress-mobile/try/improve-onenter-call…
diegoreymendez Sep 10, 2018
10fd065
Update Aztec Android refs
daniloercoli Sep 12, 2018
aeb7605
The implemention of `fromHTML` in Aztec added a new isInit paramenter…
daniloercoli Sep 12, 2018
c8409e2
Adds an onEnter callback and emit event in Android
daniloercoli Sep 12, 2018
0706aed
Remove unused layout file
daniloercoli Sep 12, 2018
b524501
Disable History by adding bools resource file with proper value set f…
daniloercoli Sep 12, 2018
e83a928
Add missing file from the prev commit
daniloercoli Sep 12, 2018
fea6f0a
Merge pull request #51 from wordpress-mobile/issue/improve_propagatio…
SergioEstevao Sep 12, 2018
d1c35eb
Merge pull request #53 from wordpress-mobile/add/onEnterCallback-Android
daniloercoli Sep 12, 2018
de7d167
Merge pull request #54 from wordpress-mobile/remove-history-aztec-and…
daniloercoli Sep 12, 2018
f9af373
Add a new command `returnHTMLWithCursor` that when received emit a ne…
daniloercoli Sep 14, 2018
1119d4c
update the new ReactAztecHtmlWithCursorEvent event that now returns t…
daniloercoli Sep 17, 2018
f728339
Merge pull request #55 from wordpress-mobile/try/add-return-html-with…
daniloercoli Sep 20, 2018
82cb251
Make sure to emit a `TextChanged` event when a new style is applied t…
daniloercoli Sep 21, 2018
fc3e909
Merge pull request #56 from wordpress-mobile/fix/emit-onChange-on-sty…
daniloercoli Sep 21, 2018
ec99f37
Make a customized version of `toHtml` method, available in Aztec Andr…
daniloercoli Sep 24, 2018
8173dcd
Merge pull request #57 from wordpress-mobile/try/return-cursor-selection
daniloercoli Sep 25, 2018
cebf953
Disable Aztec plugins by default since we don't need them on GB mobil…
daniloercoli Sep 25, 2018
691a38f
Update example project to use RN 0.57
SergioEstevao Sep 25, 2018
f3d26ac
Update package version.
SergioEstevao Sep 25, 2018
1576895
Merge pull request #59 from wordpress-mobile/try/update_to_RN_0.57
SergioEstevao Sep 27, 2018
edb0105
Merge branch 'master' of https://github.com/wordpress-mobile/react-na…
daniloercoli Sep 27, 2018
65a4cb9
Disable GB mode in the demo app, and improved the internal logic on A…
daniloercoli Sep 27, 2018
b554295
Add a clarification comment to `disableGutenbergMode` property - so 3…
daniloercoli Sep 28, 2018
391909e
Adding podspec file.
etoledom Oct 16, 2018
9946505
Fixing podspec
etoledom Oct 17, 2018
f4d9333
Improve dependency checking for scripts
koke Oct 17, 2018
c30a625
Changing name of Podspec
etoledom Oct 17, 2018
c275ddf
Merge pull request #60 from wordpress-mobile/improve-scripts
diegoreymendez Oct 18, 2018
f029d71
Return the exact location of the cursor without taking in considerati…
daniloercoli Oct 18, 2018
b8cdd46
Merge pull request #61 from wordpress-mobile/try/return-cursor-select…
diegoreymendez Oct 18, 2018
017e90d
Adds the mechanisms we need to provide HTML with cursor to JS.
Oct 18, 2018
42faeeb
Merge pull request #58 from wordpress-mobile/try/disable-aztec-plugin…
mzorz Oct 18, 2018
6f98414
Merge pull request #62 from wordpress-mobile/try/add-html-with-cursor…
daniloercoli Oct 19, 2018
3e248ec
Rolling back changes made to integrate into main WPiOS app.
etoledom Oct 19, 2018
0c178fe
Simplifies onEnter handling.
diegoreymendez Oct 22, 2018
277fbe1
Merge pull request #63 from wordpress-mobile/try/simplify-onenter-logic
daniloercoli Oct 23, 2018
f1142a4
Added image uploader to MediaProvider
etoledom Oct 23, 2018
f3207cc
Merge branch 'master' into feature/adding-podspec
etoledom Oct 23, 2018
d99bb38
Update AztecAndroid hash, and introduce onBackspace listener
daniloercoli Oct 24, 2018
7d29806
Wire OnBackspace
daniloercoli Oct 24, 2018
49ea480
Emit onBackspace event to JS
daniloercoli Oct 24, 2018
410ddd2
Rename class
daniloercoli Oct 24, 2018
ce51a5c
Update Aztec references
daniloercoli Oct 24, 2018
86c1543
Update Aztec hash
daniloercoli Oct 24, 2018
3339ac2
Report backspace pressed event to JS when it happens at the beginning…
daniloercoli Oct 24, 2018
5daa9de
Update AztecView, and introduce onBackspace prop
daniloercoli Oct 24, 2018
e4ac897
Update Aztec Android refs
daniloercoli Oct 24, 2018
c07e661
Merge pull request #64 from wordpress-mobile/add/onBackspace-callback…
diegoreymendez Oct 24, 2018
b7c2874
Backspace interception for iOS.
diegoreymendez Oct 24, 2018
40a0ea8
Hack to build example proyect.
etoledom Oct 24, 2018
b2ecf28
Merge pull request #65 from wordpress-mobile/issue/167-intercept-back…
daniloercoli Oct 25, 2018
01a46bf
Merge branch 'master' into feature/adding-podspec
etoledom Oct 25, 2018
f39ca7c
Downgrade to wpandroid's Android API level
hypest Oct 29, 2018
e25607f
Android cleanup
hypest Oct 29, 2018
77b0c7b
Give a 500ms delay before calling listeners about changes in dimensions.
daniloercoli Oct 30, 2018
9d96fff
Merge pull request #66 from wordpress-mobile/feature/match-wpandroid-…
hypest Nov 1, 2018
0ea0a12
Merge branch 'master' into feature/adding-podspec
etoledom Nov 1, 2018
c591af9
Merge pull request #67 from wordpress-mobile/issue/fix-blocks-merging…
daniloercoli Nov 1, 2018
be67705
AztecViewManager: Removed custom init to simplify Bridge creations.
etoledom Nov 1, 2018
a0dafff
Clean replace the hack to run on WPiOS with another hack that doesn't…
etoledom Nov 2, 2018
09830c4
Merge branch 'feature/adding-podspec' of https://github.com/wordpress…
etoledom Nov 2, 2018
98d377c
RCTAztecViewManager.m: Adding comment to swift header imports.
etoledom Nov 2, 2018
02ca6e7
Commenting `#import "WordPress-Swift.h"`
etoledom Nov 5, 2018
1c576c8
Merge branch 'master' into feature/adding-podspec
etoledom Nov 6, 2018
c6c3a5e
Removed unused files
etoledom Nov 7, 2018
9cff3a9
Remove unused file
etoledom Nov 7, 2018
b6c8314
Clean up podspec
etoledom Nov 7, 2018
ca533ae
Merge pull request #69 from wordpress-mobile/feature/adding-podspec
etoledom Nov 8, 2018
5709149
Recover MediaProvider.
etoledom Nov 9, 2018
fd9b163
Removed dependency on `"RNTAztecView-Swift.h"`.
etoledom Nov 9, 2018
a1f70f6
Renamed podspec and fixed `s.source_files`.
etoledom Nov 9, 2018
93825e4
Merge pull request #70 from wordpress-mobile/feature/dependency-manag…
diegoreymendez Nov 13, 2018
4c1ebdc
adds isSelected as a prop that grabs focus when true
mzorz Nov 13, 2018
945432a
Merge branch 'master' into try/add-is-selected-grab-focus
mzorz Nov 13, 2018
a290cb5
Update Aztec hash
daniloercoli Nov 13, 2018
f17210d
Update the set listener call since the interface slightly changed
daniloercoli Nov 13, 2018
26a6b62
Merge pull request #72 from wordpress-mobile/issue/upgrade-aztec-ente…
daniloercoli Nov 14, 2018
b84c129
Merge branch 'master' into try/add-is-selected-grab-focus
mzorz Nov 14, 2018
103f42f
Upgrade react native to v0.57.5
Tug Nov 14, 2018
7d27cdb
Merge pull request #73 from wordpress-mobile/try/add-is-selected-grab…
daniloercoli Nov 15, 2018
6b33c88
Upgrade react-native and use a more permissive peer dependency requir…
Tug Nov 19, 2018
f43beef
Upgrade major version
Tug Nov 19, 2018
ab4b1fe
Set fixed version fro react dependencies
Tug Nov 19, 2018
08916a6
Merge pull request #74 from wordpress-mobile/upgrade/react-native
Tug Nov 19, 2018
67cbd71
Maven repo url for react-native to produce standalone lib
hypest Nov 21, 2018
5c82d4e
Add 2 commands to set and unset focus from JS
daniloercoli Nov 22, 2018
74b1041
Handle get focus commands from JS to Native
daniloercoli Nov 22, 2018
ee58eda
Exposes the ability to listen on focus/blur events JS side
daniloercoli Nov 22, 2018
357a9a4
Update demo app
daniloercoli Nov 22, 2018
e5daf97
Merge pull request #75 from wordpress-mobile/add/focus-commands-show-…
mzorz Nov 22, 2018
53b23e1
Add onSelectionChange prop
koke Nov 22, 2018
76818b2
Merge commit 'e5daf972e4b8db61b95aa91aeda32edfa64ef8e9' into selectio…
koke Nov 23, 2018
622645d
Include selection changes in the example app
koke Nov 23, 2018
6000bbf
It seems I can't remember the JS interpolation syntax
koke Nov 23, 2018
5b83105
Take into account selection direction on iOS
koke Nov 23, 2018
6f6d70b
Merge pull request #76 from wordpress-mobile/selection-change
koke Nov 23, 2018
4cae679
Adds onFocus/onBlur to iOS
koke Nov 23, 2018
53ecb00
Some extra fixes to make TextInputState work
koke Nov 23, 2018
3ca33b7
Add the methods that send the 2 new focus/blur commands from JS to Na…
daniloercoli Nov 23, 2018
768b3ce
Revert "Add the methods that send the 2 new focus/blur commands from …
daniloercoli Nov 26, 2018
c8cd603
Merge pull request #78 from wordpress-mobile/ios-focus-blur
koke Nov 26, 2018
aa76bde
Merge pull request #79 from wordpress-mobile/try/text-input-state
mzorz Nov 27, 2018
77f17f5
Default to using remote RN maven repo
hypest Nov 27, 2018
00edbf0
Match the RN version from package.json
hypest Nov 27, 2018
173b7b0
obtain codes for focusTextInput and blurTextInput from RN's ReactText…
mzorz Nov 27, 2018
0fb1713
made COMMAND_NOTIFY_APPLY_FORMAT a greater value to give RN space for…
mzorz Nov 27, 2018
b9f457b
Merge branch 'master' into try/android-aar
hypest Nov 27, 2018
3cecb4a
Merge pull request #80 from wordpress-mobile/try/android-aar
daniloercoli Nov 28, 2018
8c71875
Merge pull request #81 from wordpress-mobile/fix/focus-arbitrary-codes
daniloercoli Nov 28, 2018
50c11fb
Use NotoSerif by default or at least a bigger font
koke Nov 28, 2018
0db4957
Merge pull request #82 from wordpress-mobile/feature/noto-fonts
koke Nov 28, 2018
9b38b82
Don't clear focus if we don't have it
koke Nov 29, 2018
c3bdb6e
Merge pull request #83 from wordpress-mobile/issue/291-check-focus-be…
daniloercoli Nov 29, 2018
bb12c4c
Replicate how TextInput works
koke Nov 29, 2018
5d52213
Merge branch 'master' into issue/291-touchable-feedback
koke Nov 29, 2018
6ed6626
Revert "Don't clear focus if we don't have it"
koke Nov 29, 2018
b65af13
Merge pull request #84 from wordpress-mobile/issue/291-touchable-feed…
koke Nov 29, 2018
85671cc
Expose focus method
koke Nov 29, 2018
1e0ed52
Merge pull request #85 from wordpress-mobile/expose-focus-method
koke Nov 29, 2018
0474626
Adding interface to set and remove links.
etoledom Dec 3, 2018
423c61c
Do not wire OnFocus, but use onPress instead.
daniloercoli Dec 4, 2018
605962f
Add a better comment explaining why onFocus is empty
daniloercoli Dec 4, 2018
daf2d1c
Merge pull request #86 from wordpress-mobile/fix/loop-deleting-fast-i…
daniloercoli Dec 4, 2018
796bed2
Sending url info of link under cursor. Implemented on iOS
etoledom Dec 4, 2018
f7ca8a3
[iOS]: Remove unused RCT_EXTERN_METHOD(setLinkToSelected)
etoledom Dec 4, 2018
f6f5a23
Integrates the latest version of Aztec into Gutenberg.
diegoreymendez Dec 4, 2018
0d54350
Remove unneeded Aztec toolbar configuration
hypest Dec 4, 2018
6e98ff2
Integrates Aztec v1.3.
diegoreymendez Dec 4, 2018
5726279
Merge pull request #90 from wordpress-mobile/issue/88-no-android-azte…
hypest Dec 5, 2018
1612951
Merge pull request #89 from wordpress-mobile/try/integrate-latest-fro…
diegoreymendez Dec 5, 2018
4025347
prioritize Jitpack maven repo over ones in unpkg.com
hypest Dec 10, 2018
3a30e09
Use jsdelivr.net as the NPM CDN
hypest Dec 10, 2018
4e404ae
Merge pull request #91 from wordpress-mobile/feature/prioritize-jitpa…
hypest Dec 10, 2018
f5651eb
Make sure to pass the original RN event to the onPress call
daniloercoli Dec 10, 2018
0038145
Merge pull request #92 from wordpress-mobile/fix/pass-the-original-ev…
daniloercoli Dec 10, 2018
bee0936
Add `blur` method implemented with TextInputState. (see TextInput in …
daniloercoli Dec 10, 2018
f64b6a7
Merge pull request #93 from wordpress-mobile/add/blur-richtext
daniloercoli Dec 10, 2018
b2c81a9
Merge pull request #87 from wordpress-mobile/feature/set-remove-link-…
diegoreymendez Dec 11, 2018
715fbba
topSelection change is now a direct event to be in par with iOS side.
daniloercoli Dec 11, 2018
14b2163
Fixes a bug that was causing blocks to merge when pressing backspace …
diegoreymendez Dec 12, 2018
5622f12
Removing unnecessary one-line method from RCTAztecView.swift
etoledom Dec 12, 2018
a5af8ad
iOS: Remove unnecessary `self.`
etoledom Dec 12, 2018
8013b2d
Merge pull request #94 from wordpress-mobile/fix/switch-to-direct-eve…
daniloercoli Dec 13, 2018
a2d10e6
Merge pull request #97 from wordpress-mobile/fix/addressing-links-rel…
diegoreymendez Dec 13, 2018
41b5f9b
Merge pull request #95 from wordpress-mobile/issue/325-backspace-with…
diegoreymendez Dec 13, 2018
c1c160f
[iOS]: Fix issue where heading blocks are not behaving properly.
etoledom Dec 14, 2018
bd50e0b
Update Aztec hash for testing heading issue.
etoledom Dec 14, 2018
9fe5ec1
update Cartfile.resolved
etoledom Dec 14, 2018
6c55b22
[iOS] Remove unnecessary attributes changes on headings blocks
etoledom Dec 14, 2018
0137067
[iOS]: Ensure that there is never an empty string on Heading blocks t…
etoledom Dec 14, 2018
cf8dc8e
[iOS]: Stripping paragrap attributes from heading blocks.
etoledom Dec 14, 2018
2d6cd80
[iOS] Adding documentation for `BlockFormatHandler` protocol.
etoledom Dec 14, 2018
95ed867
Update Aztec hash
etoledom Dec 14, 2018
5fd057a
[iOS]: Adding call too `forceTypingAttributesIfNeeded` on blockModel …
etoledom Dec 17, 2018
90d48e7
Merge pull request #98 from wordpress-mobile/issue/ios-heading-behavior
etoledom Dec 17, 2018
8f8ba70
Update Aztec refs
daniloercoli Dec 18, 2018
2fd1d34
Merge pull request #101 from wordpress-mobile/fix/new-line-added-to-b…
daniloercoli Dec 18, 2018
52b7e34
Use Bintray mirror of RN when building in Jitpack
jtreanor Dec 18, 2018
0a7348a
Bump example/package.json dependencies to match package.json
jtreanor Dec 18, 2018
ff70a7b
Merge pull request #100 from wordpress-mobile/maven-mirror
hypest Dec 19, 2018
feb53b6
v0.3.0
koke Dec 20, 2018
f4fd8fa
v0.1.0
koke Dec 20, 2018
418b448
Use explicit Aztec version v1.3.13
jtreanor Dec 20, 2018
a31f2ea
Merge pull request #102 from wordpress-mobile/bump-aztec
hypest Dec 20, 2018
b0bd19e
v0.1.1
koke Dec 20, 2018
5f88dd5
Expose isFocused method
koke Dec 20, 2018
81c810d
Merge pull request #103 from wordpress-mobile/expose-is-focused
koke Dec 20, 2018
cdaa08b
v0.1.2
koke Dec 20, 2018
fc7288b
Avoid testing for focus if there is nothing focused
koke Dec 20, 2018
11c30e2
Merge pull request #104 from wordpress-mobile/fix-is-focused
koke Dec 20, 2018
8a4d564
v0.1.3
koke Dec 20, 2018
ea812b6
Fix capitalization on Android
koke Dec 21, 2018
44e911c
Merge pull request #106 from wordpress-mobile/fix-capitalization-android
koke Dec 21, 2018
ea4331a
v0.1.4
koke Dec 21, 2018
db220fc
Point to Aztec with fix for backspace on paste
hypest Dec 27, 2018
89497fe
Make sure all flags are set on the EditText, to make it multi-line an…
daniloercoli Dec 27, 2018
b4422f6
Match tagsoup version to Aztec's
hypest Dec 28, 2018
dc9b986
Point to the optimization commit
hypest Dec 28, 2018
be84e0b
Update Aztec ref to the merged commit
hypest Dec 28, 2018
2d7f7a1
Merge pull request #107 from wordpress-mobile/fix/paste-removes-block
hypest Dec 28, 2018
dd76294
Merge pull request #108 from wordpress-mobile/fix/aztec-on-one-line
daniloercoli Dec 31, 2018
c019065
Removed the react-native-aztec submodule
hypest Jan 3, 2019
45668c8
Add 'react-native-aztec/' from commit 'dd76294e94023b02311281a26d408c…
hypest Jan 3, 2019
c5212ef
Use local react-native-aztec in bridge's project
hypest Jan 3, 2019
02cafc0
Update to latest Gutenberg master
hypest Jan 3, 2019
c781fba
Let JitPack build with defaults
hypest Jan 3, 2019
3efb1a3
Add top level gradle wrapper for bridge, aztec Android projects
hypest Jan 3, 2019
7c0fd02
Add gradle build file for bridge, aztec for JitPack
hypest Jan 3, 2019
d86cd08
Set the maven group id to top level, aztec wrapper
hypest Jan 3, 2019
1d8bcb1
Add a maven plugin to react-native-aztec too
hypest Jan 3, 2019
da92211
Revert "Let JitPack build with defaults"
hypest Jan 3, 2019
b17bd94
Revert "Add top level gradle wrapper for bridge, aztec Android projects"
hypest Jan 3, 2019
3a928fe
Revert "Add gradle build file for bridge, aztec for JitPack"
hypest Jan 3, 2019
9e4e7d6
Have JitPack build react-native-aztec module too
hypest Jan 3, 2019
31756c7
Set the project name of react-native-aztec's project
hypest Jan 3, 2019
7f156ec
Merge branch 'develop' into feature/fold-aztec-wrapper-in-main-repo
hypest Jan 3, 2019
4f42e36
Adding RNTAztecView.podspect.json generated from local RNTAztecView.p…
etoledom Jan 4, 2019
0b973b5
RNAztecView iOS - Pointing podspec to load RNAztecView component from…
etoledom Jan 4, 2019
a101c2a
Update AztecEditor-iOS dependency as 1.4.1
pinarol Jan 11, 2019
c56f971
Use a variable for Aztec version
hypest Jan 11, 2019
cd32230
Bump to lateat Aztec release: v1.3.14
hypest Jan 11, 2019
9efdc01
Update iOS example app's deployment target as 10.0
pinarol Jan 11, 2019
3e8f324
Merge pull request #109 from wordpress-mobile/update/aztec-editor-ios…
pinarol Jan 11, 2019
a4f2e9e
Merge pull request #110 from wordpress-mobile/feature/bump-aztec-andr…
daniloercoli Jan 11, 2019
43f8e5a
Bump version number to v0.1.5
hypest Jan 11, 2019
7382ae3
Merge pull request #111 from wordpress-mobile/feature/bump-for-releas…
hypest Jan 11, 2019
6cf210c
Add onCaretVerticalPositionChange event
pinarol Jan 15, 2019
fe8e53a
Merge pull request #112 from wordpress-mobile/issue/464-caret-vertica…
pinarol Jan 17, 2019
aa88979
Need to set a value to the "build from source" flag
hypest Jan 18, 2019
0de87da
Merge branch 'develop' into feature/fold-aztec-wrapper-in-main-repo
hypest Jan 18, 2019
fcfa370
Merge commit 'fe8e53ac57230129655434705d22a9ed79ecfc97' into feature/…
hypest Jan 18, 2019
db6fd0a
iOS: AztecView podspect source from base branch
etoledom Jan 21, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions react-native-aztec/.flowconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[ignore]

[include]

[libs]

[lints]

[options]

[strict]
119 changes: 119 additions & 0 deletions react-native-aztec/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,119 @@
# OS X generated file
.DS_Store

# built application files
*.apk
*.ap_

# files for the dex VM
*.dex

# Java class files
*.class

# generated files
bin/
gen/
build/

# Local configuration file (sdk path, etc)
local.properties

# Eclipse project files
.settings/
.classpath
.project

# Intellij project files
*.iml
*.ipr
*.iws
.idea/

# Gradle
.gradle/
gradle.properties

# Generated by gradle
crashlytics.properties

# npm
node_modules/

# yarn
yarn-error.log

###
### Starting at this point, the Swift .gitignore rules from https://github.com/github/gitignore/blob/master/Swift.gitignore
###

# Xcode
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore

## Build generated
build/
DerivedData/

## Various settings
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata/

## Other
*.moved-aside
*.xccheckout
*.xcscmblueprint

## Obj-C/Swift specific
*.hmap
*.ipa
*.dSYM.zip
*.dSYM

## Playgrounds
timeline.xctimeline
playground.xcworkspace

# Swift Package Manager
#
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
# Packages/
# Package.pins
# Package.resolved
.build/

# CocoaPods
#
# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
#
Pods/

# Carthage
#
# Add this line if you want to avoid checking in source code from Carthage dependencies.

ios/Carthage
Carthage/Checkouts
Carthage/Build

# fastlane
#
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
# screenshots whenever they are needed.
# For more information about the recommended setup visit:
# https://docs.fastlane.tools/best-practices/source-control/#source-control

fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots/**/*.png
fastlane/test_output

Loading