repo string | commit string | message string | diff string |
|---|---|---|---|
clairvy/localenv | cc7db6e7b201db5eff653f2c6ba606d62fecfa69 | TMUX remove window colour | diff --git a/.tmux.conf b/.tmux.conf
index e0ebfd8..42ebe27 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -1,36 +1,36 @@
# tmuxèµ·åæã®ã·ã§ã«ãzshã«ãã
set-option -g default-shell /usr/local/bin/zsh
## ã¢ã¯ãã£ããªãã¤ã³ã®ã¿ç½ã£ã½ã夿´ï¼çã£é»ã¯232ï¼
-set -g window-style 'bg=colou... |
clairvy/localenv | c868b8592fc3825f63103e9da0428882677d8aa6 | VIM Add NERDTree filer | diff --git a/.vim/userautoload/dein/plugins.toml b/.vim/userautoload/dein/plugins.toml
index f5cd61b..dd9587e 100644
--- a/.vim/userautoload/dein/plugins.toml
+++ b/.vim/userautoload/dein/plugins.toml
@@ -1,74 +1,81 @@
[[plugins]]
repo = 'Shougo/dein.vim'
[[plugins]]
repo = 'Shougo/neosnippet.vim'
[[plugins]]
... |
clairvy/localenv | e952bd09132c8c05bb590fca58038f866020f667 | TMUX add send-prefix | diff --git a/.tmux.conf b/.tmux.conf
index 2b23496..e0ebfd8 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -1,34 +1,36 @@
# tmuxèµ·åæã®ã·ã§ã«ãzshã«ãã
set-option -g default-shell /usr/local/bin/zsh
## ã¢ã¯ãã£ããªãã¤ã³ã®ã¿ç½ã£ã½ã夿´ï¼çã£é»ã¯232ï¼
set -g window-style 'bg=colou... |
clairvy/localenv | 53215c006f423295460eb37c913c3a96bec9213f | ZSH Modify tmux function | diff --git a/.zshrc b/.zshrc
index ad73106..af6b121 100644
--- a/.zshrc
+++ b/.zshrc
@@ -1,739 +1,739 @@
#!/usr/bin/env zsh
# -*- coding: utf-8-unix; sh-basic-offset: 2; -*-
stty -ixon
stty -istrip
bindkey -e
bindkey '^W' kill-region
HISTFILE=~/.zhistory
HISTSIZE=100000
SAVEHIST=10000000
autoload histor... |
clairvy/localenv | 0ce3488e62b85cac373b6fd282eef3942b6ff09f | VIM Add tmux config setting | diff --git a/.vim/userautoload/dein/plugins.toml b/.vim/userautoload/dein/plugins.toml
index e26725d..f5cd61b 100644
--- a/.vim/userautoload/dein/plugins.toml
+++ b/.vim/userautoload/dein/plugins.toml
@@ -1,71 +1,74 @@
[[plugins]]
repo = 'Shougo/dein.vim'
[[plugins]]
repo = 'Shougo/neosnippet.vim'
[[plugins]]
... |
clairvy/localenv | e45596ccc751957fc19249370961bde83859e81b | VIM add dein config | diff --git a/.vim/userautoload/dein/lazy.toml b/.vim/userautoload/dein/lazy.toml
new file mode 100644
index 0000000..2b0e999
--- /dev/null
+++ b/.vim/userautoload/dein/lazy.toml
@@ -0,0 +1,3 @@
+[[plugins]]
+repo = 'cespare/vim-toml'
+on_ft = ['toml']
diff --git a/.vim/userautoload/dein/plugins.toml b/.vim/userautoload... |
clairvy/localenv | e0d35549d5652078654ab09cfa919a8b25563766 | ZSH add global alias with git | diff --git a/.zshrc b/.zshrc
index cbda15a..ad73106 100644
--- a/.zshrc
+++ b/.zshrc
@@ -1,737 +1,739 @@
#!/usr/bin/env zsh
# -*- coding: utf-8-unix; sh-basic-offset: 2; -*-
stty -ixon
stty -istrip
bindkey -e
bindkey '^W' kill-region
HISTFILE=~/.zhistory
HISTSIZE=100000
SAVEHIST=10000000
autoload histor... |
clairvy/localenv | 020b0905e6940efd2079530af437901ffbb6069b | ZSH add alias to sort | diff --git a/.zshrc b/.zshrc
index 149c675..cbda15a 100644
--- a/.zshrc
+++ b/.zshrc
@@ -1,734 +1,737 @@
#!/usr/bin/env zsh
# -*- coding: utf-8-unix; sh-basic-offset: 2; -*-
stty -ixon
stty -istrip
bindkey -e
bindkey '^W' kill-region
HISTFILE=~/.zhistory
HISTSIZE=100000
SAVEHIST=10000000
autoload histor... |
clairvy/localenv | 24b07634f1c288cf8ed490663d0b202d59aabb26 | ZSH add path to exa | diff --git a/.zshrc b/.zshrc
index 7860727..149c675 100644
--- a/.zshrc
+++ b/.zshrc
@@ -1,730 +1,734 @@
#!/usr/bin/env zsh
# -*- coding: utf-8-unix; sh-basic-offset: 2; -*-
stty -ixon
stty -istrip
bindkey -e
bindkey '^W' kill-region
HISTFILE=~/.zhistory
HISTSIZE=100000
SAVEHIST=10000000
autoload histor... |
clairvy/localenv | 69ceff23369943aa9666a9c7a6aa37e148b6f432 | TMUX make it simple | diff --git a/.tmux.conf b/.tmux.conf
index 5ac42cd..2b23496 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -1,170 +1,34 @@
-#utf setting
-#set-window-option -g utf8 on
-set-window-option -g mode-keys vi
-set-window-option -g automatic-rename off
-
-# set -g status-bg white
-# set -g status-fg black
+# tmuxèµ·åæã®ã·ã... |
clairvy/localenv | b86812fff6c100193990fe71f460a38caaf7d5da | GIT prevent push master branch 3 | diff --git a/.gitconfig b/.gitconfig
index 1695a20..b2ef898 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -1,106 +1,108 @@
[user]
name = clairvy
email = clairvy@gmail.com
[push]
default = nothing
[color]
diff = auto
status = auto
branch = auto
interactive = auto
grep = auto
[core]
excludesfile = ~/.... |
clairvy/localenv | aa2d5a89d569970a73649f718ee6a3059303b5a5 | ZSH prevent push another name branch 2 | diff --git a/.gitconfig b/.gitconfig
index d1e091d..1695a20 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -1,104 +1,106 @@
[user]
name = clairvy
email = clairvy@gmail.com
+[push]
+ default = nothing
[color]
diff = auto
status = auto
branch = auto
interactive = auto
grep = auto
[core]
excludesfile = ~/.... |
clairvy/localenv | 11a35f546cb25c0c36c04786346d3cde757e10b9 | ZSH prevent push another name branch | diff --git a/.gitconfig b/.gitconfig
index 5eb8ac4..d1e091d 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -1,106 +1,104 @@
[user]
name = clairvy
email = clairvy@gmail.com
[color]
diff = auto
status = auto
branch = auto
interactive = auto
grep = auto
-[push]
- default = tracking
[core]
excludesfile = ~/... |
clairvy/localenv | 27a1ed8bbb19185295b06cd69e363efbe7abb971 | ZSH append vim config | diff --git a/.zshrc b/.zshrc
index 0084f13..687b396 100644
--- a/.zshrc
+++ b/.zshrc
@@ -217,512 +217,514 @@ fi
# default path
path=(/usr/bin /bin)
# for sbin
if [[ -d /sbin ]];then
path=($path /sbin)
fi
if [[ -d /usr/sbin ]];then
path=($path /usr/sbin)
fi
# /usr/local
if [[ -d /usr/local/sbin ]]; then... |
clairvy/localenv | 51d5f9b3e2fbcb1c80ded111b310bcf1fc9ecfac | ZSH change format for gla | diff --git a/.zshrc b/.zshrc
index dfd9588..0084f13 100644
--- a/.zshrc
+++ b/.zshrc
@@ -1,728 +1,728 @@
#!/usr/bin/env zsh
# -*- coding: utf-8-unix; sh-basic-offset: 2; -*-
stty -ixon
stty -istrip
bindkey -e
bindkey '^W' kill-region
HISTFILE=~/.zhistory
HISTSIZE=100000
SAVEHIST=10000000
autoload histor... |
clairvy/localenv | b53f78001b7e83ef129e272d0b13389a23c3762f | TMUX append pbcopy setting | diff --git a/.tmux.conf b/.tmux.conf
index 8b4e047..5ac42cd 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -1,170 +1,170 @@
#utf setting
#set-window-option -g utf8 on
set-window-option -g mode-keys vi
set-window-option -g automatic-rename off
# set -g status-bg white
# set -g status-fg black
set -s escape-time ... |
clairvy/localenv | b8c6e5df1df6ba8cf4a01f95cf6b68bbafae6eac | BASH append cargo path | diff --git a/.bash_profile b/.bash_profile
index bf80703..351ed29 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -1,9 +1,11 @@
#!/usr/bin/env bash
if [[ -x /usr/bin/zsh ]]; then
export SHELL=/usr/bin/zsh
exec $SHELL
elif [[ -x /bin/zsh ]]; then
export SHELL=/bin/zsh
exec $SHELL
fi
+
+export... |
clairvy/localenv | 673e7a14650c57c8288ac1c7e526a75168b07bc1 | GIT append lfs and timeformat | diff --git a/.gitconfig b/.gitconfig
index 9634293..5eb8ac4 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -1,99 +1,106 @@
[user]
name = clairvy
email = clairvy@gmail.com
[color]
diff = auto
status = auto
branch = auto
interactive = auto
grep = auto
[push]
default = tracking
[core]
excludesfile = ~/.... |
clairvy/localenv | 5710d599d8b8d33ee8d261aaa3c52519798a6d3e | ZSH append rust path | diff --git a/.zshrc b/.zshrc
index 68328a3..dfd9588 100644
--- a/.zshrc
+++ b/.zshrc
@@ -212,512 +212,517 @@ else
PROMPT=$prompt_color'%U%B%n'$rprompt_color'%U@'$prompt_color'%B%m%b %h '$prompt_char$clear_color'%u '
RPROMPT=$vcs_prompot_color'%1(v|%1v%2v|)${vcs_info_git_pushed} '$rprompt_color'[%~]'$clear_color
... |
clairvy/localenv | 49535de606073f6082ee59dd5f9f70ab323b67f4 | ZSH append kube completion config | diff --git a/.zshrc b/.zshrc
index 8afcc42..68328a3 100644
--- a/.zshrc
+++ b/.zshrc
@@ -207,512 +207,517 @@ else
prompt_color='%{[37m%}' # white [0m
prompt_char='#'
else
prompt_color='%{[35m%}' # pink [0m
fi
PROMPT=$prompt_color'%U%B%n'$rprompt_color'%U@'$prompt_color'%B%m%b %h '$... |
clairvy/localenv | c2584e94765dff2fd13fe8f03b10f6dcf80cc21f | ZSH append date format for 2.6 or later | diff --git a/.zshrc b/.zshrc
index 57fa867..8afcc42 100644
--- a/.zshrc
+++ b/.zshrc
@@ -1,714 +1,718 @@
#!/usr/bin/env zsh
# -*- coding: utf-8-unix; sh-basic-offset: 2; -*-
stty -ixon
stty -istrip
bindkey -e
bindkey '^W' kill-region
HISTFILE=~/.zhistory
HISTSIZE=100000
SAVEHIST=10000000
autoload histor... |
clairvy/localenv | feae4a835a91f8097016fea0cda978b31dc2c039 | INIT Add usage | diff --git a/init.sh b/init.sh
index 098bb50..8b9ed4f 100755
--- a/init.sh
+++ b/init.sh
@@ -1,26 +1,29 @@
#!/bin/sh
+echo "Usage: run command first to use vim"
+echo 'git submodule update --init'
+
for f in .*; do
if [ x"$f" == x'.' -o x"$f" == x'..' ]; then
continue
fi
if [ x"$f" == x'.gitmodules' -... |
clairvy/localenv | 4f32277bf3a6da8795fe59fadc78bb8578891f20 | KARABINER-ELEMENTS append kana bind | diff --git a/.config/karabiner/karabiner.json b/.config/karabiner/karabiner.json
index c3c57e3..090316e 100644
--- a/.config/karabiner/karabiner.json
+++ b/.config/karabiner/karabiner.json
@@ -1,46 +1,611 @@
{
"global": {
"check_for_updates_on_startup": true,
"show_in_menu_bar": true,
"... |
clairvy/localenv | 1f5a35eb8e585b1bf64cc4bd553ede65ebc41afa | KARABINER-ELEMENTS append kana bind parts | diff --git a/.config/karabiner/assets/complex_modifications/shift_space.json b/.config/karabiner/assets/complex_modifications/shift_space.json
new file mode 100644
index 0000000..e1f8208
--- /dev/null
+++ b/.config/karabiner/assets/complex_modifications/shift_space.json
@@ -0,0 +1,34 @@
+{
+ "title": "Personal Setting... |
clairvy/localenv | 61d38be01451ba0c2f0fa87b5f08f50fa03b51c4 | TMUX some changes for tmux | diff --git a/.tmux.conf b/.tmux.conf
index 24f82a8..8b4e047 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -1,166 +1,170 @@
#utf setting
-set-window-option -g utf8 on
+#set-window-option -g utf8 on
set-window-option -g mode-keys vi
set-window-option -g automatic-rename off
# set -g status-bg white
# set -g status-f... |
clairvy/localenv | 698eaba3388c8446ad554ee7891a471f6145fb0d | ZSH append zplug and xpanes plugin | diff --git a/.zshrc b/.zshrc
index 9092d6d..57fa867 100644
--- a/.zshrc
+++ b/.zshrc
@@ -196,512 +196,519 @@ if [[ x"$use_color" != x"true" ]]; then
PROMPT='%U%B%n@%m%b %h %#%u '
RPROMPT=
else
local prompt_color='%{[32m%}'
local clear_color='%{[0m%}'
local rprompt_color='%{[33m%}' # yellow [0m
lo... |
clairvy/localenv | 509b7c378f531267aabf86da14c0a6c42684011f | ZSH append gfp alias | diff --git a/.zshrc b/.zshrc
index baa9649..9092d6d 100644
--- a/.zshrc
+++ b/.zshrc
@@ -1,706 +1,707 @@
#!/usr/bin/env zsh
# -*- coding: utf-8-unix; sh-basic-offset: 2; -*-
stty -ixon
stty -istrip
bindkey -e
bindkey '^W' kill-region
HISTFILE=~/.zhistory
HISTSIZE=100000
SAVEHIST=10000000
autoload histor... |
clairvy/localenv | 2782dd6abe0f6b316372fb07ae92f5474c87b4cb | BREW append tmux-xpane | diff --git a/Brewfile b/Brewfile
index dbc5841..be74256 100644
--- a/Brewfile
+++ b/Brewfile
@@ -1,28 +1,32 @@
update
upgrade
install zsh 2>&1 | egrep -v '^Warning: ' || true
install git 2>&1 | egrep -v '^Warning: ' || true
install lv 2>&1 | egrep -v '^Warning: ' || true
install rlwrap 2>&1 | egrep -v '^Warni... |
clairvy/localenv | 7d9bfc3b66926f7cf66ac842e1fbc68b340aa4a7 | VIM append go setting | diff --git a/.vimrc b/.vimrc
index 1870fab..0594789 100644
--- a/.vimrc
+++ b/.vimrc
@@ -1,245 +1,248 @@
filetype on
" vundle ã使ã {{{1
set nocompatible
filetype off
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
Plugin 'VundleVim/Vundle.vim'
" Vundle
Plugin 'elixir-lang/vim-elixir'
Plugin... |
clairvy/localenv | e8b142fa877157f11afabe7904f6fa2a1f4c7272 | KARABINER-ELEM append conf | diff --git a/.config/karabiner/karabiner.json b/.config/karabiner/karabiner.json
index 34bf7b8..c3c57e3 100644
--- a/.config/karabiner/karabiner.json
+++ b/.config/karabiner/karabiner.json
@@ -1,29 +1,46 @@
{
+ "global": {
+ "check_for_updates_on_startup": true,
+ "show_in_menu_bar": true,
+ "s... |
clairvy/localenv | 7e70e713ed487ddcd35d310ffcf0e903e276657d | EMACS remove several modules | diff --git a/.emacs b/.emacs
index 7c88212..fead8c1 100644
--- a/.emacs
+++ b/.emacs
@@ -1,1102 +1,1088 @@
;;; -*- mode: emacs-lisp; coding: utf-8-unix; -*-
;;; ããä¸è¬åº¦ã®é«ããã®ãä¸ã«ããæ¹éï¼
;;; éä¸ã§ã³ã±ã¦ï¼C-h ãå¹ããªãã£ããã¢ã¬ã§ããï¼
;;; ãã¼ãã¤ã³ã
... |
clairvy/localenv | dd13e632ed79aa9cb4d7fb49c45cd3c7bf3adfd4 | GIT rm z | diff --git a/.gitmodules b/.gitmodules
index ceda0b8..684a601 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,84 +1,81 @@
[submodule ".vim/bundle/vim-pathogen"]
path = .vim/bundle/vim-pathogen
url = https://github.com/tpope/vim-pathogen.git
[submodule ".emacs.d/gist-snapshot"]
path = .emacs.d/gist-snapshot
u... |
clairvy/localenv | 57b0bb9554441a8b59e4edcd68d37644ca5734d4 | EMACS rm ensime | diff --git a/.emacs.d/ensime b/.emacs.d/ensime
deleted file mode 160000
index d96f4e6..0000000
--- a/.emacs.d/ensime
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit d96f4e61ee85a07665348cb3933db7423082b428
diff --git a/.gitmodules b/.gitmodules
index f56d3c9..ceda0b8 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,87 +... |
360/360-Engine-for-Android | c1f55b261851c21e8f0d65f34542c65ae110afaa | Added ability to show identities that are currently being validated. | diff --git a/src/com/vodafone360/people/ApplicationCache.java b/src/com/vodafone360/people/ApplicationCache.java
index 1e9ccb9..9e26da6 100644
--- a/src/com/vodafone360/people/ApplicationCache.java
+++ b/src/com/vodafone360/people/ApplicationCache.java
@@ -1,542 +1,543 @@
/*
* CDDL HEADER START
*
* The conten... |
360/360-Engine-for-Android | 7383b0c121b6891bf241173c684cf2eaaf3ec58b | Added some documentation for the LASTEST_CONTACT_STATUS field and replaced magic numbers. | diff --git a/src/com/vodafone360/people/database/tables/ActivitiesTable.java b/src/com/vodafone360/people/database/tables/ActivitiesTable.java
index 8348418..84e0cfc 100644
--- a/src/com/vodafone360/people/database/tables/ActivitiesTable.java
+++ b/src/com/vodafone360/people/database/tables/ActivitiesTable.java
@@ -1,2... |
360/360-Engine-for-Android | 60ff25d546a3eebfcd4ca1aa3f3318d71350280e | Fix for PAND-2604. | diff --git a/src/com/vodafone360/people/database/tables/ActivitiesTable.java b/src/com/vodafone360/people/database/tables/ActivitiesTable.java
index 8938d50..8348418 100644
--- a/src/com/vodafone360/people/database/tables/ActivitiesTable.java
+++ b/src/com/vodafone360/people/database/tables/ActivitiesTable.java
@@ -176... |
360/360-Engine-for-Android | 09ee1314ad4172c56c53f885576831f7642cd565 | Removed useless leading and trailing whitespaces. | diff --git a/src/com/vodafone360/people/database/tables/ActivitiesTable.java b/src/com/vodafone360/people/database/tables/ActivitiesTable.java
index e31e826..8938d50 100644
--- a/src/com/vodafone360/people/database/tables/ActivitiesTable.java
+++ b/src/com/vodafone360/people/database/tables/ActivitiesTable.java
@@ -1,2... |
360/360-Engine-for-Android | 7a3442bce3c343a2dd0f3286fa5e744c5a28fdae | Fix for PAND-2656 | diff --git a/src/com/vodafone360/people/ApplicationCache.java b/src/com/vodafone360/people/ApplicationCache.java
index 8a494c2..1e9ccb9 100644
--- a/src/com/vodafone360/people/ApplicationCache.java
+++ b/src/com/vodafone360/people/ApplicationCache.java
@@ -1,801 +1,801 @@
/*
* CDDL HEADER START
*
* The conten... |
360/360-Engine-for-Android | f8460db971abd4cf9fcdab8ab5c9154852ac3412 | Fix for PAND-2607 | diff --git a/src/com/vodafone360/people/datatypes/Identity.java b/src/com/vodafone360/people/datatypes/Identity.java
index 65aedf6..680834c 100644
--- a/src/com/vodafone360/people/datatypes/Identity.java
+++ b/src/com/vodafone360/people/datatypes/Identity.java
@@ -1,632 +1,642 @@
/*
* CDDL HEADER START
*
* Th... |
360/360-Engine-for-Android | 887c9d9f5c090fe98e5124a0c64e8a10a96ce40f | PAND-2643 Activities engine is running much during NAB sync | diff --git a/src/com/vodafone360/people/engine/BaseEngine.java b/src/com/vodafone360/people/engine/BaseEngine.java
index 41573f2..21b44ae 100644
--- a/src/com/vodafone360/people/engine/BaseEngine.java
+++ b/src/com/vodafone360/people/engine/BaseEngine.java
@@ -1,532 +1,590 @@
/*
* CDDL HEADER START
*
* The co... |
360/360-Engine-for-Android | d1fdae9c6b692a2b676daf9c0a139bb836780229 | Removed five unnecessary states from ServiceStatus. | diff --git a/src/com/vodafone360/people/service/ServiceStatus.java b/src/com/vodafone360/people/service/ServiceStatus.java
index 98d1d8b..639422b 100644
--- a/src/com/vodafone360/people/service/ServiceStatus.java
+++ b/src/com/vodafone360/people/service/ServiceStatus.java
@@ -1,99 +1,94 @@
/*
* CDDL HEADER START
... |
360/360-Engine-for-Android | fe752e7d8d2b161c0fc68445c2ae0db8e1184578 | Revert "Fix for PAND-2607" | diff --git a/src/com/vodafone360/people/datatypes/Identity.java b/src/com/vodafone360/people/datatypes/Identity.java
index a4a995e..65aedf6 100644
--- a/src/com/vodafone360/people/datatypes/Identity.java
+++ b/src/com/vodafone360/people/datatypes/Identity.java
@@ -1,642 +1,632 @@
/*
* CDDL HEADER START
*
* Th... |
360/360-Engine-for-Android | c6018f3c4e09742662c94138606740a298b6f260 | Fix for PAND-2607 | diff --git a/src/com/vodafone360/people/datatypes/Identity.java b/src/com/vodafone360/people/datatypes/Identity.java
index 65aedf6..a4a995e 100644
--- a/src/com/vodafone360/people/datatypes/Identity.java
+++ b/src/com/vodafone360/people/datatypes/Identity.java
@@ -1,632 +1,642 @@
/*
* CDDL HEADER START
*
* Th... |
360/360-Engine-for-Android | 55f55627934f8addd5705d24b6ce7c1980300a7f | PAND-2658: Crash on HTC Sense devices when changing SIM card. | diff --git a/src/com/vodafone360/people/service/utils/UserDataProtection.java b/src/com/vodafone360/people/service/utils/UserDataProtection.java
index 53c54b4..a1a0c5e 100755
--- a/src/com/vodafone360/people/service/utils/UserDataProtection.java
+++ b/src/com/vodafone360/people/service/utils/UserDataProtection.java
@@ ... |
360/360-Engine-for-Android | 234c3c64f8ec89b868c44478b4e2a70659966676 | PAND-2555. Additional fix | diff --git a/src/com/vodafone360/people/database/tables/StateTable.java b/src/com/vodafone360/people/database/tables/StateTable.java
index e605cfe..dafe90e 100644
--- a/src/com/vodafone360/people/database/tables/StateTable.java
+++ b/src/com/vodafone360/people/database/tables/StateTable.java
@@ -179,1194 +179,1194 @@ p... |
360/360-Engine-for-Android | adc8b45131b34cfa1148e0984aaacb34590ed666 | PAND-2555: engine test fix | diff --git a/tests/src/com/vodafone360/people/tests/service/AuthenticatorTest.java b/tests/src/com/vodafone360/people/tests/service/AuthenticatorTest.java
index b87bc3e..6fdcfd4 100644
--- a/tests/src/com/vodafone360/people/tests/service/AuthenticatorTest.java
+++ b/tests/src/com/vodafone360/people/tests/service/Authen... |
360/360-Engine-for-Android | d811a1dd99f7704c0e0e5afa8cd708c320726565 | Fix for PAND-2555 | diff --git a/src/com/vodafone360/people/ApplicationCache.java b/src/com/vodafone360/people/ApplicationCache.java
index 3f1654c..8a494c2 100644
--- a/src/com/vodafone360/people/ApplicationCache.java
+++ b/src/com/vodafone360/people/ApplicationCache.java
@@ -1,664 +1,658 @@
/*
* CDDL HEADER START
*
* The conten... |
360/360-Engine-for-Android | 1b2ce4d45c954ca5a391ee0af310533f9092eecd | Fix for PAND-2506 | diff --git a/src/com/vodafone360/people/database/DatabaseHelper.java b/src/com/vodafone360/people/database/DatabaseHelper.java
index ee6cb5f..cb53a40 100644
--- a/src/com/vodafone360/people/database/DatabaseHelper.java
+++ b/src/com/vodafone360/people/database/DatabaseHelper.java
@@ -1,829 +1,829 @@
/*
* CDDL HEADE... |
360/360-Engine-for-Android | 22e984cd528720e9d0ff0231906855fde33701b3 | FIXED FOR PAND-2109 | diff --git a/src/com/vodafone360/people/Intents.java b/src/com/vodafone360/people/Intents.java
index e407cbf..58bd9d3 100644
--- a/src/com/vodafone360/people/Intents.java
+++ b/src/com/vodafone360/people/Intents.java
@@ -1,52 +1,54 @@
/*
* CDDL HEADER START
*
* The contents of this file are subject to the terms ... |
360/360-Engine-for-Android | 9827e5e06f5589fdb22fd1334d51211bfc2a3dba | Added fix for PAND-2517. | diff --git a/src/com/vodafone360/people/ApplicationCache.java b/src/com/vodafone360/people/ApplicationCache.java
index c289a51..3f1654c 100644
--- a/src/com/vodafone360/people/ApplicationCache.java
+++ b/src/com/vodafone360/people/ApplicationCache.java
@@ -1,782 +1,807 @@
/*
* CDDL HEADER START
*
* The conten... |
360/360-Engine-for-Android | 37473600e82b4a5d683c7820298cddb9874d167d | Fix for PAND-2626 - Not only fixed two crashes but also fixed inconsistencies in PAND-1883 | diff --git a/src/com/vodafone360/people/database/DatabaseHelper.java b/src/com/vodafone360/people/database/DatabaseHelper.java
index e8c1bb4..ee6cb5f 100644
--- a/src/com/vodafone360/people/database/DatabaseHelper.java
+++ b/src/com/vodafone360/people/database/DatabaseHelper.java
@@ -920,1597 +920,1610 @@ public class ... |
360/360-Engine-for-Android | ef58d7c70d29c7c9b348932fbd222f21ec41f9a9 | Added fix for PAND-2510 | diff --git a/src/com/vodafone360/people/engine/contactsync/ContactSyncEngine.java b/src/com/vodafone360/people/engine/contactsync/ContactSyncEngine.java
index 0d7deef..825b1d5 100644
--- a/src/com/vodafone360/people/engine/contactsync/ContactSyncEngine.java
+++ b/src/com/vodafone360/people/engine/contactsync/ContactSyn... |
360/360-Engine-for-Android | d3988488ac71b588f4fe64a65450b44fb7be7228 | PAND-1883 display Me in Status and profile views if VCARD_NAME is empty for me profile | diff --git a/src/com/vodafone360/people/database/DatabaseHelper.java b/src/com/vodafone360/people/database/DatabaseHelper.java
index afec808..9114021 100644
--- a/src/com/vodafone360/people/database/DatabaseHelper.java
+++ b/src/com/vodafone360/people/database/DatabaseHelper.java
@@ -1,2759 +1,2719 @@
/*
* CDDL HEA... |
360/360-Engine-for-Android | ffb6a40775c2e6db96e8e54f23f7902e7792b80d | Fix for PAND-2556 | diff --git a/src/com/vodafone360/people/database/tables/ActivitiesTable.java b/src/com/vodafone360/people/database/tables/ActivitiesTable.java
index 315d216..527effe 100644
--- a/src/com/vodafone360/people/database/tables/ActivitiesTable.java
+++ b/src/com/vodafone360/people/database/tables/ActivitiesTable.java
@@ -191... |
360/360-Engine-for-Android | 3a6f49d0cd22cfda9d0fe19ae32497ee0d778047 | Fix for PAND-2571 | diff --git a/src/com/vodafone360/people/database/tables/ContactSummaryTable.java b/src/com/vodafone360/people/database/tables/ContactSummaryTable.java
index b420770..a3a3488 100644
--- a/src/com/vodafone360/people/database/tables/ContactSummaryTable.java
+++ b/src/com/vodafone360/people/database/tables/ContactSummaryTa... |
360/360-Engine-for-Android | 61c95ce2bbbc53d2d2f5ff512de4198beeb19491 | removed unnecessary logging. | diff --git a/src/com/vodafone360/people/datatypes/VCardHelper.java b/src/com/vodafone360/people/datatypes/VCardHelper.java
index 85b84b8..c4e8fce 100644
--- a/src/com/vodafone360/people/datatypes/VCardHelper.java
+++ b/src/com/vodafone360/people/datatypes/VCardHelper.java
@@ -1,652 +1,649 @@
/*
* CDDL HEADER START
... |
360/360-Engine-for-Android | cf1e7cf7444780a0fcb2a4f93848e9d23dfd9eb4 | Fix for PAND-2131 | diff --git a/src/com/vodafone360/people/service/utils/UserDataProtection.java b/src/com/vodafone360/people/service/utils/UserDataProtection.java
index b9a9501..53c54b4 100755
--- a/src/com/vodafone360/people/service/utils/UserDataProtection.java
+++ b/src/com/vodafone360/people/service/utils/UserDataProtection.java
@@ ... |
360/360-Engine-for-Android | 71d3133fe290272f11ba3a1825c0f98db981e3fd | PAND-2564: fixed the detail duplication. | diff --git a/src/com/vodafone360/people/datatypes/ContactDetail.java b/src/com/vodafone360/people/datatypes/ContactDetail.java
index cdada85..45f406e 100644
--- a/src/com/vodafone360/people/datatypes/ContactDetail.java
+++ b/src/com/vodafone360/people/datatypes/ContactDetail.java
@@ -1,954 +1,954 @@
/*
* CDDL HEADER... |
360/360-Engine-for-Android | a125887a1d9bd0496885d2091572900d514dfb06 | PAND-2153 Fixes for Data picker and email fields. | diff --git a/src/com/vodafone360/people/utils/LoginPreferences.java b/src/com/vodafone360/people/utils/LoginPreferences.java
index b9cf0ce..2c248c9 100644
--- a/src/com/vodafone360/people/utils/LoginPreferences.java
+++ b/src/com/vodafone360/people/utils/LoginPreferences.java
@@ -1,378 +1,382 @@
/*
* CDDL HEADER ST... |
360/360-Engine-for-Android | dd2dc2d72d38918ec82397f91976acdb74e960fb | Fix for PAND-2584 | diff --git a/src/com/vodafone360/people/Intents.java b/src/com/vodafone360/people/Intents.java
index ca656cd..e407cbf 100644
--- a/src/com/vodafone360/people/Intents.java
+++ b/src/com/vodafone360/people/Intents.java
@@ -1,50 +1,52 @@
/*
* CDDL HEADER START
*
* The contents of this file are subject to the terms ... |
360/360-Engine-for-Android | 179767d67402b8e7a4ea0b39ac198010f7b78e24 | PAND-1919 Fix for filter is changed back to default one, after device orientation is changed. Resolved some confusion over cached value names. | diff --git a/src/com/vodafone360/people/ApplicationCache.java b/src/com/vodafone360/people/ApplicationCache.java
index f3c8c58..c289a51 100644
--- a/src/com/vodafone360/people/ApplicationCache.java
+++ b/src/com/vodafone360/people/ApplicationCache.java
@@ -1,777 +1,782 @@
/*
* CDDL HEADER START
*
* The conten... |
360/360-Engine-for-Android | 9e7b35c0b553918fad7066d39aad94b8498650a1 | Added a toString() method for the SyncStatus | diff --git a/src/com/vodafone360/people/engine/contactsync/SyncStatus.java b/src/com/vodafone360/people/engine/contactsync/SyncStatus.java
index def9c57..27b995f 100644
--- a/src/com/vodafone360/people/engine/contactsync/SyncStatus.java
+++ b/src/com/vodafone360/people/engine/contactsync/SyncStatus.java
@@ -1,215 +1,22... |
360/360-Engine-for-Android | bb5d5a552b30385232b6db3a922dac5b9213cf2a | Fix for PAND-2479. Memory leak in VersionUtils.isHtcSenseDevice(..). | diff --git a/src/com/vodafone360/people/engine/meprofile/SyncMeEngine.java b/src/com/vodafone360/people/engine/meprofile/SyncMeEngine.java
index 184fa46..32729dc 100644
--- a/src/com/vodafone360/people/engine/meprofile/SyncMeEngine.java
+++ b/src/com/vodafone360/people/engine/meprofile/SyncMeEngine.java
@@ -1,709 +1,70... |
360/360-Engine-for-Android | f60865e07f3abe4fc75b08010302ebc0917b526b | quick junit test-fix. no review needed. | diff --git a/tests/src/com/vodafone360/people/tests/utils/MathUtilsTest.java b/tests/src/com/vodafone360/people/tests/utils/MathUtilsTest.java
index c48929b..b8a9f0b 100644
--- a/tests/src/com/vodafone360/people/tests/utils/MathUtilsTest.java
+++ b/tests/src/com/vodafone360/people/tests/utils/MathUtilsTest.java
@@ -1,1... |
360/360-Engine-for-Android | 431d9eda082211ea85add9fb2e8f2a592783371a | fixes for dates earlier than 1916. Platform limitation. | diff --git a/src/com/vodafone360/people/utils/MathUtils.java b/src/com/vodafone360/people/utils/MathUtils.java
index 20359d3..0c19923 100644
--- a/src/com/vodafone360/people/utils/MathUtils.java
+++ b/src/com/vodafone360/people/utils/MathUtils.java
@@ -1,87 +1,116 @@
/*
* CDDL HEADER START
*
* The contents of th... |
360/360-Engine-for-Android | d99fb2fefeb669d4f8684280b9dff68cb8d6bcd3 | fixed engine tests after committing PAND-2130 | diff --git a/tests/src/com/vodafone360/people/tests/testutils/FrameworkUtils.java b/tests/src/com/vodafone360/people/tests/testutils/FrameworkUtils.java
index 6f6043d..744ff77 100644
--- a/tests/src/com/vodafone360/people/tests/testutils/FrameworkUtils.java
+++ b/tests/src/com/vodafone360/people/tests/testutils/Framewo... |
360/360-Engine-for-Android | 8539f1b5adba2052c905bd4e6518ef58cac6f9ee | PAND-2130, follw up the code review | diff --git a/src/com/vodafone360/people/datatypes/ServerError.java b/src/com/vodafone360/people/datatypes/ServerError.java
index d53c191..e37c6c1 100644
--- a/src/com/vodafone360/people/datatypes/ServerError.java
+++ b/src/com/vodafone360/people/datatypes/ServerError.java
@@ -1,218 +1,234 @@
/*
* CDDL HEADER START
... |
360/360-Engine-for-Android | 6a24e78e97e97e4fa0b11cef001e9583f7578366 | Fix for PAND-2518 | diff --git a/src/com/vodafone360/people/database/tables/ActivitiesTable.java b/src/com/vodafone360/people/database/tables/ActivitiesTable.java
index 86111bb..315d216 100644
--- a/src/com/vodafone360/people/database/tables/ActivitiesTable.java
+++ b/src/com/vodafone360/people/database/tables/ActivitiesTable.java
@@ -1,5... |
360/360-Engine-for-Android | cfb205d383f8a09e964b7f34e2bfe544ece3b2d6 | PAND-2293: Fixed update of the name in the activities. | diff --git a/src/com/vodafone360/people/database/DatabaseHelper.java b/src/com/vodafone360/people/database/DatabaseHelper.java
index 97490ae..afec808 100644
--- a/src/com/vodafone360/people/database/DatabaseHelper.java
+++ b/src/com/vodafone360/people/database/DatabaseHelper.java
@@ -1230,1215 +1230,1238 @@ public clas... |
360/360-Engine-for-Android | 2240579ffe5565ea3ab68813187f1e825d69881f | Fix for PAND-2500 | diff --git a/src/com/vodafone360/people/ApplicationCache.java b/src/com/vodafone360/people/ApplicationCache.java
index 9e7302b..f3c8c58 100644
--- a/src/com/vodafone360/people/ApplicationCache.java
+++ b/src/com/vodafone360/people/ApplicationCache.java
@@ -1,774 +1,777 @@
/*
* CDDL HEADER START
*
* The conten... |
360/360-Engine-for-Android | 17f29d92bb2c84f5c5f2126552d12ef7d357b927 | Fix for PAND-2502 | diff --git a/src/com/vodafone360/people/utils/ThirdPartyAccount.java b/src/com/vodafone360/people/utils/ThirdPartyAccount.java
index c37f85e..8bb1f7f 100644
--- a/src/com/vodafone360/people/utils/ThirdPartyAccount.java
+++ b/src/com/vodafone360/people/utils/ThirdPartyAccount.java
@@ -1,285 +1,229 @@
/*
* CDDL HEADE... |
360/360-Engine-for-Android | d58736457dddf21e7056444f771b65b11a9ac249 | PAND-2507 concurrentmodificationexception in ThumbnailCache.invalidateThumbnailCache Synchronized the mThumbnailCache object, due to a ConcurrentModificationException report. | diff --git a/src/com/vodafone360/people/ThumbnailCache.java b/src/com/vodafone360/people/ThumbnailCache.java
index 337d869..623c45a 100644
--- a/src/com/vodafone360/people/ThumbnailCache.java
+++ b/src/com/vodafone360/people/ThumbnailCache.java
@@ -1,482 +1,481 @@
/*
* CDDL HEADER START
*
* The contents of th... |
360/360-Engine-for-Android | 6e7d67d3c190a0fc5fe422b679a47eebeb39f32e | fixed pand-2505. no longer crashes when birth date occurs too far in the future. this is device dependant. | diff --git a/src/com/vodafone360/people/database/DatabaseHelper.java b/src/com/vodafone360/people/database/DatabaseHelper.java
index 81bdac7..97490ae 100644
--- a/src/com/vodafone360/people/database/DatabaseHelper.java
+++ b/src/com/vodafone360/people/database/DatabaseHelper.java
@@ -2189,526 +2189,548 @@ public class ... |
360/360-Engine-for-Android | 32bd11d9691c368941854def8c66503aedc88b0d | Code part of PAND-2490: Copied code from ui FrameworkUtils.java to engine one for now | diff --git a/tests/src/com/vodafone360/people/tests/testutils/FrameworkUtils.java b/tests/src/com/vodafone360/people/tests/testutils/FrameworkUtils.java
index 0b887e5..6f6043d 100644
--- a/tests/src/com/vodafone360/people/tests/testutils/FrameworkUtils.java
+++ b/tests/src/com/vodafone360/people/tests/testutils/Framewo... |
360/360-Engine-for-Android | fa57f736be61a216c7ae42edcaf771b2127299ce | A PAND-1168 Engine JUnit Test fix attempt | diff --git a/tests/src/com/vodafone360/people/tests/database/NowPlusContactsTableTest.java b/tests/src/com/vodafone360/people/tests/database/NowPlusContactsTableTest.java
index f093823..df79fad 100644
--- a/tests/src/com/vodafone360/people/tests/database/NowPlusContactsTableTest.java
+++ b/tests/src/com/vodafone360/peo... |
360/360-Engine-for-Android | 0d314a4560ba8893fe94f6ca9aff6691dd66c8c2 | changed the function names | diff --git a/src/com/vodafone360/people/database/DatabaseHelper.java b/src/com/vodafone360/people/database/DatabaseHelper.java
index dbf7c88..97490ae 100644
--- a/src/com/vodafone360/people/database/DatabaseHelper.java
+++ b/src/com/vodafone360/people/database/DatabaseHelper.java
@@ -2197,540 +2197,540 @@ public class ... |
360/360-Engine-for-Android | e6a21325c25a4b870e9d12be9483659c60422084 | Added two funcitons for adding and deleting | diff --git a/src/com/vodafone360/people/database/DatabaseHelper.java b/src/com/vodafone360/people/database/DatabaseHelper.java
index ed0d6e8..dbf7c88 100644
--- a/src/com/vodafone360/people/database/DatabaseHelper.java
+++ b/src/com/vodafone360/people/database/DatabaseHelper.java
@@ -2189,526 +2189,548 @@ public class ... |
360/360-Engine-for-Android | eb6dd876fb916d87d7a02017edcc56a871672109 | Added code -one use case failing | diff --git a/src/com/vodafone360/people/database/DatabaseHelper.java b/src/com/vodafone360/people/database/DatabaseHelper.java
index b8782e6..ed0d6e8 100644
--- a/src/com/vodafone360/people/database/DatabaseHelper.java
+++ b/src/com/vodafone360/people/database/DatabaseHelper.java
@@ -2197,518 +2197,518 @@ public class ... |
360/360-Engine-for-Android | eed563515edef0b4dcc4ac0414acb15f592368a6 | Added the comments | diff --git a/src/com/vodafone360/people/database/DatabaseHelper.java b/src/com/vodafone360/people/database/DatabaseHelper.java
index bff7bfb..b8782e6 100644
--- a/src/com/vodafone360/people/database/DatabaseHelper.java
+++ b/src/com/vodafone360/people/database/DatabaseHelper.java
@@ -2197,518 +2197,518 @@ public class ... |
360/360-Engine-for-Android | 81bf324917d85faa39161d6d373095b5a1ff1e33 | added the code review comments | diff --git a/src/com/vodafone360/people/database/tables/ActivitiesTable.java b/src/com/vodafone360/people/database/tables/ActivitiesTable.java
index dcf9a42..1f93ccd 100644
--- a/src/com/vodafone360/people/database/tables/ActivitiesTable.java
+++ b/src/com/vodafone360/people/database/tables/ActivitiesTable.java
@@ -165... |
360/360-Engine-for-Android | 96771ec7ae7c0ab6c2e6f81d772acc932dbc7465 | Forget to add this file | diff --git a/src/com/vodafone360/people/database/DatabaseHelper.java b/src/com/vodafone360/people/database/DatabaseHelper.java
index 81bdac7..bff7bfb 100644
--- a/src/com/vodafone360/people/database/DatabaseHelper.java
+++ b/src/com/vodafone360/people/database/DatabaseHelper.java
@@ -2197,518 +2197,518 @@ public class ... |
360/360-Engine-for-Android | adf60f961728b7efd0c27b0aab5c11dd6d29d230 | Added code after one use case failed | diff --git a/src/com/vodafone360/people/database/tables/ActivitiesTable.java b/src/com/vodafone360/people/database/tables/ActivitiesTable.java
index 9990b43..dcf9a42 100644
--- a/src/com/vodafone360/people/database/tables/ActivitiesTable.java
+++ b/src/com/vodafone360/people/database/tables/ActivitiesTable.java
@@ -155... |
360/360-Engine-for-Android | a9d711b22079a92c1217908ab8ad2bfdea5cfcbb | Added the code for missing chat entries | diff --git a/src/com/vodafone360/people/database/tables/ActivitiesTable.java b/src/com/vodafone360/people/database/tables/ActivitiesTable.java
index 042c245..9990b43 100644
--- a/src/com/vodafone360/people/database/tables/ActivitiesTable.java
+++ b/src/com/vodafone360/people/database/tables/ActivitiesTable.java
@@ -170... |
360/360-Engine-for-Android | 0e020db5e76c5baf94db2e79be6e1030aafef308 | Added fix for PAND-513 | diff --git a/src/com/vodafone360/people/database/tables/ContactSummaryTable.java b/src/com/vodafone360/people/database/tables/ContactSummaryTable.java
index eb4b6ee..b420770 100644
--- a/src/com/vodafone360/people/database/tables/ContactSummaryTable.java
+++ b/src/com/vodafone360/people/database/tables/ContactSummaryTa... |
360/360-Engine-for-Android | 2d42f26aa27868819416f138647c355142e4e777 | fixed code review comments | diff --git a/src/com/vodafone360/people/database/tables/ConversationsTable.java b/src/com/vodafone360/people/database/tables/ConversationsTable.java
index aafbccf..4246ecf 100644
--- a/src/com/vodafone360/people/database/tables/ConversationsTable.java
+++ b/src/com/vodafone360/people/database/tables/ConversationsTable.... |
360/360-Engine-for-Android | 87dba41dd3b451eec33e27db13f6d42f045f0ef7 | code review fixes | diff --git a/src/com/vodafone360/people/utils/StringUtils.java b/src/com/vodafone360/people/utils/StringUtils.java
index fd8af3f..dbb3901 100644
--- a/src/com/vodafone360/people/utils/StringUtils.java
+++ b/src/com/vodafone360/people/utils/StringUtils.java
@@ -1,27 +1,57 @@
+/*
+ * CDDL HEADER START
+ *
+ * The content... |
360/360-Engine-for-Android | ec57de45e24589f1b8bc7e63f4da9845623ccfaa | add new strings to engine project | diff --git a/res/values/strings.xml b/res/values/strings.xml
index 2497693..266e1d3 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -130,514 +130,516 @@
<string name="ProgressLayout_waiting_for_server">Processing...</string>
<!-- [edit_contact.xml] -> EditPhoneticName [edit_phonetic_name.xm... |
360/360-Engine-for-Android | 39d6f99c8ed94f16fa95c318ebc8ab2dd7fe6ad1 | Fix for PAND-2309 | diff --git a/src/com/vodafone360/people/engine/identities/IdentityEngine.java b/src/com/vodafone360/people/engine/identities/IdentityEngine.java
index 561d8ed..5bffcc7 100644
--- a/src/com/vodafone360/people/engine/identities/IdentityEngine.java
+++ b/src/com/vodafone360/people/engine/identities/IdentityEngine.java
@@ ... |
360/360-Engine-for-Android | 6d44e07eb074db74168a142fec16506bfefc60ba | Added fix for PAND-2214. | diff --git a/src/com/vodafone360/people/engine/EngineManager.java b/src/com/vodafone360/people/engine/EngineManager.java
index 9bcc261..a4e5afc 100644
--- a/src/com/vodafone360/people/engine/EngineManager.java
+++ b/src/com/vodafone360/people/engine/EngineManager.java
@@ -1,580 +1,580 @@
/*
* CDDL HEADER START
*... |
360/360-Engine-for-Android | 8a147fe1bf3d3df491555bf9517105f57e319c70 | PAND-2398 added Russian SNs | diff --git a/src/com/vodafone360/people/datatypes/Identity.java b/src/com/vodafone360/people/datatypes/Identity.java
index 9ab2aaf..65aedf6 100644
--- a/src/com/vodafone360/people/datatypes/Identity.java
+++ b/src/com/vodafone360/people/datatypes/Identity.java
@@ -1,558 +1,578 @@
/*
* CDDL HEADER START
*
* Th... |
360/360-Engine-for-Android | 7b5eef3ab264fcdf6197e41fdd21e3c34d956817 | added utils class for regex and wrote unit tests for it | diff --git a/src/com/vodafone360/people/utils/StringUtils.java b/src/com/vodafone360/people/utils/StringUtils.java
new file mode 100644
index 0000000..fd8af3f
--- /dev/null
+++ b/src/com/vodafone360/people/utils/StringUtils.java
@@ -0,0 +1,27 @@
+package com.vodafone360.people.utils;
+
+import java.util.regex.Matcher;
... |
360/360-Engine-for-Android | fc398c8292c226ee171d24ecb6d2361ba08c850a | Fix for PAND-2454 | diff --git a/src/com/vodafone360/people/Intents.java b/src/com/vodafone360/people/Intents.java
index 6618727..ca656cd 100644
--- a/src/com/vodafone360/people/Intents.java
+++ b/src/com/vodafone360/people/Intents.java
@@ -1,50 +1,50 @@
/*
* CDDL HEADER START
*
* The contents of this file are subject to the terms ... |
360/360-Engine-for-Android | 1f3dd3bf9e7ba0d2dba0926a437df6784e0f0ad8 | fix[PAND-921]: Privacy statement and Terms and Conditions not translated <Portuguesse and Spanish> | diff --git a/src/com/vodafone360/people/service/io/api/Auth.java b/src/com/vodafone360/people/service/io/api/Auth.java
index 9b0cac7..ff99966 100644
--- a/src/com/vodafone360/people/service/io/api/Auth.java
+++ b/src/com/vodafone360/people/service/io/api/Auth.java
@@ -1,428 +1,512 @@
/*
* CDDL HEADER START
*
... |
360/360-Engine-for-Android | 1f45d74a2501608d4b752da7a9cf827b21290586 | Fix for PAND-674 | diff --git a/src/com/vodafone360/people/MainApplication.java b/src/com/vodafone360/people/MainApplication.java
index eb50113..a62b419 100644
--- a/src/com/vodafone360/people/MainApplication.java
+++ b/src/com/vodafone360/people/MainApplication.java
@@ -1,240 +1,245 @@
/*
* CDDL HEADER START
*
* The contents o... |
360/360-Engine-for-Android | dd572bf08114e14967fd9d95bee07a5c8180c97d | PAND-2466: Added a quick and dirty fix for sms timestamp issue on HTC Sense devices. | diff --git a/src/com/vodafone360/people/engine/activities/FetchSmsLogEvents.java b/src/com/vodafone360/people/engine/activities/FetchSmsLogEvents.java
index 5f27816..ffcd379 100644
--- a/src/com/vodafone360/people/engine/activities/FetchSmsLogEvents.java
+++ b/src/com/vodafone360/people/engine/activities/FetchSmsLogEve... |
360/360-Engine-for-Android | 8927a76d5d5eccda1070631565aa56ce67ccc53e | PAND-2465 fixed | diff --git a/src/com/vodafone360/people/Intents.java b/src/com/vodafone360/people/Intents.java
index 81ec4b9..6618727 100644
--- a/src/com/vodafone360/people/Intents.java
+++ b/src/com/vodafone360/people/Intents.java
@@ -1,45 +1,50 @@
/*
* CDDL HEADER START
*
* The contents of this file are subject to the terms ... |
360/360-Engine-for-Android | fe43979089cf7e4e187305fe7cdd197cec4f2746 | Fix for PAND-2382 | diff --git a/src/com/vodafone360/people/database/tables/ActivitiesTable.java b/src/com/vodafone360/people/database/tables/ActivitiesTable.java
index 6354528..2b6463b 100644
--- a/src/com/vodafone360/people/database/tables/ActivitiesTable.java
+++ b/src/com/vodafone360/people/database/tables/ActivitiesTable.java
@@ -131... |
360/360-Engine-for-Android | 9c6ba13be6fab2b6fd1d273e2ee03c48103fc89e | fixed a NPE in the me-profile. | diff --git a/src/com/vodafone360/people/engine/meprofile/SyncMeDbUtils.java b/src/com/vodafone360/people/engine/meprofile/SyncMeDbUtils.java
index 13fd3bd..1063274 100644
--- a/src/com/vodafone360/people/engine/meprofile/SyncMeDbUtils.java
+++ b/src/com/vodafone360/people/engine/meprofile/SyncMeDbUtils.java
@@ -1,475 +... |
360/360-Engine-for-Android | 7a49db79edfbdadd10800a87ac2729f631d1726b | fixed pand-2442. duplication in my profile | diff --git a/src/com/vodafone360/people/engine/meprofile/SyncMeDbUtils.java b/src/com/vodafone360/people/engine/meprofile/SyncMeDbUtils.java
index 52af694..13fd3bd 100644
--- a/src/com/vodafone360/people/engine/meprofile/SyncMeDbUtils.java
+++ b/src/com/vodafone360/people/engine/meprofile/SyncMeDbUtils.java
@@ -1,475 +... |
360/360-Engine-for-Android | 79356e00bb9ab27374a84885f8cfe454ba35700d | Fix for PAND-2462: Timeline Entry is not displayed when filter is set | diff --git a/src/com/vodafone360/people/database/tables/ActivitiesTable.java b/src/com/vodafone360/people/database/tables/ActivitiesTable.java
index 57f06a5..6354528 100644
--- a/src/com/vodafone360/people/database/tables/ActivitiesTable.java
+++ b/src/com/vodafone360/people/database/tables/ActivitiesTable.java
@@ -429... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.