-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
17790c2
commit 62f9dce
Showing
41 changed files
with
779 additions
and
0 deletions.
There are no files selected for viewing
19 changes: 19 additions & 0 deletions
19
app/src/androidTest/java/ryey/easer/plugins/TestHelper.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,22 @@ | ||
/* | ||
* Copyright (c) 2016 - 2018 Rui Zhao <[email protected]> | ||
* | ||
* This file is part of Easer. | ||
* | ||
* Easer is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* Easer is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with Easer. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
package ryey.easer.plugins; | ||
|
||
import android.os.Parcel; | ||
|
19 changes: 19 additions & 0 deletions
19
app/src/androidTest/java/ryey/easer/plugins/event/battery/BatteryEventDataTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,22 @@ | ||
/* | ||
* Copyright (c) 2016 - 2018 Rui Zhao <[email protected]> | ||
* | ||
* This file is part of Easer. | ||
* | ||
* Easer is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* Easer is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with Easer. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
package ryey.easer.plugins.event.battery; | ||
|
||
import android.os.Parcel; | ||
|
19 changes: 19 additions & 0 deletions
19
...src/androidTest/java/ryey/easer/plugins/event/bluetooth_device/BTDeviceEventDataTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,22 @@ | ||
/* | ||
* Copyright (c) 2016 - 2018 Rui Zhao <[email protected]> | ||
* | ||
* This file is part of Easer. | ||
* | ||
* Easer is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* Easer is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with Easer. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
package ryey.easer.plugins.event.bluetooth_device; | ||
|
||
import android.os.Parcel; | ||
|
19 changes: 19 additions & 0 deletions
19
app/src/androidTest/java/ryey/easer/plugins/event/broadcast/BroadcastEventDataTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,22 @@ | ||
/* | ||
* Copyright (c) 2016 - 2018 Rui Zhao <[email protected]> | ||
* | ||
* This file is part of Easer. | ||
* | ||
* Easer is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* Easer is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with Easer. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
package ryey.easer.plugins.event.broadcast; | ||
|
||
import android.os.Parcel; | ||
|
19 changes: 19 additions & 0 deletions
19
app/src/androidTest/java/ryey/easer/plugins/event/calendar/CalendarEventDataTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,22 @@ | ||
/* | ||
* Copyright (c) 2016 - 2018 Rui Zhao <[email protected]> | ||
* | ||
* This file is part of Easer. | ||
* | ||
* Easer is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* Easer is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with Easer. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
package ryey.easer.plugins.event.calendar; | ||
|
||
import android.os.Parcel; | ||
|
19 changes: 19 additions & 0 deletions
19
...src/androidTest/java/ryey/easer/plugins/event/celllocation/CellLocationEventDataTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,22 @@ | ||
/* | ||
* Copyright (c) 2016 - 2018 Rui Zhao <[email protected]> | ||
* | ||
* This file is part of Easer. | ||
* | ||
* Easer is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* Easer is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with Easer. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
package ryey.easer.plugins.event.celllocation; | ||
|
||
import android.os.Parcel; | ||
|
19 changes: 19 additions & 0 deletions
19
...src/androidTest/java/ryey/easer/plugins/event/connectivity/ConnectivityEventDataTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,22 @@ | ||
/* | ||
* Copyright (c) 2016 - 2018 Rui Zhao <[email protected]> | ||
* | ||
* This file is part of Easer. | ||
* | ||
* Easer is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* Easer is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with Easer. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
package ryey.easer.plugins.event.connectivity; | ||
|
||
import android.os.Parcel; | ||
|
19 changes: 19 additions & 0 deletions
19
app/src/androidTest/java/ryey/easer/plugins/event/date/DateEventDataTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,22 @@ | ||
/* | ||
* Copyright (c) 2016 - 2018 Rui Zhao <[email protected]> | ||
* | ||
* This file is part of Easer. | ||
* | ||
* Easer is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* Easer is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with Easer. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
package ryey.easer.plugins.event.date; | ||
|
||
import android.os.Parcel; | ||
|
19 changes: 19 additions & 0 deletions
19
app/src/androidTest/java/ryey/easer/plugins/event/dayofweek/DayOfWeekEventDataTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,22 @@ | ||
/* | ||
* Copyright (c) 2016 - 2018 Rui Zhao <[email protected]> | ||
* | ||
* This file is part of Easer. | ||
* | ||
* Easer is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* Easer is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with Easer. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
package ryey.easer.plugins.event.dayofweek; | ||
|
||
import android.os.Parcel; | ||
|
19 changes: 19 additions & 0 deletions
19
app/src/androidTest/java/ryey/easer/plugins/event/headset/HeadsetEventDataTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,22 @@ | ||
/* | ||
* Copyright (c) 2016 - 2018 Rui Zhao <[email protected]> | ||
* | ||
* This file is part of Easer. | ||
* | ||
* Easer is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* Easer is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with Easer. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
package ryey.easer.plugins.event.headset; | ||
|
||
import android.os.Parcel; | ||
|
19 changes: 19 additions & 0 deletions
19
app/src/androidTest/java/ryey/easer/plugins/event/nfc_tag/NfcTagEventDataTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,22 @@ | ||
/* | ||
* Copyright (c) 2016 - 2018 Rui Zhao <[email protected]> | ||
* | ||
* This file is part of Easer. | ||
* | ||
* Easer is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* Easer is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with Easer. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
package ryey.easer.plugins.event.nfc_tag; | ||
|
||
import android.os.Parcel; | ||
|
19 changes: 19 additions & 0 deletions
19
...src/androidTest/java/ryey/easer/plugins/event/notification/NotificationEventDataTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,22 @@ | ||
/* | ||
* Copyright (c) 2016 - 2018 Rui Zhao <[email protected]> | ||
* | ||
* This file is part of Easer. | ||
* | ||
* Easer is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* Easer is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with Easer. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
package ryey.easer.plugins.event.notification; | ||
|
||
import android.os.Parcel; | ||
|
19 changes: 19 additions & 0 deletions
19
app/src/androidTest/java/ryey/easer/plugins/event/sms/SmsEventDataTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,22 @@ | ||
/* | ||
* Copyright (c) 2016 - 2018 Rui Zhao <[email protected]> | ||
* | ||
* This file is part of Easer. | ||
* | ||
* Easer is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* Easer is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with Easer. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
package ryey.easer.plugins.event.sms; | ||
|
||
import android.os.Parcel; | ||
|
19 changes: 19 additions & 0 deletions
19
app/src/androidTest/java/ryey/easer/plugins/event/tcp_trip/TcpTripEventDataTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,22 @@ | ||
/* | ||
* Copyright (c) 2016 - 2018 Rui Zhao <[email protected]> | ||
* | ||
* This file is part of Easer. | ||
* | ||
* Easer is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* Easer is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with Easer. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
package ryey.easer.plugins.event.tcp_trip; | ||
|
||
import android.os.Parcel; | ||
|
19 changes: 19 additions & 0 deletions
19
app/src/androidTest/java/ryey/easer/plugins/event/time/TimeEventDataTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,22 @@ | ||
/* | ||
* Copyright (c) 2016 - 2018 Rui Zhao <[email protected]> | ||
* | ||
* This file is part of Easer. | ||
* | ||
* Easer is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* Easer is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with Easer. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
package ryey.easer.plugins.event.time; | ||
|
||
import android.os.Parcel; | ||
|
19 changes: 19 additions & 0 deletions
19
app/src/androidTest/java/ryey/easer/plugins/event/timer/TimerEventDataTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,22 @@ | ||
/* | ||
* Copyright (c) 2016 - 2018 Rui Zhao <[email protected]> | ||
* | ||
* This file is part of Easer. | ||
* | ||
* Easer is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* Easer is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with Easer. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
package ryey.easer.plugins.event.timer; | ||
|
||
import android.os.Parcel; | ||
|
19 changes: 19 additions & 0 deletions
19
app/src/androidTest/java/ryey/easer/plugins/event/wifi/WifiEventDataTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,22 @@ | ||
/* | ||
* Copyright (c) 2016 - 2018 Rui Zhao <[email protected]> | ||
* | ||
* This file is part of Easer. | ||
* | ||
* Easer is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* Easer is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with Easer. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
package ryey.easer.plugins.event.wifi; | ||
|
||
import android.os.Parcel; | ||
|
Oops, something went wrong.