• This repository has been archived on 12/Nov/2020
  • Stars
    star
    189
  • Rank 197,654 (Top 5 %)
  • Language
    Java
  • License
    GNU General Publi...
  • Created over 9 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

⛔️ [DEPRECATED] A reusable Android rich text editor component.

WordPress-Editor-Android

Build Status

Introduction

WordPress-Editor-Android is the text editor used in the WordPress Android app to create and edit pages & posts. In short it's a simple, straightforward way to visually edit HTML.

Testing

This project has both unit testing and integration testing, maintained and run separately.

Unit testing is done with the Robolectric framework. To run unit tests simply run gradlew testDebug.

Integration testing is done with the Android testing framework. To run integration tests run gradlew connectedAndroidTest.

Add new unit tests to src/test/java/ and integration tests to stc/androidTest/java/.

JavaScript Tests

This project also has unit tests for the JS part of the editor using Mocha.

To be able to run the tests, npm and Mocha (npm install -g mocha) are required.

With npm and Mocha installed, from within example/src/test/js, run:

npm install chai

And then run mocha inside the same folder:

cd example/src/test/js; mocha test*; cd -

LICENSE

WordPress-Editor-Android is an Open Source project covered by the GNU General Public License version 2.

More Repositories

1

WordPress-iOS

WordPress for iOS - Official repository
Swift
3,596
star
2

WordPress-Android

WordPress for Android
Kotlin
2,874
star
3

WordPress-Editor-iOS

⛔️ [DEPRECATED] A reusable iOS rich text editor component.
JavaScript
1,060
star
4

AztecEditor-Android

A reusable native Android rich text editor component.
Kotlin
673
star
5

AztecEditor-iOS

A reusable native iOS visual HTML text editor component.
Swift
577
star
6

PasscodeLock-Android

Android Library that provides passcode lock to your app
Java
352
star
7

gutenberg-mobile

Mobile version of Gutenberg - native iOS and Android
JavaScript
217
star
8

MediaPicker-iOS

WPMediaPicker is an iOS controller that allows capture and picking of media assets.
Objective-C
110
star
9

wpxmlrpc

A lightweight XML-RPC encoder/decoder for iOS, OS X, and tvOS
Objective-C
87
star
10

WordPress-API-iOS

A library to connect to WordPress sites using XML-RPC or the WordPress.com REST API
Objective-C
66
star
11

WordPress-FluxC-Android

WordPress Network and Persistence layer based on the Flux architecture
Kotlin
58
star
12

MediaEditor-iOS

Easy add image editing features to your iOS app! 🖼️
Swift
46
star
13

EmailChecker

Email checking library for Android and iOS
C++
46
star
14

WordPressKit-iOS

WordPressKit offers a clean and simple WordPress.com and WordPress.org network API.
Swift
40
star
15

swift-style-guide

Swift Style Guide
34
star
16

WordPress-Utils-Android

Common utilities used by WordPress-Android.
Java
33
star
17

release-toolkit

Shared tools used in release automation
Ruby
31
star
18

cocoapods-repo-update

A CocoaPods plugin that updates your specs repos on pod install if needed.
Ruby
27
star
19

react-native-aztec

Wrapping Aztec Android and Aztec iOS in a React Native component
Java
27
star
20

WordCamp-Android

WordCamp for Android
Java
24
star
21

WordPress-WindowsPhone

WordPress for WindowsPhone
C#
20
star
22

MediaPicker-Android

MediaPicker is an Android Fragment that allows capture and selection of media assets from a variety of sources.
Java
19
star
23

NSObject-SafeExpectations

No more crashes getting unexpected values from a NSDictionary
Objective-C
19
star
24

WordPress-iOS-Shared

Shared components used in building the WordPress iOS apps and other library components
Objective-C
17
star
25

WordPressAuthenticator-iOS

Swift
15
star
26

NSURL-IDN

Support for IDN (punycode) in NSURL
Objective-C
14
star
27

WordPress-Login-Flow-Android

Pluggable WordPress login flow for Android
Java
13
star
28

objective-c-style-guide

Objective-C Style Guide
12
star
29

test-cases

Test case repository for Gutenberg editor used in the WordPress mobile app
11
star
30

WordPressCom-Stats-iOS

⛔️ [DEPRECATED] Reusable component for displaying WordPress.com site stats in an iOS application
Objective-C
10
star
31

WordPressCom-Analytics-iOS

⛔️ [DEPRECATED] Library for handling Analytics tracking in WPiOS
Objective-C
8
star
32

WordPress-Networking-Android

Networking library used by WordPress-Android and other WordPress-*-Android components
Java
7
star
33

WordPressFlux-iOS

WordPressFlux
Swift
7
star
34

PersistentEditText-Android

Android EditText subclass with persistence
Java
7
star
35

WordPressUI-iOS

Swift
7
star
36

WordPress-BlackBerry-Legacy

WordPress for BlackBerry OS 7.1 and earlier.
Java
5
star
37

release-toolkit-gutenberg-mobile

Automation Scripts for Releasing Gutenberg-Mobile Updates to the WordPress Mobile Apps.
Go
5
star
38

circleci-orbs

The source code for some CircleCI orbs published by wordpress-mobile
Shell
5
star
39

WordPress-Analytics-Android

⛔️ [DEPRECATED] Library for handling Analytics tracking in WordPress Android.
Java
4
star
40

WordPress-BlackBerry

WordPress for BlackBerry 10
C++
4
star
41

EmailChecker-Android

Email checking library for Android
Kotlin
3
star
42

WordCamp-iOS

WordCamp for iOS
3
star
43

WordPress-Android-Libraries-Gradle-Plugin

Gradle Plugin for WordPress Android library development setup
Groovy
3
star
44

WordPress-Editor-Common

Common code of Android and iOS rich text editor component.
JavaScript
3
star
45

cocoapods-specs

Our internal CocoaPods spec repository for Automattic's internal pods
Ruby
3
star
46

test-case-reminder-bot

GitHub bot that drops a comment to the PR about what to test when a specific file changes in gutenberg repo. Test cases and configurations live in gutenberg-tests repo.
Ruby
3
star
47

WordPress-MediaPicker-Android

Kotlin
2
star
48

editor-test-ios

Objective-C
2
star
49

docker-glotpress-linter

A docker image that lints files before they're uploaded to GlotPress
PHP
2
star
50

WordPress-Ratings-iOS

Library for handling App Ratings Logic
Objective-C
2
star
51

WordPressMocks

Network mocking for testing the WordPress mobile apps
Java
2
star
52

app-secrets-management-ios

Files related to iOS application secrets management.
Shell
2
star
53

react-native-libraries-publisher

Shell
1
star
54

WordPress-Lint-Android

Pluggable lint module for WordPress-Android
Kotlin
1
star
55

docker-gb-mobile-image

Dockerfile
1
star
56

gutenberg-plugin-hello-world

JavaScript
1
star
57

automatization-scripts

Shell
1
star
58

WordPress-HealthCheck-iOS

Health check for common iOS problems
Shell
1
star
59

Pioupiou

Micro blogging app using your WordPress site as backend.
Java
1
star
60

app-blocking-plugins

This repository contains a list of plugins that cause problems with WordPress Apps connecting correctly.
1
star
61

WordPress-HealthCheck-Common

Health-Check cross-platform test cases
HTML
1
star