mirror of
https://github.com/ushahidi/SMSSync.git
synced 2026-04-25 07:45:53 +03:00
[PR #331] [MERGED] 320 bug fix add mock data #440
Labels
No labels
Bug report
Code improvement
Concern
Feature request
Feature request
Good first issue to work on
In progress
Needs info
Question
Ready
Translation
User Experience
User Experience
Website
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SMSSync#440
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ushahidi/SMSSync/pull/331
Author: @eyedol
Created: 9/28/2015
Status: ✅ Merged
Merged: 9/28/2015
Merged by: @eyedol
Base:
master← Head:320-bug-fix-add-mock-data📝 Commits (1)
f90c5a0Fix #320 - Add mock data for internal releases📊 Changes
17 files changed (+1069 additions, -56 deletions)
View changed files
➕
smssync/src/internal/assets/json/logs/log.json(+4 -0)➕
smssync/src/internal/assets/json/logs/logs.json(+26 -0)➕
smssync/src/internal/assets/json/messages/failed_messages.json(+132 -0)➕
smssync/src/internal/assets/json/messages/message.json(+13 -0)📝
smssync/src/internal/assets/json/messages/messages.json(+3 -3)➕
smssync/src/internal/assets/json/messages/pending_messages.json(+106 -0)➕
smssync/src/internal/assets/json/messages/sent_messages.json(+41 -0)➕
smssync/src/internal/assets/json/messages/task_messages.json(+106 -0)➕
smssync/src/internal/java/org/addhen/smssync/data/repository/DataHelper.java(+48 -0)➕
smssync/src/internal/java/org/addhen/smssync/data/repository/InternalFilterDataRepository.java(+140 -0)➕
smssync/src/internal/java/org/addhen/smssync/data/repository/InternalLogDataRepository.java(+103 -0)📝
smssync/src/internal/java/org/addhen/smssync/data/repository/InternalMessageDataRepository.java(+130 -34)➕
smssync/src/internal/java/org/addhen/smssync/data/repository/InternalWebServiceDataRepository.java(+163 -0)📝
smssync/src/internal/java/org/addhen/smssync/presentation/di/module/InternalAppModule.java(+20 -2)📝
smssync/src/main/java/org/addhen/smssync/presentation/di/module/AppModule.java(+0 -17)📝
smssync/src/noAnalytics/java/org/addhen/smssync/presentation/di/module/NoAnalyticsAppModule.java(+17 -0)📝
smssync/src/withAnalytics/java/org/addhen/smssync/presentation/di/module/WithAnalyticsAppModule.java(+17 -0)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.